io.github.Jannis-E/x402-mcp-server
NPM · X402-MCP-SERVER_BY_MILZA · SCANNED SEP 25
Pay-per-call x402 tools on Base: web extract/render, burn-once secret vault, chart, GeoTIFF
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 Security98
- 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 110 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 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability67
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 634 tokens (~126/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management13
- Stability observed for 4 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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 5 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 io.github.Jannis-E/x402-mcp-server server?
io.github.Jannis-E/x402-mcp-server runs locally as an npm package, launched with npx -y x402-mcp-server_by_milza. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · x402-mcp-server_by_milza
claude mcp add jannis-e-x402-mcp-server -- npx -y x402-mcp-server_by_milza
{
"mcpServers": {
"jannis-e-x402-mcp-server": {
"command": "npx",
"args": [
"-y",
"x402-mcp-server_by_milza"
]
}
}
} {
"servers": {
"jannis-e-x402-mcp-server": {
"command": "npx",
"args": [
"-y",
"x402-mcp-server_by_milza"
]
}
}
} codex mcp add jannis-e-x402-mcp-server -- npx -y x402-mcp-server_by_milza
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"jannis-e-x402-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"x402-mcp-server_by_milza"
],
"enabled": true
}
}
} openclaw mcp add jannis-e-x402-mcp-server --command npx --arg -y --arg x402-mcp-server_by_milza
mcp_servers:
jannis-e-x402-mcp-server:
command: "npx"
args: ["-y", "x402-mcp-server_by_milza"] {
"McpServers": {
"jannis-e-x402-mcp-server": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"x402-mcp-server_by_milza"
]
}
}
} assistant mcp add jannis-e-x402-mcp-server -t stdio -c npx -a -y x402-mcp-server_by_milza
{
"mcpServers": {
"jannis-e-x402-mcp-server": {
"command": "npx",
"args": [
"-y",
"x402-mcp-server_by_milza"
]
}
}
} 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 0
- 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 +1
No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.
- 23 Sept 26 +1
- Tool safety: pass → unverified ▼ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Stability: unverified → 0.07 ▲ functional
- First check of Schema quality: unverified functional
- Package version: 1.0.4 → 1.0.5 functional
- 21 Sept 26 68
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/x402-mcp-server_by_milza@1.0.5
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 110 packages
| Packages resolved | 110 |
|---|---|
| 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 →
burn-once-secret-vault ~147
Store a secret (API key, webhook payload, signed URL) encrypted with WebCrypto AES-256-GCM and share a claim URL that yields the secret exactly once. A Durable Object serializes reads so single-use delivery is race-free, and every burn returns an Ed25519-signed attestation. Creating a vault requires x402 payment; the recipient's claim read (GET /v/:vault_id) is free. Costs 0.01 USDC per call on eip155:8453, paid automatically from BASE_PRIVATE_KEY. Request body fields are tool-specific -- see https://burn-once-secret-vault.jannioura.workers.dev/openapi.json.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
markdown-extractor ~107
Fetches a public URL and returns clean, token-efficient markdown, paywalled with the x402 v2 protocol on Base Mainnet. Designed for autonomous AI agents to call directly: no API key, no signup — pay per call in USDC. Costs 0.01 USDC per call on eip155:8453, paid automatically from BASE_PRIVATE_KEY. Request body fields are tool-specific -- see https://markdown-extractor.jannioura.workers.dev/openapi.json.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
spa-dom-to-md ~107
Renders JavaScript-heavy SPA pages in real headless Chromium via Cloudflare Browser Rendering, waits for network-idle / selector-ready, strips nav/footer/script chrome, and serializes the fully-rendered DOM into clean, LLM-ready Markdown. Costs 0.03 USDC per call on eip155:8453, paid automatically from BASE_PRIVATE_KEY. Request body fields are tool-specific -- see https://spa-dom-to-md.jannioura.workers.dev/openapi.json.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
svg-bar-chart-renderer ~127
Deterministic, paid-per-render SVG bar chart generator for LLM agents. Accepts labeled scalar data and layout options, performs exact geometry math (min/max normalization, nice-interval y-axis ticks, label spacing, bar-width distribution), and returns schema-valid, escape-correct SVG with identical input always yielding byte-identical output. Costs 0.015 USDC per call on eip155:8453, paid automatically from BASE_PRIVATE_KEY. Request body fields are tool-specific -- see https://svg-bar-chart-renderer.jannioura.workers.dev/openapi.json.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
wasm-geotiff-transcoder ~146
Decodes a GeoTIFF/COG raster (fetch by https URL or inline base64), reads the selected RGB bands via windowed overview-level reads, applies a tone-map stretch, and returns a render-ready PNG/WebP plus structured georeference metadata (CRS, bounds, pixel scale) and source stats. Sources are hard-capped at 20 MB and output width at 2048 px. Costs 0.03 USDC per call on eip155:8453, paid automatically from BASE_PRIVATE_KEY. Request body fields are tool-specific -- see https://wasm-geotiff-transcoder.jannioura.workers.dev/openapi.json.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
What is the io.github.Jannis-E/x402-mcp-server server?
io.github.Jannis-E/x402-mcp-server is listed in the public MCP registry as io.github.Jannis-E/x402-mcp-server. Pay-per-call x402 tools on Base: web extract/render, burn-once secret vault, chart, GeoTIFF. This page covers its npm package (x402-mcp-server_by_milza).
Is the io.github.Jannis-E/x402-mcp-server server safe to use?
io.github.Jannis-E/x402-mcp-server scores 70 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 io.github.Jannis-E/x402-mcp-server server expose?
io.github.Jannis-E/x402-mcp-server exposes 5 tools: markdown-extractor, spa-dom-to-md, burn-once-secret-vault, svg-bar-chart-renderer, wasm-geotiff-transcoder. Their descriptions and schemas cost roughly 634 tokens of context every time the server is loaded.
Is the io.github.Jannis-E/x402-mcp-server server still maintained?
io.github.Jannis-E/x402-mcp-server 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 io.github.Jannis-E/x402-mcp-server server under?
io.github.Jannis-E/x402-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.