Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Canton Ccpedia
C
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:18:52 AM

Canton Ccpedia

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "canton-ccpedia-2": {
      "command": "npx",
      "args": [
        "-y",
        "canton-ccpedia-2"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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

Terminal
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:

config.json
{
  "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.

  • MCP tools across 10 categories: search, CIPs, forum, mailing lists, docs, YouTube, ecosystem, validators, dev fund, releases. Full catalog: docs.ccpedia.xyz/tools/overview.
  • Live data sources synced every 5 minutes to 24 hours depending on cadence. Live list: ccpedia.xyz/api/v1/sources.
  • Canton design patterns for the questions we see most (SV operations, DAML fundamentals, token standards, governance, debugging). Index: docs.ccpedia.xyz/patterns/overview.
  • REST API with an OpenAPI 3.1 spec: ccpedia.xyz/api/v1/reference.

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.

Code
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.

Related MCP Servers

View all in Developer Tools View all alternatives
  • C
    Canton Ccpedia

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

    πŸ’» Developer Tools0 views
    Compare vs Canton Ccpedia β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’

Frequently Asked Questions about Canton Ccpedia

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "canton-ccpedia": { "command": "npx", "args": ["-y", "canton-ccpedia"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCanton Ccpedia AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/canton-ccpedia-2?style=directory)](https://allmcps.com/mcp/canton-ccpedia-2)
HTML Embed
<a href="https://allmcps.com/mcp/canton-ccpedia-2"><img src="https://allmcps.com/api/badge/canton-ccpedia-2?style=directory" alt="Canton Ccpedia on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Canton Ccpedia β†’Install in Claude DesktopInstall in CursorInstall in VS Code