Skip to main content
POST
Dynamic client registration

Body

application/json

RFC 7591 dynamic client registration request.

client_name
string
required
Example:

"Example MCP client"

redirect_uris
string[]
required
Example:
scope
string

Space-delimited requested scopes.

Example:

"mcp:read"

grant_types
string[]
Example:
response_types
string[]
Example:
token_endpoint_auth_method
string
Example:

"none"

Response

Created

RFC 7591 client information response.

client_id
string
required
Example:

"oac_01jqebhswje1ka1z7ahr9rfsgt"

client_id_issued_at
integer<int64>
required
Example:

1718000000

client_name
string
required
Example:

"Example MCP client"

redirect_uris
string[]
required
Example:
token_endpoint_auth_method
string
required
Example:

"none"

scope
string
Example:

"mcp:read"

grant_types
string[]
Example:
response_types
string[]
Example: