INDIVIDUAL MCP TOOL
list_pages
Enumerate pages in the Caper knowledge base, newest first, optionally under one tag path.
LIVE ENDPOINT
https://caper.network/api/mcp
Connect to this endpoint to inspect the live schema for list_pages and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_wiki— Keyword search across the Caper knowledge base – the first call when you know what you are looking for but not where it lives.get_page— Full text of ONE page in the Caper knowledge base.get_pages— Batch read: full text of 1 to 20 pages in the Caper knowledge base in a single call.get_recent_changes— Pages in the Caper knowledge base edited within the last N days, newest first – for "what changed?get_categories— Curated taxonomy of the Caper knowledge base with page counts – call this FIRST when you are orienting rather than searching.get_full_corpus— The whole Caper knowledge base as one text document, for bulk ingestion.list_daos— Index of the DAOs on Caper: cashtag, name, description, member count, wiki URL, and that DAO's own MCP endpoint.