Back to Browse

Ccpedia MCP Server

Developer ToolsModerate5.7MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://ccpedia.xyz/mcp

Security Report

5.7
Moderate5.7Moderate Risk

This is a documentation site for CCPEDIA, a read-only MCP endpoint for Canton Network knowledge. The codebase is clean, well-structured, and uses standard Next.js patterns. No authentication is required by design (the server is intentionally public and read-only). Permissions are appropriate for the stated purpose: fetching live data from the main API and rendering documentation. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 3 high severity).

7 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

CCPEDIA

The Canton Network knowledge platform. Open source, no auth, one MCP endpoint.

Live at ccpedia.xyz · Docs at docs.ccpedia.xyz · MCP at ccpedia.xyz/mcp

License: Apache 2.0 MCP MCP tools Live sources REST endpoints

CCPEDIA continuously syncs every official Canton surface (forum, GitHub, docs, CIPs, mailing lists, videos, dev fund, ecosystem registry, validator calendar, app metrics) and serves it to AI agents through one MCP endpoint and a REST API. No key, no signup, read only.

One-click install

Install in VS Code Install in VS Code Insiders Add to Cursor

Connect your AI tool in 60 seconds

Claude Code

claude mcp add --transport http ccpedia https://ccpedia.xyz/mcp

Claude Desktop, Cursor, Windsurf, Zed, or any MCP client. Drop this into your client's MCP config:

{
  "mcpServers": {
    "ccpedia": {
      "url": "https://ccpedia.xyz/mcp"
    }
  }
}

Full per-client guides: Claude Desktop · Claude Code · Cursor · Windsurf · Zed · Any MCP client.

Interactive setup wizard: ccpedia.xyz/for-ai.

What you get

Counts are on the badges above, read live from the API. They are deliberately not repeated in this text: every place that hardcoded them drifted apart, and a README on GitHub cannot render live values.

Ask it "how do I build a token on Canton?" and it returns the actual CIP template code with citations, not a paraphrase.

What's in this repository

The public documentation site published at docs.ccpedia.xyz.

content/docs/       MDX source for the docs site
  integrations/     Per-client setup guides
  tools/            MCP tool reference, grouped by category
  patterns/         Canton design recipes
  api-reference/    REST endpoint documentation
  operations/       Data sources, sync cadences, live status
app/, components/   Fumadocs 16 site (Next.js 16, React 19, Tailwind 4)
.mcp.json           Copy-paste MCP config that clients auto-detect
llms.txt            AI-agent map of this repository
SHOWCASE.md         Real examples of CCPEDIA answering faster than humans

Contribute

  • Fix a typo, sharpen a page, add an example. Edit any .mdx under content/docs/ and open a PR. CI type checks and builds it; a maintainer deploys after merge.
  • Wrong or outdated answer. Open an issue with the tool name, your prompt, and what CCPEDIA returned.
  • Propose a new data source. Open an issue with the source URL and why the ecosystem needs it indexed.

Details: CONTRIBUTING.md.

Auto-generated pages under content/docs/tools/ and content/docs/patterns/ are synced from the main service and get overwritten on the next sync. Edit the source in the CCPEDIA service repo instead.

Security

Read only, no auth, no PII, no writes. See SECURITY.md for the threat model and how to report an issue.

License

Apache 2.0. See LICENSE.

Reviews

No reviews yet

Be the first to review this server!