{
  "name": "ClawQL",
  "description": "Agentic Gateway for Auditable Production AI — MCP search, execute, vault memory, optional IDP, and agentic commerce discovery (Stripe + x402 + MPP + AP2 + ACP).",
  "version": "6.0.0",
  "url": "https://docs.clawql.com/mcp",
  "provider": {
    "organization": "ClawQL",
    "url": "https://clawql.com"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
        "description": "ClawQL marketing-site commerce discovery — merchant role; live adapters on self-hosted ClawQL / docs stubs.",
        "params": {
          "roles": [
            "merchant"
          ]
        }
      }
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search-execute",
      "name": "Search and execute APIs",
      "description": "Discover operationIds with search, then run validated execute calls.",
      "tags": [
        "mcp",
        "openapi"
      ],
      "examples": [
        "List Cloudflare zones"
      ]
    }
  ],
  "skillsUrl": "https://clawql.com/.well-known/agent-skills/index.json",
  "documentationUrl": "https://docs.clawql.com",
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "JWT"
    }
  },
  "security": [
    {
      "bearer": []
    }
  ]
}
