Card snapshot
red-breeze-8b8c.keenanbooker83.workers.dev
·
2026-07-31 04:07:43 UTC
·
566bdb640ba6121f31a02895c78d9b1b42e078c421e59c2d74f186d6ff2d25bd
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.
{
"schemaVersion": "1.0",
"name": "Paid Research Verification Agent Network",
"description": "A ten-agent research-verification network with per-request x402 payment on Base Mainnet.",
"version": "1.1.0-mainnet",
"url": "https://red-breeze-8b8c.keenanbooker83.workers.dev",
"provider": {
"name": "CitationVerifierX402"
},
"protocol": {
"name": "x402-http",
"version": "2",
"network": "eip155:8453",
"asset": "USDC"
},
"capabilities": {
"paidHttpApis": true,
"publicCatalog": true,
"catalogSearch": true,
"openapi": true,
"healthCheck": true
},
"endpoints": {
"docs": "https://red-breeze-8b8c.keenanbooker83.workers.dev/docs",
"catalog": "https://red-breeze-8b8c.keenanbooker83.workers.dev/catalog",
"search": "https://red-breeze-8b8c.keenanbooker83.workers.dev/catalog/search",
"openapi": "https://red-breeze-8b8c.keenanbooker83.workers.dev/openapi.json",
"health": "https://red-breeze-8b8c.keenanbooker83.workers.dev/health"
},
"agents": [
{
"id": "citation-verification",
"name": "Citation Verification Agent",
"description": "Tests whether a cited public source supports an exact factual claim.",
"route": "/verify-citation",
"method": "POST",
"priceUsd": "0.01",
"requiredInput": [
"claim",
"sourceUrl"
],
"optionalInput": [],
"keywords": [
"citation",
"verification",
"claim",
"source",
"evidence"
]
},
{
"id": "evidence-extraction",
"name": "Evidence Extraction Agent",
"description": "Extracts quotations, dates, people, organizations, numbers, and factual evidence from a public source.",
"route": "/extract-evidence",
"method": "POST",
"priceUsd": "0.02",
"requiredInput": [
"sourceUrl"
],
"optionalInput": [
"focus"
],
"keywords": [
"evidence",
"quotation",
"extraction",
"dates",
"entities"
]
},
{
"id": "claim-comparison",
"name": "Claim Comparison Agent",
"description": "Compares two factual claims and their sources for agreement, contradiction, and missing context.",
"route": "/compare-claims",
"method": "POST",
"priceUsd": "0.03",
"requiredInput": [
"claimA",
"sourceUrlA",
"claimB",
"sourceUrlB"
],
"optionalInput": [],
"keywords": [
"claims",
"comparison",
"contradiction",
"agreement",
"context"
]
},
{
"id": "source-credibility",
"name": "Source Credibility Agent",
"description": "Evaluates observable source credibility, transparency, evidence quality, bias signals, and limitations.",
"route": "/score-source",
"method": "POST",
"priceUsd": "0.03",
"requiredInput": [
"sourceUrl"
],
"optionalInput": [
"context"
],
"keywords": [
"credibility",
"source",
"scoring",
"bias",
"quality"
]
},
{
"id": "research-brief",
"name": "Research Brief Agent",
"description": "Builds a structured research brief from one to three supplied public sources.",
"route": "/research-brief",
"method": "POST",
"priceUsd": "0.10",
"requiredInput": [
"topic",
"sourceUrls"
],
"optionalInput": [
"question"
],
"keywords": [
"research",
"brief",
"summary",
"findings",
"sources"
]
},
{
"id": "fact-check",
"name": "Fact-Checking Agent",
"description": "Checks a factual claim against one to three supplied public sources.",
"route": "/fact-check",
"method": "POST",
"priceUsd": "0.04",
"requiredInput": [
"claim",
"sourceUrls"
],
"optionalInput": [],
"keywords": [
"fact-check",
"claim",
"verification",
"sources",
"truth"
]
},
{
"id": "timeline-extraction",
"name": "Timeline Extraction Agent",
"description": "Extracts and organizes dated events from one to three public sources.",
"route": "/extract-timeline",
"method": "POST",
"priceUsd": "0.04",
"requiredInput": [
"topic",
"sourceUrls"
],
"optionalInput": [],
"keywords": [
"timeline",
"dates",
"events",
"chronology",
"history"
]
},
{
"id": "conflict-detection",
"name": "Source Conflict Detection Agent",
"description": "Finds contradictions, scope differences, shared ground, and unresolved tensions across sources.",
"route": "/detect-conflicts",
"method": "POST",
"priceUsd": "0.05",
"requiredInput": [
"topic",
"sourceUrls"
],
"optionalInput": [],
"keywords": [
"conflict",
"contradiction",
"sources",
"comparison",
"tension"
]
},
{
"id": "statistical-claim-check",
"name": "Statistical Claim Checking Agent",
"description": "Tests whether a numerical or statistical claim is supported and properly framed by its source.",
"route": "/check-statistics",
"method": "POST",
"priceUsd": "0.05",
"requiredInput": [
"claim",
"sourceUrl"
],
"optionalInput": [],
"keywords": [
"statistics",
"numbers",
"claim",
"data",
"verification"
]
},
{
"id": "research-question-generation",
"name": "Research Question Generation Agent",
"description": "Generates prioritized research questions and evidence needs from a topic and optional source.",
"route": "/generate-research-questions",
"method": "POST",
"priceUsd": "0.03",
"requiredInput": [
"topic"
],
"optionalInput": [
"sourceUrl",
"goal"
],
"keywords": [
"questions",
"research",
"inquiry",
"evidence-needs",
"planning"
]
}
]
}