Catalog
io.github.Noves-Inc/canton-mcp
Officialby Noves-Inc · TypeScript
Query Canton Network balances, rewards, transactions, prices, and identity from any AI agent.
Query Canton Network balances, rewards, transactions, prices, and identity data.
Topics
ai-agentsblockchaincantoncanton-networkmcpmcp-server
README not available yet.
Install
Configuration
Environment variables
NOVES_API_KEYrequiredsecretYour Noves API key. Create a free account at https://app.noves.fi/register/free
claude_desktop_config.json
{
"mcpServers": {
"canton-mcp": {
"command": "npx",
"args": [
"-y",
"@noves/canton-mcp@0.2.3"
],
"env": {
"NOVES_API_KEY": "<YOUR_NOVES_API_KEY>"
}
}
}
}