{
  "name": "sendyka.dev MCP — public connector",
  "version": "1.8.0",
  "server_url": "https://sendyka.dev/mcp",
  "authentication": {
    "type": "none",
    "required": false,
    "user_api_keys_required": false,
    "user_oauth_required": false,
    "summary": "Paste https://sendyka.dev/mcp in ChatGPT, Claude, Gemini, Perplexity, or any MCP client. Choose No authentication."
  },
  "transport": {
    "protocol": "jsonrpc-2.0",
    "methods": [
      "initialize",
      "tools/list",
      "tools/call",
      "resources/list",
      "resources/read"
    ],
    "content_types": [
      "application/json"
    ],
    "optional_accept": [
      "text/markdown",
      "text/event-stream"
    ]
  },
  "first_calls": [
    {
      "method": "tools/list",
      "description": "Discover all 7 tools and input schemas."
    },
    {
      "method": "tools/call",
      "example": {
        "name": "articles_recommend",
        "arguments": {
          "query": "AI dla NGO",
          "locale": "pl",
          "limit": 5
        }
      }
    }
  ],
  "platforms": [
    {
      "id": "chatgpt",
      "name": "ChatGPT",
      "auth_mode": "none",
      "server_url": "https://sendyka.dev/mcp",
      "instructions": [
        "Settings → Connectors (Developer mode) → Add MCP server",
        "URL: https://sendyka.dev/mcp",
        "Authentication: None"
      ]
    },
    {
      "id": "claude",
      "name": "Claude",
      "auth_mode": "none",
      "server_url": "https://sendyka.dev/mcp",
      "instructions": [
        "Settings → Connectors → Add custom connector",
        "URL: https://sendyka.dev/mcp",
        "No API key required"
      ]
    },
    {
      "id": "gemini",
      "name": "Gemini",
      "auth_mode": "none",
      "server_url": "https://sendyka.dev/mcp",
      "instructions": [
        "Add remote MCP server in Gemini / AI Studio",
        "URL: https://sendyka.dev/mcp"
      ]
    },
    {
      "id": "perplexity",
      "name": "Perplexity",
      "auth_mode": "none",
      "server_url": "https://sendyka.dev/mcp",
      "instructions": [
        "If MCP connectors are supported, add URL https://sendyka.dev/mcp with no auth"
      ]
    },
    {
      "id": "cursor",
      "name": "Cursor / IDE",
      "auth_mode": "none",
      "server_url": "https://sendyka.dev/mcp",
      "instructions": [
        "mcp.json: { \"sendyka\": { \"url\": \"https://sendyka.dev/mcp\" } }"
      ]
    }
  ],
  "tool_flows": {
    "read": [
      "articles_recommend",
      "services_list",
      "pricing_get",
      "consultation_availability"
    ],
    "write_confirm_first": [
      "contact_submit",
      "service_inquiry_submit",
      "consultation_book"
    ],
    "booking_sequence": [
      "consultation_availability",
      "consultation_book"
    ]
  },
  "discovery_urls": {
    "manifest": "https://sendyka.dev/.well-known/mcp/manifest.json",
    "server_card": "https://sendyka.dev/.well-known/mcp/server-card.json",
    "llms": "https://sendyka.dev/llms.txt",
    "developers": "https://sendyka.dev/developers/"
  }
}
