Card snapshot
agentpay.help
·
2026-09-12 23:38:23 UTC
·
43ce78d4f6082e48fd5b05daed462e90ed7e3db1b6a8fd8691bdc6f0f0490c4d
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": "AgentPay",
"description": "Pay-per-call AI microservices via x402 \u2014 22 services across AI reasoning, insurance, crypto/DeFi, security, compliance and data. USDC on Base, no accounts or API keys.",
"url": "https://agentpay.help",
"version": "1.0.0",
"protocol": "x402",
"network": "eip155:8453",
"currency": "USDC",
"payTo": "0x3d1FABDa1cd175e7bF977562dC134bC8d89868D9",
"contact": {
"name": "Ronald Anton",
"email": "ronaldanton@gmail.com"
},
"capabilities": [
{
"id": "summarize",
"endpoint": "https://agentpay.help/v1/summarize",
"method": "POST",
"price_usd": 0.01,
"description": "AI text summarization \u2014 crisp 250-word summary of any text up to 20k chars"
},
{
"id": "classify-insurance",
"endpoint": "https://agentpay.help/v1/classify-insurance",
"method": "POST",
"price_usd": 0.02,
"description": "Insurance lead classifier \u2014 intent, urgency, line of business, confidence"
},
{
"id": "sentiment",
"endpoint": "https://agentpay.help/v1/sentiment",
"method": "POST",
"price_usd": 0.02,
"description": "Sentiment analysis \u2014 positive/negative/neutral with emotions and keywords"
},
{
"id": "extract",
"endpoint": "https://agentpay.help/v1/extract",
"method": "POST",
"price_usd": 0.03,
"description": "Structured field extraction \u2014 key-value pairs from emails, forms, documents"
},
{
"id": "translate",
"endpoint": "https://agentpay.help/v1/translate",
"method": "POST",
"price_usd": 0.03,
"description": "Text translation \u2014 translate to any language"
},
{
"id": "code-review",
"endpoint": "https://agentpay.help/v1/code-review",
"method": "POST",
"price_usd": 0.05,
"description": "AI code review \u2014 bugs, security, performance, quality score"
},
{
"id": "insurance-analysis",
"endpoint": "https://agentpay.help/v1/insurance-analysis",
"method": "POST",
"price_usd": 0.1,
"description": "Full insurance analysis bundle \u2014 classification + field extraction + summary in one call"
},
{
"id": "token-safety",
"endpoint": "https://agentpay.help/v1/token-safety",
"method": "POST",
"price_usd": 0.02,
"description": "Token safety check - rug pull risk, honeypot detection, liquidity analysis"
},
{
"id": "wallet-risk",
"endpoint": "https://agentpay.help/v1/wallet-risk",
"method": "POST",
"price_usd": 0.02,
"description": "Wallet risk screening - OFAC sanctions, scam flags, tx patterns"
},
{
"id": "web-scrape",
"endpoint": "https://agentpay.help/v1/web-scrape",
"method": "POST",
"price_usd": 0.01,
"description": "Extract clean text from any URL - agents read web pages"
},
{
"id": "crypto-price",
"endpoint": "https://agentpay.help/v1/crypto-price",
"method": "POST",
"price_usd": 0.005,
"description": "Real-time crypto prices - BTC, ETH, SOL + more"
},
{
"id": "image-describe",
"endpoint": "https://agentpay.help/v1/image-describe",
"method": "POST",
"price_usd": 0.03,
"description": "Vision AI - describe any image from URL"
},
{
"id": "defi-yields",
"endpoint": "https://agentpay.help/v1/defi-yields",
"method": "POST",
"price_usd": 0.01,
"description": "DeFi yield data - APY, TVL, protocol info"
},
{
"id": "threat-intel",
"endpoint": "https://agentpay.help/v1/threat-intel",
"method": "POST",
"price_usd": 0.02,
"description": "CVE/threat intelligence - vulnerability lookup, severity"
},
{
"id": "sanctions-screen",
"endpoint": "https://agentpay.help/v1/sanctions-screen",
"method": "POST",
"price_usd": 0.02,
"description": "OFAC/EU sanctions screening - entity check"
},
{
"id": "market-intel",
"endpoint": "https://agentpay.help/v1/market-intel",
"method": "POST",
"price_usd": 0.02,
"description": "Macro/economic snapshot - GDP, inflation, rates"
},
{
"id": "on-chain-events",
"endpoint": "https://agentpay.help/v1/on-chain-events",
"method": "POST",
"price_usd": 0.01,
"description": "Decoded on-chain events - recent transfers"
},
{
"id": "content-safety",
"endpoint": "https://agentpay.help/v1/content-safety",
"method": "POST",
"price_usd": 0.02,
"description": "Content security scan - PII, toxicity, bias"
},
{
"id": "agent-reputation",
"endpoint": "https://agentpay.help/v1/agent-reputation",
"method": "POST",
"price_usd": 0.01,
"description": "Agent reputation score - endpoint trustworthiness"
},
{
"id": "legal-lookup",
"endpoint": "https://agentpay.help/v1/legal-lookup",
"method": "POST",
"price_usd": 0.03,
"description": "Legal/regulatory lookup - company registration"
},
{
"id": "news-feed",
"endpoint": "https://agentpay.help/v1/news-feed",
"method": "POST",
"price_usd": 0.005,
"description": "Real-time news feed - headlines by topic"
},
{
"id": "weather-data",
"endpoint": "https://agentpay.help/v1/weather-data",
"method": "POST",
"price_usd": 0.005,
"description": "Weather data - current conditions and forecast"
}
],
"discovery": {
"x402": "https://agentpay.help/.well-known/x402",
"openapi": "https://agentpay.help/openapi.json",
"llms": "https://agentpay.help/llms.txt",
"mcp": "https://agentpay.help/.well-known/mcp.json",
"mcpEndpoint": "https://agentpay.help/.well-known/mcp-endpoint.json"
},
"mcp": {
"transport": "streamable-http",
"url": "https://agentpay.help/mcp",
"method": "POST",
"auth": "none",
"tools": 22
}
}