{
  "$schema": "https://modelcontextprotocol.io/spec/2025-03-26/server-card.schema.json",
  "name": "Agent-to-Agent Commerce",
  "description": "Auskunfts-API zu Agentic Commerce. Liefert deterministische Antworten aus Glossar, Agent-Readiness-Modell und Seitenindex; JSON-RPC über /api/a2a.",
  "version": "1.0.0",
  "serverUrl": "https://www.agent-to-agent-commerce.de/mcp",
  "protocolVersion": "2025-06-18",
  "license": "proprietary",
  "runtime": {
    "type": "remote",
    "url": "https://www.agent-to-agent-commerce.de"
  },
  "endpoints": [
    {
      "type": "streamable-http",
      "url": "https://www.agent-to-agent-commerce.de/mcp",
      "protocolVersion": "2025-03-26"
    },
    {
      "type": "resource",
      "uri": "https://www.agent-to-agent-commerce.de/llms.txt"
    },
    {
      "type": "resource",
      "uri": "https://www.agent-to-agent-commerce.de/openapi.json"
    }
  ],
  "tools": [
    {
      "name": "glossar",
      "description": "Begriffsauskunft Agentic Commerce, deterministisch aus der Registry",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "agent-readiness",
      "description": "Reifegradmodell Stufe 0 bis 4 ausgeben",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "inhaltsindex",
      "description": "Seitenindex dieser Domain",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    }
  ],
  "contact": "https://www.agent-to-agent-commerce.de/contact"
}