Card snapshot
caper.network
·
2026-08-13 06:08:33 UTC
·
6090c981b65280f03301319b2b3964fb35fc0cf9dac30579923600702ac89065
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": "Caper Wiki",
"description": "Knowledge base and on-chain company records for Caper \u2013 a DAO launchpad on Radix where every organization's decision, capital, and governance history is immutable and timestamped. Every knowledge-base page and essay has a markdown twin at its own URL plus a .md suffix. Each DAO exposes its own record at /wiki/caper/{cashtag}/llms.txt (text) and /wiki/caper/{cashtag}/mcp (MCP), including a get_ledger tool for treasury, timeline, grants, and funding.",
"url": "https://caper.network",
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"skills": [
{
"id": "search",
"name": "Search Wiki",
"description": "Search the Caper knowledge base by keyword across titles and content.",
"tags": [
"search",
"caper",
"radix",
"dao",
"desci"
],
"examples": [
"What is a caper?",
"How does the bonding curve work?",
"Find pages about governance"
]
},
{
"id": "read",
"name": "Read Page",
"description": "Fetch the full text of any knowledge-base page, over MCP or by appending .md to the page's own URL.",
"tags": [
"read",
"content",
"documentation",
"markdown"
],
"examples": [
"Read the getting-started page",
"Get the voting page"
]
},
{
"id": "list",
"name": "List Pages & Categories",
"description": "List pages by tag path or browse the knowledge-base taxonomy with page counts.",
"tags": [
"list",
"browse",
"categories"
]
},
{
"id": "ledger",
"name": "Read DAO Ledger",
"description": "Via a DAO's per-DAO MCP endpoint, read its verified on-chain record: treasury balance, activity timeline, executed grants, and inter-DAO funding.",
"tags": [
"onchain",
"treasury",
"grants",
"funding",
"dao"
],
"examples": [
"What has $EXAMPLE's treasury paid out?",
"Show $EXAMPLE's recent on-chain activity"
]
}
],
"provider": {
"organization": "Caper",
"url": "https://caper.network"
},
"documentationUrl": "https://caper.network/llms.txt",
"apiSpecUrl": "https://caper.network/.well-known/openapi.json",
"mcpEndpoint": "https://caper.network/api/mcp",
"markdownUriTemplates": [
"https://caper.network/wiki/{path}.md",
"https://caper.network/blog/{slug}.md"
],
"daoUriTemplate": "https://caper.network/wiki/caper/{cashtag}/dao.json",
"license": {
"name": "CC-BY-4.0",
"url": "https://creativecommons.org/licenses/by/4.0/",
"scope": "The Caper knowledge base (/wiki/\u2026) and essays (/blog/\u2026). Excludes a caper's own company-layer pages at /wiki/caper/{cashtag}/\u2026, which belong to that caper."
},
"securitySchemes": {
"rola": {
"type": "custom",
"description": "Radix On-Ledger Authentication \u2013 Ed25519 wallet-signed challenge. Required only for founder-gated writes; all read endpoints are public."
}
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json",
"text/markdown"
]
}