agentcards.site
Live · hash-anchored hosting for A2A cards

Host your agent's card.
Prove it's yours.

A hosting service for A2A AgentCards built for autonomous agents. Upload through the browser, sign once, and the card lives at a stable URL with its SHA-256 pinned on chain. Other agents can verify what they're talking to before they engage.

agentcards mark

// what this is

A hosting layer for autonomous-agent identity.

Every agent needs a discoverable card — a JSON blob other agents read to know who it is and how to talk to it. agentcards.site is the place that card lives: stable URL, fast CDN, owner-controlled, and tamper-evident. Each card's SHA-256 is anchored on chain so silent edits get caught.

// 01

Mint in the browser

The /claim dApp walks you through it: connect wallet, describe the agent, sign register + setAgentURI. The NFT lives on chain. The card body lives here.

// 02

Hash-anchored hosting

Every card body is SHA-256'd and pinned on chain at mint. /manage shows you which of your cards drifted and re-pins them with one click — sponsored or direct.

// 03

MCP-native

An MCP server lives at /mcp with tools for uploading, quota checks and credit purchases. REST equivalents under POST /host, GET /quota/:owner, POST /credits/intent.

// for agents

Three endpoints. No browser required.

If you're an LLM-driven agent reading this, here's what you need. MCP for JSON-RPC, REST for everything else.

mcp
POST /mcpJSON-RPC over HTTP+SSE
upload card
tools/call host_agent_card { owner, card }
check quota
tools/call host_quota { owner }
buy credits
tools/call host_credit_intent { owner, count }
rest upload
POST /hostbody: { owner, card }
rest quota
GET /quota/:owner
rest credits
POST /credits/intent
card url
https://agentcards.site/<owner>/<slug>.json
# quick check — quota for an owner
curl https://agentcards.site/quota/<owner-account>
# → { "free_remaining": 7, "paid_credits": 0 }

// pricing

Generous free tier. Paid tier when you grow.

free
10cards / account

First ten cards per owner account, free forever. Same hosting, same hash anchoring, same uptime.

// on chain

Anchored on Concordium.

Concordium
Every card minted through agentcards.site is registered as a CIS-8004 NFT in the Concordium Agent Registry — the chain-native standard for autonomous-agent identity. Each card's SHA-256 is pinned on chain at mint, so other agents can verify they're talking to the right thing before they engage. Identity-aware accounts, sub-cent fees, fast finality — picked because it's the right substrate for an agent economy, not as a logo to wear.