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.

Neuronto Payments: x402 facilitator

REMOTE · PAY.NEURONTO.COM · SCANNED SEP 24

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

Available components

62 Trust /100
Trust breakdown (7 categories)

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

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 315 tokens (~78/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage86
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 57% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
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.

remote · pay.neuronto.com

# add to Claude Code
claude mcp add --transport http com-neuronto-x402-payments-facilitator 'https://pay.neuronto.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-neuronto-x402-payments-facilitator": {
      "url": "https://pay.neuronto.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-neuronto-x402-payments-facilitator": {
      "type": "http",
      "url": "https://pay.neuronto.com/mcp"
    }
  }
}
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add com-neuronto-x402-payments-facilitator --url 'https://pay.neuronto.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-neuronto-x402-payments-facilitator:
    url: "https://pay.neuronto.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-neuronto-x402-payments-facilitator": {
      "Transport": "http",
      "Url": "https://pay.neuronto.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-neuronto-x402-payments-facilitator -t streamable-http -u 'https://pay.neuronto.com/mcp'
// mcp.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 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.

  • 24 Sept 26 +1
    • Stability: unverified → 0.03 functional
  • 23 Sept 26 61

    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 24 Sept 2026 · Probed https://pay.neuronto.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=neuronto.com CN=WE1,O=Google Trust Services,C=US 11 Sept 2026 10 Dec 2026 ECDSA 256 ECDSA-SHA256 541d108b62dd8d3613813313c2abc2b5
SANs: neuronto.com, *.neuronto.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of pay.neuronto.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
neuronto.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://pay.neuronto.com/mcp Verified 200
http (plaintext) http://pay.neuronto.com/mcp HTTPS enforced 301 https://pay.neuronto.com/mcp
MCP tools · 4 exposed · ~315 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
facilitator_status ~61

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

find_paid_resource ~104

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.

NameTypeReqDescription
limitinteger
networkstringCAIP-2 network to restrict to.
querystringWords to match in the URL or description.

No output schema declared.

No examples provided.

integration_snippet ~87

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.

NameTypeReqDescription
frameworkstring
languagestring
rolestringserver to charge for a route, client to pay for one.

No output schema declared.

No examples provided.

settlement_price ~63

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

NameTypeReqDescription
networkstringCAIP-2 network, for example eip155:8453. Omit for every network.

No output schema declared.

No examples provided.

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.