← ccledger.xyz

INDIVIDUAL MCP TOOL

create_agent_key

Mint a scoped AGENT KEY — a non-custodial SPEND HANDLE on THIS (top-level) key's prepaid fee credits.

ccledger.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://ccledger.xyz/mcp

No auth detected

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

ccledger.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.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.
  • 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.
  • 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).