General Tools
caper.network
Provides search and retrieval of pages from the Caper knowledge base, including batch reads and recent changes tracking.
ENDPOINT 1
https://caper.network/api/mcp
MCP server metadata
- Name
- caper-wiki
- Version
- 2.0.0
Read-only knowledge base for Caper, a DAO launchpad on Radix: platform documentation plus a general DAO-governance and DeSci reference. Usual sequence: get_categories to orient, search_wiki or list_pages to locate, then get_pages to read. Every listing returns a `path` for each page; that path is the identifier every read tool accepts. Batch instead of looping: one get_pages call takes up to 20 paths and replaces 20 get_page calls. Before get_full_corpus, call it with sizeOnly=true – the corpus is far larger than a context window, and one page exceeds 500 KB by itself. Per-DAO on-chain data (treasury, proposals, trades, grants, funding) is NOT on this server: call list_daos, then POST to that DAO's own `mcpEndpoint` for get_ledger. Nothing here writes, authenticates, or costs anything; limits and truncation are always reported in the response.
Known tools 8
search_wikiKeyword search across the Caper knowledge base – the first call when you know what you are looking for but not where it lives.
Inferred read-onlyget_pagesBatch read: full text of 1 to 20 pages in the Caper knowledge base in a single call.
Inferred read-onlylist_pagesEnumerate pages in the Caper knowledge base, newest first, optionally under one tag path.
Inferred read-onlyget_recent_changesPages in the Caper knowledge base edited within the last N days, newest first – for "what changed?
Inferred read-onlyget_categoriesCurated taxonomy of the Caper knowledge base with page counts – call this FIRST when you are orienting rather than searching.
Inferred read-onlyget_full_corpusThe whole Caper knowledge base as one text document, for bulk ingestion.
Inferred read-onlylist_daosIndex of the DAOs on Caper: cashtag, name, description, member count, wiki URL, and that DAO's own MCP endpoint.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.caper-wiki]
url = "https://caper.network/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"caper-wiki": {
"type": "http",
"url": "https://caper.network/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: caper-wiki
Remote MCP URL: https://caper.network/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"caper-wiki": {
"url": "https://caper.network/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"caper-wiki": {
"type": "http",
"url": "https://caper.network/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "caper-wiki",
"transport": "streamable-http",
"url": "https://caper.network/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for caper.network was fetched 2026-08-24T06:35:05.996Z.
caper.network is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.