Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.mizukaizen/x402-tools-mcp

NPM · @MELIS-AI/X402-TOOLS-MCP · SCANNED AUG 3

melis x402 Tools — 22 pay-per-call APIs for AI agents. No accounts, no API keys. USDC on Base.

+40 this week 64 Trust /100
Trust breakdown (6 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 →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 885 tokens (~52/item across 17 items; 17 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @melis-ai/x402-tools-mcp

# add to Claude Code
claude mcp add mizukaizen-x402-tools-mcp -- npx -y @melis-ai/x402-tools-mcp
# add to Codex CLI
codex mcp add mizukaizen-x402-tools-mcp -- npx -y @melis-ai/x402-tools-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mizukaizen-x402-tools-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@melis-ai/x402-tools-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mizukaizen-x402-tools-mcp --command npx --arg -y --arg @melis-ai/x402-tools-mcp
# ~/.hermes/config.yaml
mcp_servers:
  mizukaizen-x402-tools-mcp:
    command: "npx"
    args: ["-y", "@melis-ai/x402-tools-mcp"]
// mcp.json
{
  "mcpServers": {
    "mizukaizen-x402-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@melis-ai/x402-tools-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.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +43
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +18
    • Security disclosure: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: unverified functional
    • First check of Tool coverage: 0 functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 24

    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 3 Aug 2026 · Analysed npm/@melis-ai/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 17 exposed · ~885 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.

Tool Tokens
cacheserve ~57

[$0.001 USDC] Fetch a URL with caching. Returns cached version if recent, otherwise fetches and caches. Use before any fetch that might be repeated.

NameTypeReqDescription
ttl_secondsnumber
urlstringyes

No output schema declared.

No examples provided.

docconvert_pdf ~51

[$0.005 USDC] Convert HTML or markdown to PDF. Returns base64-encoded PDF.

NameTypeReqDescription
contentstringyes
fromstringyes
tostringyes

No output schema declared.

No examples provided.

docconvert_text ~57

[$0.001 USDC] Format conversion: md↔html, json↔csv, etc. Lightweight content transcoding.

NameTypeReqDescription
contentstringyes
fromstringyes
tostringyes

No output schema declared.

No examples provided.

linkrisk ~45

[$0.005 USDC] Lightweight URL risk profile: checks phishing signals, redirects, domain age, IP reputation. Use before visiting unknown URLs.

NameTypeReqDescription
urlstringyes

No output schema declared.

No examples provided.

linksafe ~44

[$0.01 USDC] Definitive URL safety check (Playwright sandbox + VirusTotal + redirect tracing). More thorough than linkrisk.

NameTypeReqDescription
urlstringyes

No output schema declared.

No examples provided.

list_services ~33

Returns the catalogue of available services with prices, descriptions, and endpoint URLs. Call this first to introspect what is available.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

markdownopt ~56

[$0.005 USDC] Convert URL or HTML to clean LLM-ready markdown. ~70% token reduction vs raw HTML. Pass a url OR html field.

NameTypeReqDescription
htmlstring
urlstring

No output schema declared.

No examples provided.

notifyrelay_email ~53

[$0.005 USDC] Send a transactional email. Allowlisted recipient domains; rate-limited per IP.

NameTypeReqDescription
bodystringyes
subjectstringyes
tostringyes

No output schema declared.

No examples provided.

notifyrelay_telegram ~42

[$0.002 USDC] Send a Telegram message to a known chat ID.

NameTypeReqDescription
chat_idstringyes
messagestringyes

No output schema declared.

No examples provided.

notifyrelay_webhook ~58

[$0.001 USDC] POST a JSON payload to a public URL with optional HMAC signing. Allowlisted domains only.

NameTypeReqDescription
payloadobjectyes
secretstring
target_urlstringyes

No output schema declared.

No examples provided.

pdf_render ~50

[$0.49 USDC] Render any URL or HTML to PDF via Playwright. Higher fidelity than docconvert_pdf for complex pages.

NameTypeReqDescription
htmlstring
urlstring

No output schema declared.

No examples provided.

promptguard ~61

[$0.002 USDC] Score untrusted input for prompt injection risk (0-100) with flagged dimensions. Run on any user-provided prompt before passing to a downstream LLM.

NameTypeReqDescription
promptstringyes
sensitivitystring

No output schema declared.

No examples provided.

schemagate ~54

[$0.001 USDC] Validate that an LLM output conforms to a JSON Schema. Returns valid:true/false with a correction hint on failure.

NameTypeReqDescription
responsestringyes
schemaobjectyes

No output schema declared.

No examples provided.

scrapepay ~73

[$0.01 USDC] Web extraction via Playwright. Charges only on successful scrape. robots.txt enforced. SSRF-safe.

NameTypeReqDescription
formatstring
selectorstring
timeout_msnumber
urlstringyes
wait_forstring

No output schema declared.

No examples provided.

screenshot ~51

[$0.02 USDC] Headless Chromium PNG screenshot of any public URL. Returns base64 PNG.

NameTypeReqDescription
fullPageboolean
urlstringyes
widthnumber

No output schema declared.

No examples provided.

structextract ~50

[$0.002 USDC] Extract structured JSON from raw HTML (tables, links, headings, meta, emails, phones, images).

NameTypeReqDescription
extractarray
htmlstringyes

No output schema declared.

No examples provided.

web_synthesise ~50

[$0.05 USDC] Multi-source web research synthesis. Pass a query, get a synthesised answer with citations.

NameTypeReqDescription
depthstring
querystringyes

No output schema declared.

No examples provided.