OAuth Discovery
OAuth 2.0 Authorization Server Metadata
Returns authorization server metadata per RFC 8414. MCP clients use this to discover endpoints for the OAuth 2.0 authorization flow.
GET
OAuth 2.0 Authorization Server Metadata
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Authorization server metadata
Authorization server issuer URL
OAuth 2.0 authorization endpoint
OAuth 2.0 token endpoint
OAuth 2.0 dynamic client registration endpoint
OAuth 2.0 token revocation endpoint
Supported OAuth 2.0 response types
Supported OAuth 2.0 grant types
Supported PKCE methods
Token endpoint auth methods
Revocation auth methods
Supported OAuth 2.0 scopes
OAuth 2.0 Authorization Server Metadata

