Card snapshot
clawql.com
·
2026-08-08 11:17:47 UTC
·
0070ddb5f24caaace63a1055a993a5dd3cf356d15d679145f87d7044e5e9f7c1
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": "Agentic Gateway for Auditable Production AI \u2014 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 \u2014 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": []
}
]
}