io.github.MinaProtocol/mina-mcp-server
NPM · @O1-LABS/MINA-MCP-SERVER · SCANNED AUG 3
Query Mina Protocol: accounts, blocks, transactions, zkApp events/actions, archive SQL, Rosetta.
Available components
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. How we score →
Supply Chain Security88
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (142 of 144), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (142 of 144), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to MinaProtocol/mina-mcp-server). View diagnostics → Pass
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 63 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 407 tokens (~81/item across 5 items; 5 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @o1-labs/mina-mcp-server
claude mcp add minaprotocol-mina-mcp-server -- npx -y @o1-labs/mina-mcp-server
codex mcp add minaprotocol-mina-mcp-server -- npx -y @o1-labs/mina-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"minaprotocol-mina-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@o1-labs/mina-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add minaprotocol-mina-mcp-server --command npx --arg -y --arg @o1-labs/mina-mcp-server
mcp_servers:
minaprotocol-mina-mcp-server:
command: "npx"
args: ["-y", "@o1-labs/mina-mcp-server"] {
"mcpServers": {
"minaprotocol-mina-mcp-server": {
"command": "npx",
"args": [
"-y",
"@o1-labs/mina-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +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.
- 2 Aug 26 +57
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: MinaProtocol/mina-mcp-server security
- Security disclosure: fail → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- License: unverified → pass ▲ functional
- First check of Schema quality: unverified functional
- Licence: Apache-2.0 functional
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@o1-labs/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- MinaProtocol/mina-mcp-server
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/MinaProtocol/mina-mcp-server/.github/workflows/release.yml@refs/tags/v0.7.3
- Rekor log index:
- 1685497165
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:29acf26c646f16d001366c913faa6b84f34d53291dead0e155da1a9ade8ae4334de5c94b9eaba819af58dad962cc484afb326a023e051a214c877480f
- Discovery method:
- attestation_endpoint
Dependencies 142 packages
142 packages in the resolved dependency tree · 138 deprecated · 40 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_archive_schema ~33
[infra] Get the archive database table names and their columns. Useful for understanding what data is available for SQL queries.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_example ~55
[infra] Get the full step list for a single named example workflow. Use list_examples first to discover names.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Example name from list_examples (e.g. 'send_payment', 'verify_in_archive'). |
No output schema declared.
No examples provided.
get_sync_status ~90
[infra] Get the sync status and daemon info. Returns the flat daemon status object directly — fields like `syncStatus`, `blockchainLength`, `stateHash`, `numAccounts`, `chainId`, `addrsAndPorts` are at the top level (not nested under `daemonStatus`). In snapshot mode returns archive DB stats instead. In tutorial and live modes returns the live daemon status.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_examples ~71
[infra] List curated example workflows (each is a sequence of tool calls). Filter by the current server mode by default; pass `all` to see every workflow regardless of mode.
| Name | Type | Req | Description |
|---|---|---|---|
| include | string | — | 'current' filters to workflows runnable in this server's mode; 'all' shows every workflow. |
No output schema declared.
No examples provided.
query_archive_sql ~158
[infra][tutorial+snapshot] Execute a read-only SQL query against the archive database. Only SELECT/WITH/EXPLAIN statements are allowed. Query timeout is 10 seconds. Not available in live mode (no archive DB). Common tables: `blocks`, `user_commands`, `internal_commands`, `public_keys`, `accounts_accessed`. Call `get_archive_schema` first if you don't know the table layout.
| Name | Type | Req | Description |
|---|---|---|---|
| params | array | — | Parameterized values: $1, $2, ... in the SQL |
| sql | string | yes | Read-only SQL (SELECT / WITH / EXPLAIN only). Example: SELECT state_hash, height FROM blocks WHERE chain_status = 'canonical' ORDER BY height DESC LIMIT 10 |
No output schema declared.
No examples provided.