# io.github.Noves-Inc/canton-mcp (npm · @noves/canton-mcp)

Query Canton Network balances, rewards, transactions, prices, and identity from any AI agent.

- Trust score: 77/100 (medium)
- Change this week: +53
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `@noves/canton-mcp`: 77/100 (this document), [markdown](https://verifymcp.io/servers/noves-inc-canton-mcp/noves-canton-mcp.md), [page](https://verifymcp.io/servers/noves-inc-canton-mcp/noves-canton-mcp)

## Channel facts

- Registry: `npm`
- Package: `@noves/canton-mcp`
- Version: `0.2.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to Noves-Inc/canton-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 59 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1573 tokens (~174/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add noves-inc-canton-mcp -- npx -y @noves/canton-mcp
```

### Codex

```bash
codex mcp add noves-inc-canton-mcp -- npx -y @noves/canton-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "noves-inc-canton-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@noves/canton-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add noves-inc-canton-mcp --command npx --arg -y --arg @noves/canton-mcp
```

### Hermes

```yaml
mcp_servers:
  noves-inc-canton-mcp:
    command: "npx"
    args: ["-y", "@noves/canton-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "noves-inc-canton-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@noves/canton-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 77, −1)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-03 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 77, +72)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] The attested source repository moved: Noves-Inc/canton-mcp
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 5, −14)

- [functional regression] Tool coverage: 100 → unverified

### 2026-07-31 (score 19, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 26, +2)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −20)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 44)

First indexed and scored.

## MCP tools (9)

### `resolve_party` (~150 tokens)

Resolve a Canton party

Resolve a human-friendly query (ANS name, display name, or raw party ID) to a canonical Canton party. Returns the party ID, display name, org type (validator / app / sv / unknown), current CC balance, ANS names, and update count. If the query is ambiguous, returns a candidate list to choose from. Use this first whenever the user refers to a party by name.

Input parameters:

- `chain` (string): Chain to query. Defaults to "canton" (currently the only supported chain).
- `query` (string, required): ANS name (e.g. noves.unverified.cns), display name fragment (e.g. Cumberland), or raw party ID (name::hash).

### `search_directory` (~138 tokens)

Search the Canton network directory

Browse or search the Canton network directory of known parties (validators, apps, super validators). Filter by orgType and/or a free-text query. Returns party ID, display name, org type, and current CC balance. Ask "who are the super validators?" → orgType: "sv".

Input parameters:

- `chain` (string): Chain to query. Defaults to "canton" (currently the only supported chain).
- `limit` (integer): Max results to return (default 25, max 100).
- `orgType` (string): Filter by organization type. sv = super validator.
- `query` (string): Free-text search over names.

### `get_balance` (~164 tokens)

Get a party's balance

Get a Canton party's CC balance (total, locked, unlocked) with USD values — current, or at any point in time via the optional date. "What was X's balance on January 1?" → date: "2026-01-01".

Input parameters:

- `chain` (string): Chain to query. Defaults to "canton" (currently the only supported chain).
- `date` (string): Point-in-time balance: ISO date (2026-01-01), ISO datetime, or unix timestamp. Omit for current.
- `party` (string, required): The party to query — accepts an ANS name (e.g. noves.unverified.cns), a display name (e.g. Cumberland), or a raw Canton party ID (name::hash).

### `get_balance_history` (~159 tokens)

Get a party's balance history

Get a Canton party's daily CC balance series. Each row is the end-of-day (UTC) snapshot for that date. Defaults to the last 30 days when no range is given.

Input parameters:

- `chain` (string): Chain to query. Defaults to "canton" (currently the only supported chain).
- `endDate` (string): Range end (inclusive): ISO date, ISO datetime, or unix timestamp.
- `party` (string, required): The party to query — accepts an ANS name (e.g. noves.unverified.cns), a display name (e.g. Cumberland), or a raw Canton party ID (name::hash).
- `startDate` (string): Range start: ISO date, ISO datetime, or unix timestamp.

### `get_rewards` (~269 tokens)

Get a party's rewards

Get a Canton party's mining/validator rewards. Three granularities: "summary" (default) — current earnings metrics (latest round, 1h avg, 24h avg, incl. post-traffic-cost CC/USD); "daily" — per-day totals over a date range (max 90 days per call); "transfers" — individual reward transfers. Optionally filter by rewardType.

Input parameters:

- `chain` (string): Chain to query. Defaults to "canton" (currently the only supported chain).
- `endDate` (string): Range end (inclusive): ISO date, ISO datetime, or unix timestamp.
- `granularity` (string): summary = current earnings metrics; daily = per-day totals; transfers = individual reward payouts.
- `limit` (integer): Max transfer rows when granularity is transfers (default 25, max 100).
- `party` (string, required): The party to query — accepts an ANS name (e.g. noves.unverified.cns), a display name (e.g. Cumberland), or a raw Canton party ID (name::hash).
- `rewardType` (string): Filter to one reward type (transfers granularity only).
- `startDate` (string): Range start: ISO date, ISO datetime, or unix timestamp.

### `get_transactions` (~285 tokens)

Get a party's classified transactions

Get a Canton party's transaction history, classified into human-readable types (transfer, mergeSplit, validatorRewards, appRewards, svRewards, buyTraffic, issueCoupon, redeemCoupon, paySubscription, validatorLicenseActivityReport, …). Returns compact rows (id, time, type, roles, transfer summary) sorted newest-first. Use get_transaction for the full payload of one update. Set includeCount: true to also get the total update count for the window.

Input parameters:

- `chain` (string): Chain to query. Defaults to "canton" (currently the only supported chain).
- `endDate` (string): Range end (inclusive): ISO date, ISO datetime, or unix timestamp.
- `includeCount` (boolean): Also return the total number of updates in the window (one extra API call).
- `limit` (integer): Max rows (default 25, max 100).
- `party` (string, required): The party to query — accepts an ANS name (e.g. noves.unverified.cns), a display name (e.g. Cumberland), or a raw Canton party ID (name::hash).
- `startDate` (string): Range start: ISO date, ISO datetime, or unix timestamp.
- `txType` (string): Filter to one classification type (e.g. transfer, buyTraffic, validatorRewards). Filtered client-side over recent pages.

### `get_transfer_stats` (~152 tokens)

Get a party's transfer statistics

Get aggregate CC transfer statistics for a Canton party: total/sent/received counts, volumes, and unique counterparty count — optionally over a date range.

Input parameters:

- `chain` (string): Chain to query. Defaults to "canton" (currently the only supported chain).
- `endDate` (string): Range end (inclusive): ISO date, ISO datetime, or unix timestamp.
- `party` (string, required): The party to query — accepts an ANS name (e.g. noves.unverified.cns), a display name (e.g. Cumberland), or a raw Canton party ID (name::hash).
- `startDate` (string): Range start: ISO date, ISO datetime, or unix timestamp.

### `get_price` (~158 tokens)

Get the Canton Coin (CC) price

Get the Canton Coin (CC) USD price. No arguments → current spot price. timestamp → historical spot at that moment. startDate+endDate → OHLC series (interval: "hourly" or "daily", default daily). Good for "what's the CC price trend over the past month?".

Input parameters:

- `chain` (string): Chain to query. Defaults to "canton" (currently the only supported chain).
- `endDate` (string): History range end.
- `interval` (string): OHLC bucket size for range queries.
- `startDate` (string): History range start (use with endDate).
- `timestamp` (string): Historical spot price at this moment: ISO date, ISO datetime, or unix timestamp.

### `get_transaction` (~98 tokens)

Get one transaction in full detail

Get the full classified detail of a single Canton update (transaction) by its update ID, including the complete payload: classification, all parties and roles, transfers, values, and raw transaction data. Use after get_transactions when you need everything about one update.

Input parameters:

- `chain` (string): Chain to query. Defaults to "canton" (currently the only supported chain).
- `updateId` (string, required): The update ID (from get_transactions rows).

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/noves-inc-canton-mcp/noves-canton-mcp#diagnostics

## Score history

- 2026-08-04: 77
- 2026-08-03: 78
- 2026-08-02: 77
- 2026-08-01: 5
- 2026-07-31: 19
- 2026-07-30: 26
- 2026-07-28: 24
- 2026-07-27: 44

## Links

- npm package: https://www.npmjs.com/package/@noves/canton-mcp
- Socket report: https://socket.dev/npm/package/@noves/canton-mcp
- Repository: https://github.com/Noves-Inc/canton-mcp
- Changelog RSS feed: https://verifymcp.io/servers/noves-inc-canton-mcp/noves-canton-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/noves-inc-canton-mcp/noves-canton-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/noves-inc-canton-mcp/noves-canton-mcp
