OAuth · Register client (RFC 7591)
OAuth · Register client (RFC 7591)
RFC 7591 dynamic client registration. Answers **201** with the client document.
Unauthenticated and throttled to 10 requests/min per IP. `redirect_uris` must match an allowed domain or custom scheme from `config/mcp.php` — anything else is rejected.
Registered clients are public (PKCE S256, no secret) and own no user. Tokenless registrations older than 30 days are swept by `mcp:prune-oauth-clients`.
Host root, no `/api` prefix.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
client_name
redirect_uris
Response
Created
scope
client_id
grant_types
redirect_uris
response_types
token_endpoint_auth_method

