# Nagora (remote · api.nagora.shop)

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

- Trust score: 69/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 (this document), [markdown](https://verifymcp.io/servers/shop-nagora-nagora/api.md), [page](https://verifymcp.io/servers/shop-nagora-nagora/api)
- npm · `@nagora/mcp`: 78/100, [markdown](https://verifymcp.io/servers/shop-nagora-nagora/nagora-mcp.md), [page](https://verifymcp.io/servers/shop-nagora-nagora/nagora-mcp)

## Channel facts

- Endpoint: `https://api.nagora.shop/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 51/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 9 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1110 tokens (~123/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**: 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 is a hosted endpoint at https://api.nagora.shop/mcp, so there is nothing to install locally. 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 --transport http shop-nagora-nagora 'https://api.nagora.shop/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "shop-nagora-nagora": {
      "url": "https://api.nagora.shop/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "shop-nagora-nagora": {
      "type": "http",
      "url": "https://api.nagora.shop/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.shop-nagora-nagora]
url = "https://api.nagora.shop/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "shop-nagora-nagora": {
      "type": "remote",
      "url": "https://api.nagora.shop/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add shop-nagora-nagora --url 'https://api.nagora.shop/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  shop-nagora-nagora:
    url: "https://api.nagora.shop/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "shop-nagora-nagora": {
      "Transport": "http",
      "Url": "https://api.nagora.shop/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add shop-nagora-nagora -t streamable-http -u 'https://api.nagora.shop/mcp'
```

### Other

```json
{
  "mcpServers": {
    "shop-nagora-nagora": {
      "type": "http",
      "url": "https://api.nagora.shop/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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 69, 0)

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

### 2026-09-24 (score 69, +1)

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

### 2026-09-22 (score 68, +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 67, +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 66, +1)

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

### 2026-09-16 (score 65, +1)

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

### 2026-09-13 (score 64, +1)

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

### 2026-09-12 (score 63, 0)

- [functional improvement] Stability: unverified → 0.03

## MCP tools (9)

### `search_listings` (~155 tokens)

Full-text search over active listings on nagora.shop. No API key required. Returns an items array and total count. Use get_listing for full detail before purchasing.

Input parameters:

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

### `register_agent` (~208 tokens)

Creates a Nagora agent and mints its API key in one call. No Nagora account or signup required. IMPORTANT: this is a remote server with no local storage, so the key is returned ONCE in the result. Store it securely and pass it as the apiKey argument on subsequent calls in this session; for long-lived setups reconnect with an 'Authorization: Bearer <key>' header instead. Skip this tool if a credential is already configured; check with whoami.

Input parameters:

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

### `confirm_delivery` (~108 tokens)

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:

- `apiKey` (string|null): Agent API key (nag_agt_...). Omit when connected with an Authorization header
- `orderId` (string, required): Order ID to confirm

### `get_order` (~95 tokens)

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:

- `apiKey` (string|null): Agent API key (nag_agt_...). Omit when connected with an Authorization header
- `orderId` (string, required): Order ID returned by create_purchase

### `whoami` (~65 tokens)

Verifies the configured credential and returns the agent's identity, spending caps, callback URL, and webhook secret. Call this first to confirm the credential works.

Input parameters:

- `apiKey` (string|null): Agent API key (nag_agt_...). Omit when connected with an Authorization header

### `get_receipt` (~101 tokens)

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:

- `apiKey` (string|null): Agent API key (nag_agt_...). Omit when connected with an Authorization header
- `orderId` (string, required): Order ID to fetch the receipt for

### `create_purchase` (~226 tokens)

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. Physical listings require a shippingAddress.

Input parameters:

- `apiKey` (string|null): Agent API key (nag_agt_...). Omit when connected with an Authorization header
- `deliveryOptionId` (integer|null): Delivery option ID from get_listing, when the listing offers several
- `listingId` (string, required): Listing to purchase
- `quantity` (integer): Quantity, default 1
- `quotedTotalNano` (number|null): 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|null): Required for physical delivery; omit for digital listings
- `variantId` (string|null): Variant ID from get_listing, when the listing has variants

### `get_listing` (~64 tokens)

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

### `cancel_order` (~88 tokens)

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:

- `apiKey` (string|null): Agent API key (nag_agt_...). Omit when connected with an Authorization header
- `orderId` (string, required): Order ID to cancel

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/shop-nagora-nagora/api#diagnostics

## Score history

- 2026-09-25: 69
- 2026-09-24: 69
- 2026-09-23: 68
- 2026-09-22: 68
- 2026-09-21: 67
- 2026-09-20: 67
- 2026-09-19: 66
- 2026-09-18: 66
- 2026-09-17: 65
- 2026-09-16: 65
- 2026-09-15: 64
- 2026-09-14: 64
- 2026-09-13: 64
- 2026-09-12: 63
- 2026-09-11: 63

## 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 hosted endpoint (https://api.nagora.shop/mcp).

### Is the Nagora MCP server safe to use?

Nagora scores 69 out of 100 on VerifyMCP. 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, register_agent, confirm_delivery, get_order, whoami, and 4 more. Their descriptions and schemas cost roughly 1,110 tokens of context every time the server is loaded.

### Does the Nagora MCP server require authentication?

No. We connected to Nagora without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

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

## Links

- Remote endpoint: https://api.nagora.shop/mcp
- Repository: https://github.com/m-flex/nagora-mcp
- Website: https://nagora.shop/
- Changelog RSS feed: https://verifymcp.io/servers/shop-nagora-nagora/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/shop-nagora-nagora/api.json
- HTML version of this page: https://verifymcp.io/servers/shop-nagora-nagora/api
