This is an MCP server with OAuth 2.0 integration to a third-party authorization server.
GET /oauth/authorize
Parameters:
response_type - Must be "code"client_id - Client identifier (e.g., "mcp-client")redirect_uri - URI to redirect after authorizationscope - Optional requested scopestate - Optional state value for CSRF preventionPOST /oauth/token
Parameters:
grant_type - Must be "authorization_code"code - The authorization codeclient_id - Client identifierclient_secret - Client secretredirect_uri - Redirect URI used in authorization request/mcp/sse - SSE connection endpoint (requires OAuth token)
/mcp/message - Message endpoint (requires OAuth token)