# Neuronto Payments: x402 facilitator (remote · pay.neuronto.com)

x402 facilitator: settlement prices, live networks, a catalogue of paid resources, integration code

- Trust score: 62/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- remote · `pay.neuronto.com`: 62/100 (this document), [markdown](https://verifymcp.io/servers/com-neuronto-x402-payments-facilitator/pay.md), [page](https://verifymcp.io/servers/com-neuronto-x402-payments-facilitator/pay)

## Channel facts

- Endpoint: `https://pay.neuronto.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

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

- **Endpoint Security**: 57/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 4 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 is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 315 tokens (~78/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 57% 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 4 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the Neuronto Payments: x402 facilitator MCP server?

Neuronto Payments: x402 facilitator is a hosted endpoint at https://pay.neuronto.com/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 com-neuronto-x402-payments-facilitator 'https://pay.neuronto.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-neuronto-x402-payments-facilitator": {
      "url": "https://pay.neuronto.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-neuronto-x402-payments-facilitator": {
      "type": "http",
      "url": "https://pay.neuronto.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-neuronto-x402-payments-facilitator]
url = "https://pay.neuronto.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-neuronto-x402-payments-facilitator": {
      "type": "remote",
      "url": "https://pay.neuronto.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-neuronto-x402-payments-facilitator --url 'https://pay.neuronto.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-neuronto-x402-payments-facilitator:
    url: "https://pay.neuronto.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-neuronto-x402-payments-facilitator": {
      "Transport": "http",
      "Url": "https://pay.neuronto.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-neuronto-x402-payments-facilitator -t streamable-http -u 'https://pay.neuronto.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-neuronto-x402-payments-facilitator": {
      "type": "http",
      "url": "https://pay.neuronto.com/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-24 (score 62, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-23 (score 61)

First indexed and scored.

## MCP tools (4)

### `facilitator_status` (~61 tokens)

What this x402 facilitator can settle right now: the live networks and schemes, whether the echo merchant is serving, the state of address screening, observed availability and settlement counts. Call this before advertising a price, because a network that cannot settle is withdrawn here first.

### `settlement_price` (~63 tokens)

What a settlement costs through this facilitator, per network, with the basis it was computed from. Free while the service is in launch pricing.

Input parameters:

- `network` (string): CAIP-2 network, for example eip155:8453. Omit for every network.

### `find_paid_resource` (~104 tokens)

Search the catalogue of resources that have been paid for through this facilitator: the URL, the terms, the method, and the input and output shapes where the merchant published them. A resource is listed only after a real settlement and a probe, so nothing here is a claim by its owner.

Input parameters:

- `limit` (integer)
- `network` (string): CAIP-2 network to restrict to.
- `query` (string): Words to match in the URL or description.

### `integration_snippet` (~87 tokens)

Working code to start charging for a route through this facilitator, in the language and framework you name, plus a live URL to test the client against. Copy it as it is; the only thing to change is the wallet.

Input parameters:

- `framework` (string)
- `language` (string)
- `role` (string): server to charge for a route, client to pay for one.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-neuronto-x402-payments-facilitator/pay#diagnostics

## Score history

- 2026-09-24: 62
- 2026-09-23: 61

## Common questions

### What is the Neuronto Payments: x402 facilitator MCP server?

Neuronto Payments: x402 facilitator is an MCP server listed in the public MCP registry as com.neuronto/x402-payments-facilitator. x402 facilitator: settlement prices, live networks, a catalogue of paid resources, integration code. This page covers its hosted endpoint (https://pay.neuronto.com/mcp).

### Is the Neuronto Payments: x402 facilitator MCP server safe to use?

Neuronto Payments: x402 facilitator scores 62 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 Neuronto Payments: x402 facilitator MCP server expose?

Neuronto Payments: x402 facilitator exposes 4 tools: facilitator_status, settlement_price, find_paid_resource, integration_snippet. Their descriptions and schemas cost roughly 315 tokens of context every time the server is loaded.

### Does the Neuronto Payments: x402 facilitator MCP server require authentication?

No. We connected to Neuronto Payments: x402 facilitator without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Neuronto Payments: x402 facilitator MCP server still maintained?

Neuronto Payments: x402 facilitator is still listed as active in the MCP registry. We last reached this channel on 24 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://pay.neuronto.com/mcp
- Repository: https://github.com/neuronto/x402-starters
- Website: https://pay.neuronto.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-neuronto-x402-payments-facilitator/pay.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-neuronto-x402-payments-facilitator/pay.json
- HTML version of this page: https://verifymcp.io/servers/com-neuronto-x402-payments-facilitator/pay
