{
  "issuer": "https://mudko.com",
  "registration_endpoint": "https://mudko.com/oauth/register",
  "authorization_endpoint": "https://mudko.com/oauth/authorize",
  "token_endpoint": "https://mudko.com/oauth/token",
  "scopes_supported": [
    "mcp:read",
    "mcp:invoke",
    "mcp:bundle"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "service_documentation": "https://mudko.com/docs/mcp",
  "agent_auth": {
    "skill": "https://mudko.com/auth.md",
    "register_uri": "https://mudko.com/oauth/register",
    "identity_endpoint": "https://mudko.com/agent/identity",
    "identity_types_supported": [
      "anonymous"
    ],
    "anonymous": {
      "credential_types_supported": [
        "client_secret"
      ],
      "claim_uri": "https://mudko.com/agent/identity"
    },
    "claim_uri": "https://mudko.com/agent/identity",
    "token_uri": "https://mudko.com/oauth/token",
    "registration_endpoint": "https://mudko.com/oauth/register",
    "token_endpoint": "https://mudko.com/oauth/token",
    "flows_supported": [
      "dynamic_client_registration",
      "client_credentials"
    ]
  }
}
