Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.0x-devc/novai-mcp-server

NPM · NOVAI-MCP-SERVER · SCANNED SEP 20

Read-only MCP server for querying the live NOVAI blockchain over its public JSON-RPC endpoint.

Available components

0 this week 84 Trust /100
Trust breakdown (7 categories)

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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability83
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1229 tokens (~102/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.0x-devc/novai-mcp-server server?

io.github.0x-devc/novai-mcp-server runs locally as an npm package, launched with npx -y novai-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · novai-mcp-server

# add to Claude Code
claude mcp add 0x-devc-novai-mcp-server -- npx -y novai-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "0x-devc-novai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "novai-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "0x-devc-novai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "novai-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add 0x-devc-novai-mcp-server -- npx -y novai-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "0x-devc-novai-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "novai-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add 0x-devc-novai-mcp-server --command npx --arg -y --arg novai-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  0x-devc-novai-mcp-server:
    command: "npx"
    args: ["-y", "novai-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "0x-devc-novai-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "novai-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add 0x-devc-novai-mcp-server -t stdio -c npx -a -y novai-mcp-server
// mcp.json
{
  "mcpServers": {
    "0x-devc-novai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "novai-mcp-server"
      ]
    }
  }
}
Changelog

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.

  • 19 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 18 Sept 26 +1

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

  • 17 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 16 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

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

  • 11 Sept 26 +1

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

  • 9 Sept 26 −2
    • Stability: pass → 0.80 functional
Diagnostics

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 20 Sept 2026 · Analysed npm/novai-mcp-server@0.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~1,188 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
novai_get_ai_entity ~81

Fetch an on-chain AI entity (agent) by its entity id. Returns the entity record including code hash, creator, autonomy mode, capability bits, economic and stake balances, reputation score, transaction count, and activity timestamps, or null if no entity exists for that id.

NameTypeReqDescription
entity_idstringyesEntity id, 64 hex characters.

No output schema declared.

No examples provided.

novai_get_balance ~51

Fetch the balance and nonce for an account or entity address. The balance is returned as a decimal string to preserve full precision.

NameTypeReqDescription
addressstringyesAccount or entity address, 64 hex characters.

No output schema declared.

No examples provided.

novai_get_block ~140

Fetch a single committed block by height or by hash. Provide exactly one of height or hash. Returns the block height, block hash, parent hash, round, state root, and transaction count, or null if no such block is known. Note: the endpoint retains a bounded recent window of blocks by height, so very old heights can return null even though they were valid blocks. Lookups by hash work for any block the node still indexes.

NameTypeReqDescription
hashstringBlock hash, 64 hex characters. Provide either height or hash, not both.
heightintegerBlock height. Provide either height or hash, not both.

No output schema declared.

No examples provided.

novai_get_chain_status ~69

Return the latest committed block of the live NOVAI chain: its height, block hash, round, transaction count, state root, and parent hash. Use this to verify the chain is live and advancing, and to learn the current tip height before requesting a specific block. Takes no parameters.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

novai_get_memory_objects ~149

List the on-chain memory objects owned by an entity. Each object has an object id, a numeric object type, owner, creation and update heights, and hex encoded data. Object type codes: 0 ChainSummary, 1 LabelIndex, 2 EmbeddingCommitment, 3 AnomalyLog, 4 StatisticsSnapshot, 5 ReputationEvent, 6 Rating, 7 SignalCatalog, 8 CompositionGraph, 9 VerificationRecord, 10 DelegationGrant, 11 Subscription, 12 ServiceDescriptor, 13 VkRegistration, 14 SlaAgreement, 15 PaymentChannel.

NameTypeReqDescription
entity_idstringyesOwner entity id, 64 hex characters.

No output schema declared.

No examples provided.

novai_get_oracle_anchor ~70

Fetch a single oracle anchor by its signal hash. Returns the issuer entity, data hash, external timestamp, source hash, expiry and anchor heights, and data tag, or null if no anchor exists for that hash.

