PluginBench
MCP Server
Active
Apache-2.0

io.github.UnityNodes/canton-ccpedia MCP Server

io.github.UnityNodes/canton-ccpedia

What is the io.github.UnityNodes/canton-ccpedia MCP server?

Canton Network: CIPs and their on-chain vote outcomes, docs, forum, validator upgrade deadlines.

How to install io.github.UnityNodes/canton-ccpedia

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "canton-ccpedia": {
      "url": "https://ccpedia.xyz/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "canton-ccpedia": {
      "serverUrl": "https://ccpedia.xyz/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "canton-ccpedia": {
      "type": "http",
      "url": "https://ccpedia.xyz/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "canton-ccpedia": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ccpedia.xyz/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http canton-ccpedia https://ccpedia.xyz/mcp

Related MCP servers

Celestia knowledge base: CIPs, docs, forum, videos, GitHub, plus live on-chain state

View repository →