Home › Finance › mcp-server

mcp-server

Pay-per-call AI + web + on-chain tools over x402 (USDC on Base): LLM, SEO, extract, token safety.

Official TypeScript Cloud
★ 0 stars Last pushed 2026-08-23 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.4)

npx -y @true402.dev/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@true402.dev/[email protected]"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_VALUE>",
        "SERVER_URL": "<YOUR_VALUE>",
        "MAX_PAYMENT_USDC": "<YOUR_VALUE>"
      }
    }
  }
}
  • WALLET_PRIVATE_KEY secret — Funded Base wallet private key for x402 payment signing (optional; without it, paid tools return the 402 requirements).
  • SERVER_URL — true402 API base (default https://true402.dev/api). Must be https (or localhost) β€” the signer refuses to send a payment over cleartext.
  • MAX_PAYMENT_USDC — Client-side per-call spend ceiling in USDC (default 0.10). The signer refuses to auto-pay a 402 whose amount exceeds this β€” protects the wallet from a hostile endpoint.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry