← ccpedia.xyz

INDIVIDUAL MCP TOOL

ecosystem_dependency_graph

Map ecosystem_projects matching a topic to the SDK versions and repos they appear alongside, building a quick dependency picture.

ccpedia.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://ccpedia.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for ecosystem_dependency_graph 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

ccpedia.xyz

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).
  • get_cip — Fetch the full markdown body of a single Canton Improvement Proposal (CIP) by its ID (e.
  • list_cips — Browse Canton Improvement Proposals (CIPs), optionally filtered by status (Draft, Early Draft, In Review, Proposed, Approved, Active, Final, Withdrawn, Rejected, Replaced, Obsolete) 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.