
Canton Mcp
Let your coding agent query Canton Network balances, rewards, transactions, prices, and identity through Noves without hand-built REST clients.
Overview
canton-mcp is a Build-phase MCP server that lets AI agents query Canton Network balances, rewards, transactions, prices, and identity via the Noves API.
What is this MCP server?
- Query Canton Network balances, rewards, transactions, prices, and identity from any AI agent
- stdio npm package @noves/canton-mcp (v0.2.3) with required NOVES_API_KEY
- Free-tier Noves account registration documented at app.noves.fi
- Purpose-built for Canton Network rather than generic EVM explorers
- Reduces bespoke API glue when explaining or debugging Canton positions in the IDE
- Package version 0.2.3
- npm identifier @noves/canton-mcp with stdio transport
- Required secret environment variable NOVES_API_KEY
What problem does it solve?
Building Canton-aware agent workflows means repeatedly writing and debugging Noves REST calls instead of shipping product features.
Who is it for?
Solo developers building Canton Network dashboards, bots, or internal tools who want typed MCP tools instead of curl snippets.
Skip if: Builders on unrelated chains only, or teams that need write/submit transactions without a separate Canton integration path.
What do I get? / Deliverables
After you add the stdio server and NOVES_API_KEY, your agent can pull Canton ledger and market context on demand while you code integrations.
- Agent-callable tools for Canton balances, rewards, transactions, prices, and identity
- stdio MCP wiring to @noves/canton-mcp v0.2.3
- Faster iteration on Canton-aware prompts without manual API docs tab switching
Recommended MCP Servers
Journey fit
How it compares
Canton-focused finance data MCP, not a generic blockchain skill or wallet custody product.
Common Questions / FAQ
Who is canton-mcp for?
Developers and indie founders working on Canton Network products who use Claude Code or other MCP hosts and want ledger queries in natural language.
When should I use canton-mcp?
Use it in Build while integrating Noves-backed balances, rewards, transactions, prices, or identity into agents, scripts, or support workflows.
How do I add canton-mcp to my agent?
Register the npm stdio server @noves/canton-mcp in your MCP settings, set NOVES_API_KEY from https://app.noves.fi/register/free, and restart your client.