NameTypeReqDescription
signal_hashstringyesSignal hash, 64 hex characters.

No output schema declared.

No examples provided.

novai_get_oracle_anchors_by_entity ~138

List oracle anchors issued by a given entity within a block height range, optionally filtered by an external timestamp range. Returns issuer entity, data hash, external timestamp, source hash, expiry and anchor heights, and data tag for each.

NameTypeReqDescription
end_heightintegeryesLast block height in the range, inclusive.
entity_idstringyesIssuer entity id, 64 hex characters.
start_heightintegeryesFirst block height in the range, inclusive.
ts_maxintegerOptional highest external timestamp to include.
ts_minintegerOptional lowest external timestamp to include.

No output schema declared.

No examples provided.

novai_get_oracle_anchors_by_tag ~133

List oracle anchors carrying a given data tag within a block height range, optionally filtered by an external timestamp range. Returns issuer entity, data hash, external timestamp, source hash, expiry and anchor heights, and data tag for each.

NameTypeReqDescription
data_tagstringyesData tag to match.
end_heightintegeryesLast block height in the range, inclusive.
start_heightintegeryesFirst block height in the range, inclusive.
ts_maxintegerOptional highest external timestamp to include.
ts_minintegerOptional lowest external timestamp to include.

No output schema declared.

No examples provided.

novai_get_signals_by_height ~67

List the signal commitments recorded at a specific block height. Each entry has a commitment hash, a numeric signal type, the height, and the issuer. Use this to see which signals were committed in a given block.

NameTypeReqDescription
heightintegeryesBlock height to query.

No output schema declared.

No examples provided.

novai_get_signals_by_issuer ~91

List the signal commitments issued by a given entity within a block height range. Returns commitment hash, signal type, height, and issuer for each.

NameTypeReqDescription
end_heightintegeryesLast block height in the range, inclusive.
issuerstringyesIssuer entity id, 64 hex characters.
start_heightintegeryesFirst block height in the range, inclusive.

No output schema declared.

No examples provided.

novai_get_signals_by_type ~137

List the signal commitments of a given type within a block height range. The endpoint currently accepts these signal type codes: 0 Anomaly, 1 Optimization, 2 Prediction, 3 RiskScore, 4 AuditReport, 5 SpamRisk, 6 CongestionForecast. Returns commitment hash, signal type, height, and issuer for each.

NameTypeReqDescription
end_heightintegeryesLast block height in the range, inclusive.
signal_typeintegeryesSignal type code. The endpoint currently accepts 0 through 6.
start_heightintegeryesFirst block height in the range, inclusive.

No output schema declared.

No examples provided.

novai_get_transaction ~62

Fetch a confirmed transaction by its transaction id. Returns the block height, transaction index, sender address, nonce, fee, and payload length, or null if the transaction is not found.

NameTypeReqDescription
txidstringyesTransaction id, 64 hex characters.

No output schema declared.

No examples provided.

Common questions

What is the io.github.0x-devc/novai-mcp-server server?

io.github.0x-devc/novai-mcp-server is listed in the public MCP registry as io.github.0x-devc/novai-mcp-server. Read-only MCP server for querying the live NOVAI blockchain over its public JSON-RPC endpoint. This page covers its npm package (novai-mcp-server).

Is the io.github.0x-devc/novai-mcp-server server safe to use?

io.github.0x-devc/novai-mcp-server scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.0x-devc/novai-mcp-server server expose?

io.github.0x-devc/novai-mcp-server exposes 12 tools: novai_get_chain_status, novai_get_block, novai_get_transaction, novai_get_ai_entity, novai_get_balance, and 7 more. Their descriptions and schemas cost roughly 1,188 tokens of context every time the server is loaded.

Is the io.github.0x-devc/novai-mcp-server server still maintained?

io.github.0x-devc/novai-mcp-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.0x-devc/novai-mcp-server server under?

io.github.0x-devc/novai-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.