← ccpedia.xyz
INDIVIDUAL MCP TOOL
get_cip
Fetch the full markdown body of a single Canton Improvement Proposal (CIP) by its ID (e.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.ccpedia]
url = "https://ccpedia.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ccpedia": {
"type": "http",
"url": "https://ccpedia.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ccpedia
Remote MCP URL: https://ccpedia.xyz/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": {
"ccpedia": {
"url": "https://ccpedia.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ccpedia": {
"type": "http",
"url": "https://ccpedia.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ccpedia",
"transport": "streamable-http",
"url": "https://ccpedia.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Keyword/full-text search over the Canton Network knowledge base (CIPs, Canton/Daml/Splice docs, forum, mailing lists, whitepapers, grant proposals, blog, YouTube, GitHub).list_cips— Browse Canton Improvement Proposals (CIPs), optionally filtered by status (Draft/Review/Final/Withdrawn/Rejected/Superseded) and type (e.get_discussion— Get a single thread from the official Canton Network community forum (Discourse at forum-style discussions on ccpedia.get_whitepaper— Get the full extracted text of a specific Canton Network whitepaper by slug (e.list_whitepapers— List every Canton Network whitepaper indexed by CCPEDIA, returning slug, title, description, tag and page count (metadata only, no body).get_trending— Get this week's most popular/trending Canton Network content (CIPs, forum threads, docs, blog, etc.get_radar— Get the Canton Network Radar — CCPEDIA's curated feed of time-sensitive ecosystem alerts: breaking changes, upgrade deadlines, protocol migrations and required validator actions, each with deadline, affected components and source link.get_proposals— List Canton Network Dev Fund grant proposals — community funding requests tracked on GitHub — filterable by state (open/closed/all).