{
  "issuer": "https://umersmx.vercel.app",
  "authorization_endpoint": "https://umersmx.vercel.app/oauth/authorize",
  "token_endpoint": "https://umersmx.vercel.app/oauth/token",
  "registration_endpoint": "https://umersmx.vercel.app/oauth/register",
  "jwks_uri": "https://umersmx.vercel.app/.well-known/jwks.json",
  "response_types_supported": [
    "code",
    "token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "scopes_supported": [
    "read",
    "public",
    "agent"
  ],
  "service_documentation": "https://umersmx.vercel.app/llms.txt",
  "agent_auth": {
    "supported": true,
    "registration_url": "https://umersmx.vercel.app/auth.md",
    "protocols": [
      "bearer",
      "mcp-oauth"
    ]
  }
}
