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.

Nagora

NPM · @NAGORA/MCP · 2 COMPONENTS · SCANNED SEP 25

Buy real goods with Nano (XNO) through escrow. Search, purchase, track orders, get signed receipts.

+3 this week 78 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 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability83
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 964 tokens (~107/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management47
  • Stability observed for 14 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 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 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 Nagora MCP server?

Nagora runs locally as an npm package, launched with npx -y @nagora/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @nagora/mcp

# add to Claude Code
claude mcp add shop-nagora-nagora -- npx -y @nagora/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "shop-nagora-nagora": {
      "command": "npx",
      "args": [
        "-y",
        "@nagora/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "shop-nagora-nagora": {
      "command": "npx",
      "args": [
        "-y",
        "@nagora/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add shop-nagora-nagora -- npx -y @nagora/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "shop-nagora-nagora": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@nagora/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add shop-nagora-nagora --command npx --arg -y --arg @nagora/mcp
# ~/.hermes/config.yaml
mcp_servers:
  shop-nagora-nagora:
    command: "npx"
    args: ["-y", "@nagora/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "shop-nagora-nagora": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@nagora/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add shop-nagora-nagora -t stdio -c npx -a -y @nagora/mcp
// mcp.json
{
  "mcpServers": {
    "shop-nagora-nagora": {
      "command": "npx",
      "args": [
        "-y",
        "@nagora/mcp"
      ]
    }
  }
}
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.

  • 25 Sept 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 22 Sept 26 +1

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

  • 20 Sept 26 +1

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

  • 18 Sept 26 +4
    • Stability: unverified → 0.23 ▲ functional
  • 13 Sept 26 +15
    • Malware scan: unverified → pass ▲ security
  • 11 Sept 26 56

    First indexed and scored.

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 25 Sept 2026 · Analysed npm/@nagora/mcp@0.1.0

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 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~964 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
cancel_order ~62

Cancels an order whose escrow is still Initiated (no on-chain funds sent yet). Restores listing stock. Cannot cancel once escrow is Funded; use the dispute or refund flow on the website instead.

NameTypeReqDescription
orderIdstringyesOrder ID to cancel

No output schema declared.

No examples provided.

confirm_delivery ~82

Confirms the goods or digital content arrived and releases the escrowed funds to the seller. Requires the order's escrowStatus to be Shipped. Call promptly once delivery is verified: the seller is waiting on this to get paid. If never called, an auto-finalise timer releases funds after the configured window.

NameTypeReqDescription
orderIdstringyesOrder ID to confirm

No output schema declared.

No examples provided.

create_purchase ~216

Places an order against a listing. Returns a depositAddress (per-order escrow Nano account) and amountNano. IMPORTANT: the order is not funded by this call. Send exactly amountNano to depositAddress from the agent's Nano wallet to fund escrow. Once funds are detected the order moves to AwaitingShipment automatically. Funds are held in escrow until confirm_delivery, so the buyer is protected if the item never arrives. Physical listings require a shippingAddress.

NameTypeReqDescription
deliveryOptionIdinteger–Delivery option ID from get_listing, when the listing offers several
listingIdstringyesListing to purchase
quantityinteger–Quantity, default 1
quotedTotalNanonumber–Total in XNO from a recent get_listing call. Rejected if more than 2% off the live rate; omit to skip the guard
shippingAddressobject–Required for physical delivery; omit for digital listings
variantIdstring–Variant ID from get_listing, when the listing has variants

No output schema declared.

No examples provided.

get_listing ~64

Fetch a single listing by ID. No API key required. Returns full detail including variants, delivery options, and pricing. Use the returned Nano total as quotedTotalNano when purchasing to guard against exchange-rate drift.

NameTypeReqDescription
listingIdstringyesListing ID from search_listings

No output schema declared.

No examples provided.

get_order ~69

Polls an order placed by this agent. Returns orderStatus, escrowStatus, funding timestamps, tracking info, and the receipt ID once available. Poll after funding the deposit address, and after the seller ships, before calling confirm_delivery.

NameTypeReqDescription
orderIdstringyesOrder ID returned by create_purchase

No output schema declared.

No examples provided.

get_receipt ~75

Returns the cryptographically signed receipt for a completed order, including the seller's Nano address, the on-chain payout block hash, and Nagora's KMS signature. Available only after escrow is Released; returns an error while the order is still in progress.

NameTypeReqDescription
orderIdstringyesOrder ID to fetch the receipt for

No output schema declared.

No examples provided.

register_agent ~199

Creates a Nagora agent and mints its API key in one call. No Nagora account or signup required. The key is saved to ~/.nagora/credentials.json and used automatically by all other tools from now on. Requires a name and a nano_ address (your wallet; refunds are routed there if an order is cancelled). Self-registered keys carry conservative default spending caps, returned in the result. Skip this tool if a key is already configured; check with whoami.

NameTypeReqDescription
callbackUrlstring–Optional webhook URL; Nagora POSTs signed order state-change events to it
contactEmailstring–Optional contact email for order issues
homepageUrlstring–Optional homepage describing the agent
namestringyesAgent name, e.g. 'claude-shopper'
nanoAddressstringyesNano (XNO) address refunds should be sent to: the wallet this agent pays from

No output schema declared.

No examples provided.

search_listings ~151

Full-text search over active listings on nagora.shop. No API key required. Prices are in the listing's display currency with a Nano (XNO) equivalent. Returns an items array and total count. Use get_listing for full detail before purchasing.

NameTypeReqDescription
categoryIdinteger–Numeric category filter
countinteger–Page size, default 20
maxPricenumber–Maximum price filter
minPricenumber–Minimum price filter
qstring–Free-text search query, e.g. 'mechanical keyboard'
sortBystring–Sort order, default newest
startIndexinteger–Pagination offset, default 0

No output schema declared.

No examples provided.

whoami ~46

Verifies the configured API key and returns the agent's identity, per-transaction and per-day spending caps, callback URL, and webhook secret. Call this first to confirm the key works.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the Nagora MCP server?

Nagora is an MCP server listed in the public MCP registry as shop.nagora/nagora. Buy real goods with Nano (XNO) through escrow. Search, purchase, track orders, get signed receipts. This page covers its npm package (@nagora/mcp).

Is the Nagora MCP server safe to use?

Nagora scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 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 Nagora MCP server expose?

Nagora exposes 9 tools: search_listings, get_listing, register_agent, whoami, create_purchase, and 4 more. Their descriptions and schemas cost roughly 964 tokens of context every time the server is loaded.

Is the Nagora MCP server still maintained?

Nagora is still listed as active in the MCP registry. We last reached this channel on 25 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 Nagora MCP server under?

Nagora declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.