← Index

io.github.mizukaizen/x402-tools-mcp

io.github.mizukaizen/x402-tools-mcp·v0.1.1·Web Scraping
Quality Score
80
/100

16 x402 pay-per-call tools: scrape, validate, notify, convert, synthesise. USDC on Base.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "x402-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@melis-ai/x402-tools-mcp"
      ],
      "env": {
        "X402_PAYMENT_HEADER": "<your-x402_payment_header>",
        "X402_INTERNAL_KEY": "<your-x402_internal_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "x402-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@melis-ai/x402-tools-mcp"
      ],
      "env": {
        "X402_PAYMENT_HEADER": "<your-x402_payment_header>",
        "X402_INTERNAL_KEY": "<your-x402_internal_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @melis-ai/x402-tools-mcp
§02  Environment variables
X402_PAYMENT_HEADER
secret

Signed x402 payment token from your wallet client. Set if handling payments manually.

X402_INTERNAL_KEY
secret

Bypass key for trusted internal callers — skips x402 payment flow entirely.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Web Scraping