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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add fthtrading-genesis402-mcp -- npx -y genesis402-mcp
{
"mcpServers": {
"fthtrading-genesis402-mcp": {
"command": "npx",
"args": [
"-y",
"genesis402-mcp"
]
}
}
} {
"servers": {
"fthtrading-genesis402-mcp": {
"command": "npx",
"args": [
"-y",
"genesis402-mcp"
]
}
}
} codex mcp add fthtrading-genesis402-mcp -- npx -y genesis402-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"fthtrading-genesis402-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"genesis402-mcp"
],
"enabled": true
}
}
} openclaw mcp add fthtrading-genesis402-mcp --command npx --arg -y --arg genesis402-mcp
mcp_servers:
fthtrading-genesis402-mcp:
command: "npx"
args: ["-y", "genesis402-mcp"] {
"McpServers": {
"fthtrading-genesis402-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"genesis402-mcp"
]
}
}
} assistant mcp add fthtrading-genesis402-mcp -t stdio -c npx -a -y genesis402-mcp
{
"mcpServers": {
"fthtrading-genesis402-mcp": {
"command": "npx",
"args": [
"-y",
"genesis402-mcp"
]
}
}
} 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.
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 →
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 →
genesis402_call Call any endpoint ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| endpoint | string | yes | – |
| params | object | – | – |
| payment_signature | string | – | 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 List endpoints and prices (free) ~44
Free. Every Genesis402 endpoint with price, title, path and parameters, from the live /.well-known/x402 manifest. Call first.
| Name | Type | Req | Description |
|---|---|---|---|
| filter | string | – | – |
No output schema declared.
No examples provided.
genesis402_defi_yields Best DeFi yields from 15,000+ pools, filterable by chain, pr ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | – | – |
| limit | integer | – | – |
| min_tvl_usd | number | – | – |
| payment_signature | string | – | Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first. |
| project | string | – | – |
| sort | string | – | – |
| stablecoin_only | boolean | – | – |
| token | string | – | – |
No output schema declared.
No examples provided.
genesis402_email_check Email/domain deliverability ~90
Paid (price from the live 402 quote). Email/domain deliverability: MX, provider, SPF, DMARC policy, disposable flag, trust score.
| Name | Type | Req | Description |
|---|---|---|---|
| email_or_domain | string | yes | – |
| payment_signature | string | – | 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 Extract YOUR fields from any text as JSON; missing fields ar ~91
Paid (price from the live 402 quote). Extract YOUR fields from any text as JSON; missing fields are null, never invented.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | object | yes | – |
| payment_signature | string | – | Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first. |
| text | string | yes | – |
No output schema declared.
No examples provided.
genesis402_multi_chain_scan One call across 10 EVM chains for a single address. ~81
Paid (price from the live 402 quote). One call across 10 EVM chains for a single address.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | – |
| payment_signature | string | – | 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 A signed Ed25519 receipt binding your SHA-256 digest (or tex ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| claim | string | – | – |
| payment_signature | string | – | Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first. |
| sha256 | string | – | – |
| text | string | – | – |
No output schema declared.
No examples provided.
genesis402_receipt Look up a receipt (free) ~34
Free. A paid-call receipt by id from the rail's public receipts feed.
| Name | Type | Req | Description |
|---|---|---|---|
| receipt_id | string | yes | – |
No output schema declared.
No examples provided.
genesis402_screen_sanctions Public-data sanctions-list signal for one address ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | – |
| payment_signature | string | – | 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 As-reported fundamentals for a US public company from SEC XB ~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).
| Name | Type | Req | Description |
|---|---|---|---|
| cik | string | – | – |
| payment_signature | string | – | Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first. |
| ticker | string | – | – |
No output schema declared.
No examples provided.
genesis402_token_brief Token pre-trade check in ONE call ~95
Paid (price from the live 402 quote). Token pre-trade check in ONE call: metadata, price, holder concentration, verification, sanctions.
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | – | – |
| contract | string | yes | – |
| payment_signature | string | – | 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 Wallet risk signals in ONE call ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | – |
| chain | string | – | – |
| payment_signature | string | – | 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 Any public web page as clean text, title, headings and links ~89
Paid (price from the live 402 quote). Any public web page as clean text, title, headings and links.
| Name | Type | Req | Description |
|---|---|---|---|
| max_chars | integer | – | – |
| payment_signature | string | – | Optional. An x402 v2 payment you signed for this call's quote (the PAYMENT-SIGNATURE header value). Omit to get the price quote first. |
| url | string | yes | – |
No output schema declared.
No examples provided.
genesis402_whois Domain registrar, age, expiry, status and nameservers via RD ~90
Paid (price from the live 402 quote). Domain registrar, age, expiry, status and nameservers via RDAP (young domains are a fraud signal).
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | – |
| payment_signature | string | – | 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.
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.