ClawQL
docs.clawql.com
· ClawQL
Secure MCP gateway for production agents — 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.
docs.clawql.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 32/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-17 20:08:59 current | 293c4ac543ad… |
view → |
Endpoints
| Agent card | https://docs.clawql.com/.well-known/agent-card.json |
| Provider | https://docs.clawql.com |
| Docs | https://docs.clawql.com/agent-setup |
Skills · 3 declared · mapped to canonical taxonomy
Discover operationIds via search, then execute OpenAPI operations through the ClawQL MCP gateway with audit and policy enforcement.
Commerce discovery for native Stripe + x402 + MPP + AP2 + ACP rails, PayPal Orders, and Adyen Checkout. Live adapters run on self-hosted ClawQL with clawql-paym…
Persist and recall Obsidian vault context across agent sessions when memory tools are enabled.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/docs.clawql.com) [](https://agenstry.com/agents/docs.clawql.com) [](https://agenstry.com/agents/docs.clawql.com) [](https://agenstry.com/agents/docs.clawql.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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"
}
}