OAuth Dynamic Client Registration Endpoint

OAuth 2.0 Dynamic Client Registration (RFC 7591). Registers a public client for the MCP OAuth flow; throttled per source IP

Request

This endpoint expects an object.
client_namestringRequired0-255 characters
redirect_urislist of stringsRequired
logo_uristringOptional0-2048 characters

Response

Registered client metadata
client_idstring
client_id_issued_atlong
client_namestring
logo_uristring
redirect_urislist of strings
token_endpoint_auth_methodstring
grant_typeslist of strings
response_typeslist of strings

Errors

429
Too Many Requests Error