Query Canton Network balances, rewards, transactions, prices, and identity from any AI agent.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Ask your AI about the Canton Network.
An MCP server for the Noves Canton API β balances, rewards, classified transactions, CC prices, identity, and the network directory, queryable from Claude Code, Claude Desktop, Cursor, or any MCP-capable agent.
Get your free API key at https://app.noves.fi/register/free.
Download canton-mcp.mcpb from the
latest release,
double-click it (or drag into Claude Desktop), and paste your API key in the
settings form that appears. The key is stored in your OS keychain. Done.
Or in one line, passing the key explicitly:
After npx -y @noves/canton-mcp init, no env var is needed:
(Or skip init and add "env": { "NOVES_API_KEY": "<your-key>" }.)
Key resolution order: NOVES_API_KEY env var β --api-key flag β
~/.config/canton-mcp/config.json. The key is sent only to
api.canton.noves.fi and never logged.
Every tool that takes a party accepts an ANS name, a display name, or a
raw party ID (name::hash) β resolution is automatic, and ambiguous names
return a candidate list to choose from.
Examples:
search_directory(orgType: "sv")get_balance(party: "noves.unverified.cns")get_balance_history(party, startDate, endDate)get_transactions(party, txType: "buyTraffic")| Tool | What it answers |
|---|---|
resolve_party | "Who is this party?" β canonical party ID, org type, balance, ANS names |
search_directory | "Who are the super validators?" β browse/filter the network directory |
get_balance | "What's this party's balance?" β current or at any point in time (date) |
get_balance_history | "Chart its balance over last month" β daily end-of-day snapshots |
get_rewards | "What did it earn?" β summary metrics, per-day totals, or individual payouts |
get_transactions | "Show its recent traffic purchases" β classified history (transfer, buyTraffic, β¦) |
get_transfer_stats | "How active is it?" β counts, volumes, unique counterparties |
get_price | "CC price trend this month?" β spot, historical spot, hourly/daily OHLC |
get_transaction | Full classified payload of one update by ID |
See examples/PROMPTS.md for questions to try.
2026-06-01), ISO datetimes, or unix timestamps.hasMore hints to keep agent context lean.get_transactions returns 25 rows by default and accepts limit up to 100; use
includeCount for the total count in a date window, and get_transaction for one full update.MIT Β© Noves Inc.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/canton-mcp)<a href="https://allmcps.com/mcp/canton-mcp"><img src="https://allmcps.com/api/badge/canton-mcp?style=directory" alt="Canton Mcp on AllMCPs" /></a>