iiRecord
Agentic AI Atlas · MCP OAuth Resource Server
capability:mcp-oauth-resource-servera5c.ai
II.
Capability JSON

capability:mcp-oauth-resource-server

Structured · live

MCP OAuth Resource Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · capabilities/capabilities/mcp-oauth-resource-server.yamlCluster · capabilities
Record JSON
{
  "id": "capability:mcp-oauth-resource-server",
  "_kind": "Capability",
  "_file": "capabilities/capabilities/mcp-oauth-resource-server.yaml",
  "_cluster": "capabilities",
  "attributes": {
    "displayName": "MCP OAuth Resource Server",
    "description": "The entity classifies MCP servers as OAuth 2.1 Resource Servers and\nrequires clients to implement RFC 8707 Resource Indicators. Introduced\nin MCP spec revision 2025-06-18.\nSee https://modelcontextprotocol.io/specification/2025-06-18/basic/authorization\n",
    "appliesToNodeKinds": [
      "AgentRuntimeImpl",
      "ToolServer"
    ],
    "category": "agent"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "capability:mcp-oauth-resource-server",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full",
        "notes": "Claude Code's Streamable HTTP MCP client treats remote MCP servers as OAuth 2.1 Resource Servers and sends RFC 8707 Resource Indicators (MCP spec 2025-06-18+). ",
        "evidenceSourceIds": [
          "evidence:claude-code-docs-mcp-2026"
        ]
      }
    }
  ]
}