canton-mcp
Rank #17,558io.github.Noves-Inc/canton-mcp
Query Canton Network balances, rewards, transactions, prices, and identity from any AI agent.
canton-mcp is a Model Context Protocol (MCP) server published by noves-inc. It ranks #17,558 of 115,460 servers tracked on MCP Toplist. canton-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 5, 2026 and most recently updated on Jun 5, 2026.
Ranks ahead of 97,902 of 115,460 servers on MCP Toplist.
Use canton-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add canton-mcp -e "NOVES_API_KEY=<your NOVES_API_KEY>" -- npx -y @noves/canton-mcpReplace each placeholder with your own value before saving.
[mcp_servers.canton-mcp]
command = "npx"
args = ["-y", "@noves/canton-mcp"]
[mcp_servers.canton-mcp.env]
NOVES_API_KEY = "<your NOVES_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"canton-mcp": {
"command": "npx",
"args": [
"-y",
"@noves/canton-mcp"
],
"env": {
"NOVES_API_KEY": "<your NOVES_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"canton-mcp": {
"command": "npx",
"args": [
"-y",
"@noves/canton-mcp"
],
"env": {
"NOVES_API_KEY": "<your NOVES_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"canton-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@noves/canton-mcp"
],
"env": {
"NOVES_API_KEY": "<your NOVES_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"canton-mcp": {
"command": "npx",
"args": [
"-y",
"@noves/canton-mcp"
],
"env": {
"NOVES_API_KEY": "<your NOVES_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"canton-mcp": {
"command": "npx",
"args": [
"-y",
"@noves/canton-mcp"
],
"env": {
"NOVES_API_KEY": "<your NOVES_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Noves-Inc%2Fcanton-mcp)<a href="https://mcptoplist.com/server/io.github.Noves-Inc%2Fcanton-mcp"><img src="https://mcptoplist.com/badge/io.github.Noves-Inc%2Fcanton-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
noves-inc
Other servers by noves-inc
View all noves-inc servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jun 5, 2026 |
Frequently asked questions
- Who maintains canton-mcp?
- canton-mcp is maintained by noves-inc, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is canton-mcp listed on the Official MCP Registry?
- Yes — canton-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does canton-mcp have?
- MCP Toplist tracks 1 version of canton-mcp, most recently published on Jun 5, 2026.
- Where can I find the source code for canton-mcp?
- The source code for canton-mcp is hosted at github.com/noves-inc/canton-mcp.