OAuth
Get OAuth client metadata
Retrieves client information for display on the OAuth consent page. If the client_id is a URL, fetches metadata from the client’s /.well-known/mcp-client endpoint (CIMD). For non-URL client IDs, returns the client_id only.
GET
Get OAuth client metadata
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
OAuth client ID
Get OAuth client metadata

