This is an MCP server with OAuth 2.0 integration to a third-party authorization server.
GET /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 /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 - Streamablehttp connection endpoint (requires OAuth token)