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.

io.github.sF1nX/x402station

NPM · X402STATION-MCP · SCANNED SEP 22

x402station.io: independent risk-signal layer for x402 endpoints before agents pay.

Available components

0 this week 84 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 Security99
  • 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 114 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1057 tokens (~105/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 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 10 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 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 io.github.sF1nX/x402station MCP server?

io.github.sF1nX/x402station runs locally as an npm package, launched with npx -y x402station-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 · x402station-mcp

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

  • 21 Sept 26 +1

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

  • 19 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
    • Security disclosure: fail → unverified functional
  • 14 Sept 26 +1

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

  • 12 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 11 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 9 Sept 26 −3
    • Security disclosure: unverified → fail functional
    • Stability: pass → 0.77 functional
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 22 Sept 2026 · Analysed npm/x402station-mcp@1.0.11

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

Background: SBOMs and build attestations, explained →

MCP tools · 10 exposed · ~1,057 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
alternatives ~124

Avoid paying unsafe x402 endpoints: ranked safe alternatives for the same capability.

NameTypeReqDescription
limitintegerMax alternatives to return (1..10, default 5).
taskClassstringService category hint (e.g. 'llm-completions', 'Inference'). Used as a fallback match key when `url` is unknown to the catalog, OR alone for category-only discovery.
urlstringURL flagged by preflight (or otherwise rejected). Looked up in the catalog to extract provider / domain / category / price band as match keys.

No output schema declared.

No examples provided.

buy_credits ~50

Prepaid credit pack for high-frequency x402 scam checks, preflight, and verified calls. Returns { creditId, balance, expiresAt }; use X-Credit-Id on subsequent preflight calls.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

catalog_decoys ~32

Searchable catalog of x402 endpoint risk signals; scam-like decoys, zombies, and price-traps flagged.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

credits_status ~107

Free, no payment required. Returns { creditId, balance, initialBalance, used, paidAmount, createdAt, expiresAt, expired, paymentTx, paymentNetwork }. UUID-only access — anyone holding the creditId can read state, same as decrement. 404 covers both 'malformed UUID' and 'no such credit' (same body so an attacker scraping random UUIDs can't tell them apart).

NameTypeReqDescription
creditIdstringyesThe creditId UUID returned by buy_credits.

No output schema declared.

No examples provided.

forensics ~51

Forensic x402 scam/risk report for a suspicious endpoint: probe history, signatures, decoy / price-trap patterns.

NameTypeReqDescription
urlstringyesThe full URL of the x402 endpoint to analyse.

No output schema declared.

No examples provided.

preflight ~66

Preflight x402 scam check: endpoint risk before you pay — decoy / zombie / price-trap / never-paid? Trust verdict in ~200ms before PAYMENT-SIGNATURE.

NameTypeReqDescription
urlstringyesThe full URL of the x402 endpoint the agent is about to pay.

No output schema declared.

No examples provided.

watch_status ~102

Returns the current state of a watch: active/expired, alerts remaining (out of 100 prepaid), last 10 alert deliveries with their delivery_status, and the last computed signal snapshot. Free — no payment required, secret-gated. The secret is the one returned by watch_subscribe.

NameTypeReqDescription
secretstringyesThe 64-char hex secret returned by watch_subscribe.
watchIdstringyesThe watchId UUID returned by watch_subscribe.

No output schema declared.

No examples provided.

watch_subscribe ~234

Monitor x402 endpoint risk; webhook on scam-like decoy / zombie / price-trap status changes. Returns watchId + secret; x402station.io posts HMAC-SHA256-signed JSON when subscribed signals fire or clear.

NameTypeReqDescription
signalsarraySignal names to alert on. Defaults to ['dead', 'zombie', 'decoy_price_extreme']. Full vocabulary covers preflight + forensics signals.
urlstringyesThe x402 endpoint URL to watch.
webhookUrlstringyesWhere x402station should POST alert payloads. Must be HTTPS, reachable from the public internet, and contain no userinfo (no user:pass@host). Loopback (127.0.0.1, ::1, localhost), private (RFC1918, l…

No output schema declared.

No examples provided.

watch_unsubscribe ~96

Deactivates the watch — no further alerts will be queued or delivered. The subscription is set is_active=false but the row + alert history is retained for audit. Free — no payment required, secret-gated. There is no refund for unused prepaid alerts.

NameTypeReqDescription
secretstringyesThe 64-char hex secret returned by watch_subscribe.
watchIdstringyesThe watchId UUID returned by watch_subscribe.

No output schema declared.

No examples provided.

whats_new ~195

Polling-friendly catalog diff. Body { since?, limit? } (default since=now-24h, limit=200, max 500). Returns added_endpoints[] (first_seen_at >= since AND is_active=true), removed_endpoints[] (flipped to is_active=false since), service-level counts, polls_in_window, and current active totals. Cheap ($0.001 USDC) so hourly polling stays under $1/month — perfect for aggregator agents that need a fresh delta without re-pulling the whole catalog. Internal ingest cron runs every 5 min, so polling more often than that returns identical data.

NameTypeReqDescription
limitintegerPer-list cap (1..500, default 200). Applied independently to added_endpoints and removed_endpoints.
sincestringISO 8601 timestamp. Default = now() - 24h. Cannot be older than 30 days or in the future.

No output schema declared.

No examples provided.

Common questions

What is the io.github.sF1nX/x402station MCP server?

io.github.sF1nX/x402station is an MCP server listed in the public MCP registry as io.github.sF1nX/x402station. x402station.io: independent risk-signal layer for x402 endpoints before agents pay. This page covers its npm package (x402station-mcp).

Is the io.github.sF1nX/x402station MCP server safe to use?

io.github.sF1nX/x402station scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 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 io.github.sF1nX/x402station MCP server expose?

io.github.sF1nX/x402station exposes 10 tools: preflight, forensics, catalog_decoys, buy_credits, credits_status, and 5 more. Their descriptions and schemas cost roughly 1,057 tokens of context every time the server is loaded.

Is the io.github.sF1nX/x402station MCP server still maintained?

io.github.sF1nX/x402station is still listed as active in the MCP registry. We last reached this channel on 22 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 io.github.sF1nX/x402station MCP server under?

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