{
  "name": "sendyka.dev MCP manifest",
  "description": "Public MCP server for sendyka.dev — articles, services, pricing, contact, inquiries, and consultation booking. No API keys or OAuth required for end users.",
  "version": "1.7.0",
  "server_url": "https://sendyka.dev/mcp",
  "legacy_server_url": "https://sendyka.dev/api/mcp",
  "well_known_transport_url": "https://sendyka.dev/.well-known/mcp",
  "transport": "streamable-http-compatible",
  "icon_url": "https://sendyka.dev/android-chrome-512x512.png",
  "category": "developer-tools",
  "authentication": {
    "type": "none",
    "required": false,
    "user_api_keys_required": false,
    "user_oauth_required": false
  },
  "connector_guide_url": "https://sendyka.dev/.well-known/mcp/connectors.json",
  "server_card_url": "https://sendyka.dev/.well-known/mcp/server-card.json",
  "documentation_url": "https://sendyka.dev/developers/",
  "openapi_url": "https://sendyka.dev/openapi.json",
  "chat_endpoint": "https://sendyka.dev/api/chat",
  "oauth_optional": {
    "note": "OAuth metadata exists for enterprise deployments only. Public MCP access does not require tokens when OAUTH_ENFORCEMENT=off (default).",
    "authorization_server_url": "https://sendyka.dev/.well-known/oauth-authorization-server",
    "token_url": "https://sendyka.dev/.well-known/oauth2/token"
  }
}
