MCP

Register MCP OAuth client

Dynamically register a public OAuth client for the MCP endpoint. Public clients hold no secret, so authorization is protected by PKCE and an explicit consent step.

post/mcp/register

Request body

redirect_urisstring[] required
client_namestring
token_endpoint_auth_method'none'

Response

Registered OAuth client

client_idstring required
client_id_issued_atnumber required
redirect_urisstring[] required
client_namestring
token_endpoint_auth_method'none' required
grant_typesstring[] required
response_typesstring[] required

Changes

Changed in 1 of the 23 revisions of this API.1