-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.atlas-analysis.json
More file actions
137 lines (137 loc) · 5.04 KB
/
Copy path.atlas-analysis.json
File metadata and controls
137 lines (137 loc) · 5.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"projectType": "saas",
"projectName": "CCPEDIA",
"projectDescription": "CCPEDIA is a Canton Network knowledge platform that continuously syncs every official Canton surface and exposes 78 MCP tools through a single endpoint, letting AI coding assistants answer Canton developer questions with live data.",
"theme": "luma",
"primaryColor": "#00ff88",
"lightColor": "#3df0a3",
"darkColor": "#00cc6f",
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart",
"what-is-mcp"
]
},
{
"group": "Integrations",
"pages": [
"integrations/overview",
"integrations/claude-desktop",
"integrations/cursor",
"integrations/windsurf",
"integrations/claude-code",
"integrations/zed",
"integrations/generic"
]
},
{
"group": "Design Patterns",
"pages": [
"patterns/overview",
"patterns/ledger-fundamentals",
"patterns/tooling",
"patterns/versioning",
"patterns/debugging",
"patterns/token-standard",
"patterns/governance",
"patterns/sv-operations",
"patterns/dev-fund",
"patterns/community",
"patterns/daml",
"patterns/public-goods"
]
},
{
"group": "Platform",
"pages": [
"operations/data-sources",
"operations/status",
"operations/metrics"
]
}
]
},
{
"tab": "MCP Tools",
"groups": [
{
"group": "Tool Reference",
"pages": [
"tools/overview",
"tools/search",
"tools/cips",
"tools/forum-community",
"tools/code-errors",
"tools/releases-sdks",
"tools/featured-apps-sv",
"tools/dev-fund",
"tools/onboarding-drift",
"tools/talks-docs-mail",
"tools/ecosystem"
]
}
]
},
{
"tab": "API Reference",
"groups": [
{
"group": "REST API v1",
"pages": [
"api-reference/introduction",
"api-reference/cips",
"api-reference/discussions",
"api-reference/sources"
]
}
]
}
]
},
"keyFeatures": [
"78 MCP tools exposing Canton developer data to AI clients",
"25 continuously-synced data sources (forum, GitHub, docs, CIPs, mailing lists, videos, dev fund, ecosystem registry)",
"Single public MCP endpoint at https://ccpedia.xyz/mcp — no auth required",
"REST API v1 for non-AI integrations (dashboards, monitoring, custom apps)",
"Atom feeds per source for RSS readers and monitoring systems",
"Live status dashboard and public adoption metrics",
"20 authored Canton design patterns covering common developer scenarios",
"Integration guides for Claude Desktop, Cursor, Windsurf, Claude Code, and Zed",
"Drift detection between curated knowledge bases and live Canton state",
"Rate limit of 60 calls per 15 minutes per IP, no signup required"
],
"publicApiSurface": [
"POST https://ccpedia.xyz/mcp (JSON-RPC 2.0, streamable HTTP)",
"tools/list — list all 78 MCP tools",
"tools/call — invoke any MCP tool by name",
"GET https://ccpedia.xyz/api/v1/cips/:id/tldr",
"POST https://ccpedia.xyz/api/v1/cips/tldrs (batch lookup)",
"GET https://ccpedia.xyz/api/v1/cips/:id/mentions",
"GET https://ccpedia.xyz/api/v1/discussions/*",
"GET https://ccpedia.xyz/api/v1/sources/*",
"GET https://ccpedia.xyz/api/v1/openapi.json",
"GET https://ccpedia.xyz/status/data (JSON health payload)",
"GET https://ccpedia.xyz/feed/* (Atom feeds per source)",
"POST https://ccpedia.xyz/api/onboarding/ping",
"MCP tool: search — keyword/full-text search across Canton corpus",
"MCP tool: semantic_search — vector+FTS hybrid search with reranking",
"MCP tool: full_context — cross-source semantic roundup",
"MCP tool: get_current_versions — Canton/Daml/Splice SDK versions",
"MCP tool: diagnose_error — error diagnosis from forum and GitHub",
"MCP tool: get_cip_implementation_status — CIP readiness",
"MCP tool: detect_cip_dependency_chain — CIP prerequisite graph",
"MCP tool: get_upcoming_operations — SV calendar events",
"MCP tool: detect_builder_overlap — dev fund duplicate detection",
"MCP tool: find_expert — topic-based Canton expert ranking",
"MCP tool: find_known_issues — unresolved problem surface",
"MCP tool: find_security_patches — security-related release notes",
"MCP tool: find_similar_projects — ecosystem project similarity"
]
}