{
  "resource": "https://allmcps.com/api/v1",
  "authorization_servers": [
    "https://allmcps.com"
  ],
  "scopes_supported": [
    "listings:claim"
  ],
  "scope_details": {
    "listings:claim": {
      "description": "Claim ownership of an existing MCP server listing via DNS TXT record, site verification badge, or GitHub README badge proof. Grants no other write access.",
      "requiredBy": [
        "POST /api/v1/agent/claim",
        "MCP tool: verify_mcp_claim (with an agentToken)"
      ]
    }
  },
  "bearer_methods_supported": [
    "header"
  ],
  "resource_documentation": "https://allmcps.com/docs/api",
  "registration_endpoint": "https://allmcps.com/api/v1/agent/register"
}