Data Collection
ccledger.xyz
Provides tools to interact with the CC Ledger network, including registering an API key, viewing network statistics, and submitting attestations and mint records on Canton MainNet.
ENDPOINT 1
https://ccledger.xyz/mcp
MCP server metadata
- Name
- CC Ledger
- Version
- 1.0.0
Known tools 22
get_statsGet public CC Ledger network statistics: total actions, active apps, actions by type.
Inferred read-onlysubmit_mintWrite a NON-ISSUER mint record on Canton MainNet — a verifiable on-chain attestation of a mint event.
Potential side effectssubmit_attest_mutualCreate a mutual (two-party co-signed) attestation proposal.
Potential side effectsget_balanceCheck your full account status: fee-credit balance (non-refundable prepaid credits that pay per-action fees only — ccledger is non-custodial and holds no spendable value balance), CCL discount balance, tier, rate limit, trial credits, CCL Builder Rewards progress, and discounted action rates.
Potential side effectsquotePreview the exact CC cost of an action BEFORE spending: the (CCL-discounted) fee, the base fee, your discount percent, your balance, and whether you can afford it.
Inferred read-onlycreate_agent_keyMint a scoped AGENT KEY — a non-custodial SPEND HANDLE on THIS (top-level) key's prepaid fee credits.
Inferred read-onlycreate_sandbox_keyIssue a PUBLIC sandbox TEST key (prefix cbt_) — no authentication required.
Inferred read-onlycreate_webhookRegister a signed webhook so ccledger POSTs your endpoint when an event fires on your account.
Inferred read-onlylist_webhook_deliveriesInspect the delivery log for one of your webhooks — the audit trail for debugging.
Inferred read-onlytest_webhookSend a webhook.ping test delivery to one of your webhooks right now — confirm your endpoint receives the POST and that your HMAC-SHA256 signature check passes, without waiting for a real event.
Potential side effectsCONNECT 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.cc-ledger]
url = "https://ccledger.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cc-ledger": {
"type": "http",
"url": "https://ccledger.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cc-ledger
Remote MCP URL: https://ccledger.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": {
"cc-ledger": {
"url": "https://ccledger.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cc-ledger": {
"type": "http",
"url": "https://ccledger.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cc-ledger",
"transport": "streamable-http",
"url": "https://ccledger.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.