Skip to content
Back to ClawQL

Card snapshot

docs.clawql.com · 2026-07-17 20:08:59 UTC · 293c4ac543adf3771cedc2e85dd5473aa4689cd4d5ce780ddaf5af7f4dfae07a

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "ClawQL",
  "description": "Secure MCP gateway for production agents \u2014 search and execute across OpenAPI sources with audit, cache, optional vault memory, native Stripe + x402 + MPP + AP2 + ACP payments (plus PayPal Orders and Adyen Checkout), and defense-in-depth controls.",
  "version": "0.0.0",
  "url": "https://docs.clawql.com/a2a",
  "provider": {
    "organization": "ClawQL",
    "url": "https://docs.clawql.com"
  },
  "documentationUrl": "https://docs.clawql.com/agent-setup",
  "iconUrl": "https://docs.clawql.com/ClawQL-logo.jpeg",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "supported_interfaces": [
    {
      "url": "https://docs.clawql.com/a2a",
      "protocol_binding": "JSONRPC",
      "protocol_version": "1.0"
    },
    {
      "url": "https://docs.clawql.com/mcp",
      "protocol_binding": "HTTP",
      "protocol_version": "2025-11-25"
    },
    {
      "url": "https://docs.clawql.com/openapi.json",
      "protocol_binding": "REST",
      "protocol_version": "3.1"
    },
    {
      "url": "https://docs.clawql.com",
      "protocol_binding": "HTTPS",
      "protocol_version": "1.1"
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://docs.clawql.com/a2a",
      "protocol_binding": "JSONRPC",
      "protocol_version": "1.0"
    },
    {
      "url": "https://docs.clawql.com/mcp",
      "protocol_binding": "HTTP",
      "protocol_version": "2025-11-25"
    },
    {
      "url": "https://docs.clawql.com/openapi.json",
      "protocol_binding": "REST",
      "protocol_version": "3.1"
    },
    {
      "url": "https://docs.clawql.com",
      "protocol_binding": "HTTPS",
      "protocol_version": "1.1"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
        "description": "ClawQL docs commerce discovery \u2014 merchant role for x402, UCP, and ACP agentic checkout.",
        "params": {
          "roles": [
            "merchant"
          ]
        }
      }
    ]
  },
  "securitySchemes": {
    "bearerAuth": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "JWT",
      "description": "OAuth 2.0 access token from agent registration (auth.md)."
    },
    "x402PaymentSignature": {
      "type": "apiKey",
      "in": "header",
      "name": "PAYMENT-SIGNATURE",
      "description": "x402 v2 payment proof built from the latest PAYMENT-REQUIRED challenge."
    }
  },
  "security": [
    {
      "bearerAuth": []
    },
    {
      "x402PaymentSignature": []
    }
  ],
  "skills": [
    {
      "id": "search_execute",
      "name": "Search and execute APIs",
      "description": "Discover operationIds via search, then execute OpenAPI operations through the ClawQL MCP gateway with audit and policy enforcement.",
      "tags": [
        "mcp",
        "openapi",
        "search",
        "execute"
      ],
      "examples": [
        "Search GitHub API for list repository issues",
        "Execute kubernetes list pods in the default namespace"
      ]
    },
    {
      "id": "commerce_checkout",
      "name": "Agentic commerce checkout",
      "description": "Commerce discovery for native Stripe + x402 + MPP + AP2 + ACP rails, PayPal Orders, and Adyen Checkout. Live adapters run on self-hosted ClawQL with clawql-payments env flags; docs.clawql.com remains discovery-oriented.",
      "tags": [
        "commerce",
        "stripe",
        "x402",
        "mpp",
        "payments"
      ],
      "examples": [
        "Probe x402 payment on /api/v1",
        "Read MPP OpenAPI at /openapi.json",
        "Read payments discovery at /.well-known/payments.json"
      ]
    },
    {
      "id": "vault_memory",
      "name": "Vault memory recall and ingest",
      "description": "Persist and recall Obsidian vault context across agent sessions when memory tools are enabled.",
      "tags": [
        "memory",
        "vault",
        "obsidian"
      ],
      "examples": [
        "Recall prior decisions about Kubernetes deployment",
        "Ingest debugging conclusion with wikilinks"
      ]
    }
  ],
  "openApiUrl": "https://docs.clawql.com/openapi.json",
  "skillsUrl": "https://docs.clawql.com/.well-known/agent-skills/index.json",
  "metadata": {
    "mcpServerCard": "https://docs.clawql.com/.well-known/mcp/server-card.json",
    "payments": "https://docs.clawql.com/.well-known/payments.json",
    "authMd": "https://docs.clawql.com/auth.md"
  }
}