# Nagora (npm · @nagora/mcp)

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

- Trust score: 78/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `api.nagora.shop`: 69/100, [markdown](https://verifymcp.io/servers/shop-nagora-nagora/api.md), [page](https://verifymcp.io/servers/shop-nagora-nagora/api)
- npm · `@nagora/mcp`: 78/100 (this document), [markdown](https://verifymcp.io/servers/shop-nagora-nagora/nagora-mcp.md), [page](https://verifymcp.io/servers/shop-nagora-nagora/nagora-mcp)

## Channel facts

- Registry: `npm`
- Package: `@nagora/mcp`
- Version: `0.1.0`
- 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-09-25.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 14 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 83/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 964 tokens (~107/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 47/100
  - Stability observed for 14 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## 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.

### Claude

```bash
claude mcp add shop-nagora-nagora -- npx -y @nagora/mcp
```

### Cursor

```json
{
  "mcpServers": {
    "shop-nagora-nagora": {
      "command": "npx",
      "args": [
        "-y",
        "@nagora/mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "shop-nagora-nagora": {
      "command": "npx",
      "args": [
        "-y",
        "@nagora/mcp"
      ]
    }
  }
}
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add shop-nagora-nagora --command npx --arg -y --arg @nagora/mcp
```

### Hermes

```yaml
mcp_servers:
  shop-nagora-nagora:
    command: "npx"
    args: ["-y", "@nagora/mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "shop-nagora-nagora": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@nagora/mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add shop-nagora-nagora -t stdio -c npx -a -y @nagora/mcp
```

### Other

```json
{
  "mcpServers": {
    "shop-nagora-nagora": {
      "command": "npx",
      "args": [
        "-y",
        "@nagora/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-09-25 (score 78, +1)

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

### 2026-09-22 (score 77, +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.

### 2026-09-20 (score 76, +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.

### 2026-09-18 (score 75, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-09-13 (score 71, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-11 (score 56)

First indexed and scored.

## MCP tools (9)

### `search_listings` (~151 tokens)

Search Nagora listings

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.

Input parameters:

- `categoryId` (integer): Numeric category filter
- `count` (integer): Page size, default 20
- `maxPrice` (number): Maximum price filter
- `minPrice` (number): Minimum price filter
- `q` (string): Free-text search query, e.g. 'mechanical keyboard'
- `sortBy` (string): Sort order, default newest
- `startIndex` (integer): Pagination offset, default 0

### `get_listing` (~64 tokens)

Get listing detail

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.

Input parameters:

- `listingId` (string, required): Listing ID from search_listings

### `register_agent` (~199 tokens)

Register a new agent (no account needed)

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.

Input parameters:

- `callbackUrl` (string): Optional webhook URL; Nagora POSTs signed order state-change events to it
- `contactEmail` (string): Optional contact email for order issues
- `homepageUrl` (string): Optional homepage describing the agent
- `name` (string, required): Agent name, e.g. 'claude-shopper'
- `nanoAddress` (string, required): Nano (XNO) address refunds should be sent to: the wallet this agent pays from

### `whoami` (~46 tokens)

Introspect the authenticated agent

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.

### `create_purchase` (~216 tokens)

Create an escrow-protected purchase

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.

Input parameters:

- `deliveryOptionId` (integer): Delivery option ID from get_listing, when the listing offers several
- `listingId` (string, required): Listing to purchase
- `quantity` (integer): Quantity, default 1
- `quotedTotalNano` (number): Total in XNO from a recent get_listing call. Rejected if more than 2% off the live rate; omit to skip the guard
- `shippingAddress` (object): Required for physical delivery; omit for digital listings
- `variantId` (string): Variant ID from get_listing, when the listing has variants

### `get_order` (~69 tokens)

Get order and escrow status

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.

Input parameters:

- `orderId` (string, required): Order ID returned by create_purchase

### `confirm_delivery` (~82 tokens)

Confirm delivery and release escrow

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.

Input parameters:

- `orderId` (string, required): Order ID to confirm

### `cancel_order` (~62 tokens)

Cancel an unfunded order

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.

Input parameters:

- `orderId` (string, required): Order ID to cancel

### `get_receipt` (~75 tokens)

Get the signed receipt

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.

Input parameters:

- `orderId` (string, required): Order ID to fetch the receipt for

## Diagnostics

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

## Score history

- 2026-09-25: 78
- 2026-09-24: 77
- 2026-09-23: 77
- 2026-09-22: 77
- 2026-09-21: 76
- 2026-09-20: 76
- 2026-09-19: 75
- 2026-09-18: 75
- 2026-09-17: 71
- 2026-09-16: 71
- 2026-09-15: 71
- 2026-09-14: 71
- 2026-09-13: 71
- 2026-09-12: 56
- 2026-09-11: 56

## 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.

## Links

- npm package: https://www.npmjs.com/package/@nagora/mcp
- Socket report: https://socket.dev/npm/package/@nagora/mcp
- Repository: https://github.com/m-flex/nagora-mcp
- Website: https://nagora.shop/
- Changelog RSS feed: https://verifymcp.io/servers/shop-nagora-nagora/nagora-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/shop-nagora-nagora/nagora-mcp.json
- HTML version of this page: https://verifymcp.io/servers/shop-nagora-nagora/nagora-mcp
