dynamic-client-registration
Installation
SKILL.md
Dynamic Client Registration for Authorization Servers
Security Recommendation
Authorization servers MAY support the OAuth 2.0 Dynamic Client Registration Protocol (RFC 7591). This allows MCP clients to register automatically without manual intervention.
Registration Endpoint
If supported, the authorization server MUST expose a registration_endpoint in its discovery metadata and handle registration requests per RFC 7591.
Example Registration Request
POST /register HTTP/1.1
Host: auth.example.com
Content-Type: application/json