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.

Genesis402 (x402 pay-per-call)

NPM · GENESIS402-MCP · 2 COMPONENTS · SCANNED SEP 25

Genesis402: pay-per-call APIs for AI agents over x402. A signed receipt for every paid call.

67 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 Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1340 tokens (~95/item across 14 items; 14 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability check failed: the tool surface changed between 0.2.0 and 0.3.1: 8 tool removals, 0 breaking changes, 8 additions. See how to fix → Fail
Tool Coverage77
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 30% 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 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 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 Genesis402 (x402 pay-per-call) MCP server?

Genesis402 (x402 pay-per-call) runs locally as an npm package, launched with npx -y genesis402-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 · genesis402-mcp

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

  • 25 Sept 26 +17
    • Stability: unverified → fail ▼ security
    • Malware scan: unverified → pass ▲ security
    • Schema quality: 67 → 95 ▼ functional
    • Tool coverage: 11% → 30% ▲ functional
    • Schema quality: fair → good functional
    • Package version: 0.2.0 → 0.3.1 functional
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 50

    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 25 Sept 2026 · Analysed npm/genesis402-mcp@0.3.1

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 · 14 exposed · ~1,340 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
genesis402_call ~117

Calls any of the 360 Genesis402 endpoints by name (DeFi, SEC filings, research, web/domain intel, AI text tools, multi-chain reads). Prices $0.001-$0.25 USDC on Base. Without payment it returns the exact quote.

NameTypeReqDescription
endpointstringyes–
paramsobject––
payment_signaturestring–Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.

No output schema declared.

No examples provided.

genesis402_catalog ~44

Free. Every Genesis402 endpoint with price, title, path and parameters, from the live /.well-known/x402 manifest. Call first.

NameTypeReqDescription
filterstring––

No output schema declared.

No examples provided.

genesis402_defi_yields ~146

Paid (price from the live 402 quote). Best DeFi yields from 15,000+ pools, filterable by chain, protocol, token, stablecoin-only and minimum TVL.

NameTypeReqDescription
chainstring––
limitinteger––
min_tvl_usdnumber––
payment_signaturestring–Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.
projectstring––
sortstring––
stablecoin_onlyboolean––
tokenstring––

No output schema declared.

No examples provided.

genesis402_email_check ~90

Paid (price from the live 402 quote). Email/domain deliverability: MX, provider, SPF, DMARC policy, disposable flag, trust score.

NameTypeReqDescription
email_or_domainstringyes–
payment_signaturestring–Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.

No output schema declared.

No examples provided.

genesis402_extract_json ~91

Paid (price from the live 402 quote). Extract YOUR fields from any text as JSON; missing fields are null, never invented.

NameTypeReqDescription
fieldsobjectyes–
payment_signaturestring–Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.
textstringyes–

No output schema declared.

No examples provided.

genesis402_multi_chain_scan ~81

Paid (price from the live 402 quote). One call across 10 EVM chains for a single address.

NameTypeReqDescription
addressstringyes–
payment_signaturestring–Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.

No output schema declared.

No examples provided.

genesis402_prove ~120

Paid (price from the live 402 quote). A signed Ed25519 receipt binding your SHA-256 digest (or text) and optional claim to a settled payment. The receipt signature checks offline; the receipt chain is not externally anchored.

NameTypeReqDescription
claimstring––
payment_signaturestring–Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.
sha256string––
textstring––

No output schema declared.

No examples provided.

genesis402_receipt ~34

Free. A paid-call receipt by id from the rail's public receipts feed.

NameTypeReqDescription
receipt_idstringyes–

No output schema declared.

No examples provided.

genesis402_screen_sanctions ~119

Paid (price from the live 402 quote). Public-data sanctions-list signal for one address: OFAC SDN digital-currency entries and community blocklists. Risk and sanctions results are automated heuristic signals from public data. They are not KYC, not a compliance determination, and not legal advice.

NameTypeReqDescription
addressstringyes–
payment_signaturestring–Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.

No output schema declared.

No examples provided.

genesis402_sec_financials ~103

Paid (price from the live 402 quote). As-reported fundamentals for a US public company from SEC XBRL (revenue, net income, assets, cash, EPS).

NameTypeReqDescription
cikstring––
payment_signaturestring–Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.
tickerstring––

No output schema declared.

No examples provided.

genesis402_token_brief ~95

Paid (price from the live 402 quote). Token pre-trade check in ONE call: metadata, price, holder concentration, verification, sanctions.

NameTypeReqDescription
chainstring––
contractstringyes–
payment_signaturestring–Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.

No output schema declared.

No examples provided.

genesis402_wallet_brief ~121

Paid (price from the live 402 quote). Wallet risk signals in ONE call: public sanctions-list check + 10-chain scan + activity + summary, with an evidence hash. Heuristic signals from public data: not KYC, not a compliance determination, not legal advice.

NameTypeReqDescription
addressstringyes–
chainstring––
payment_signaturestring–Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.

No output schema declared.

No examples provided.

genesis402_web_extract ~89

Paid (price from the live 402 quote). Any public web page as clean text, title, headings and links.

NameTypeReqDescription
max_charsinteger––
payment_signaturestring–Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.
urlstringyes–

No output schema declared.

No examples provided.

genesis402_whois ~90

Paid (price from the live 402 quote). Domain registrar, age, expiry, status and nameservers via RDAP (young domains are a fraud signal).

NameTypeReqDescription
domainstringyes–
payment_signaturestring–Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first.

No output schema declared.

No examples provided.

Common questions

What is the Genesis402 (x402 pay-per-call) MCP server?

Genesis402 (x402 pay-per-call) is an MCP server listed in the public MCP registry as io.github.FTHTrading/genesis402-mcp. Genesis402: pay-per-call APIs for AI agents over x402. A signed receipt for every paid call. This page covers its npm package (genesis402-mcp).

Is the Genesis402 (x402 pay-per-call) MCP server safe to use?

Genesis402 (x402 pay-per-call) scores 67 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 Genesis402 (x402 pay-per-call) MCP server expose?

Genesis402 (x402 pay-per-call) exposes 14 tools: genesis402_catalog, genesis402_receipt, genesis402_call, genesis402_wallet_brief, genesis402_token_brief, and 9 more. Their descriptions and schemas cost roughly 1,340 tokens of context every time the server is loaded.

Is the Genesis402 (x402 pay-per-call) MCP server still maintained?

Genesis402 (x402 pay-per-call) 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 Genesis402 (x402 pay-per-call) MCP server under?

Genesis402 (x402 pay-per-call) declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.