OIDC SSO login redirect

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api-docs.kitsu.cloud/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Kitsu API MCP server": {
  "url": "https://api-docs.kitsu.cloud/mcp"
}
Close
GET /auth/oidc/login

Initiate OIDC SSO login by redirecting to the OpenID Connect identity provider.

Responses

  • 302

    Redirect to OIDC identity provider

  • 400

    OIDC not enabled

GET /auth/oidc/login
curl \
 --request GET 'http://api.example.com/auth/oidc/login' \
 --header "Authorization: $API_KEY"