RFC 7591 Dynamic Client Registration. Allows MCP and other public clients to register themselves.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Array of redirect URIs for the client.
1["http://localhost:3000/callback"]Human-readable name of the client.
"Claude Desktop"
URL of the client's home page.
URL of the client's logo.
Space-separated list of requested scopes.
"read write"
Grant types the client will use.
authorization_code, refresh_token ["authorization_code", "refresh_token"]Response types the client will use.
code ["code"]Authentication method for token endpoint. Only 'none' is supported for public clients.
none Unique identifier for the client software.
Version of the client software.
Contact emails for the client developers.
URL to the client's terms of service.
URL to the client's privacy policy.
Unique client identifier.
"dyn_abc123xyz789"
Unix timestamp when client_id was issued.
Registered redirect URIs.
Grant types the client can use.
Response types the client can use.
Authentication method for token endpoint.
none Human-readable name of the client.
URL of the client's home page.
URL of the client's logo.
Space-separated list of granted scopes.