INDIVIDUAL MCP TOOL
get_balance
Check 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.
LIVE ENDPOINT
https://ccledger.xyz/mcp
Connect to this endpoint to inspect the live schema for get_balance and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.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.
Related tools
register_api_key— Register for a CC Ledger API key.get_stats— Get public CC Ledger network statistics: total actions, active apps, actions by type.submit_attest— Record a data attestation on Canton MainNet.submit_mint— Write a NON-ISSUER mint record on Canton MainNet — a verifiable on-chain attestation of a mint event.submit_attest_mutual— Create a mutual (two-party co-signed) attestation proposal.quote— Preview 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.deposit_cc— Top up FEE CREDITS (manual fallback).list_actions— List your past actions on CC Ledger.