PluginBench
MCP Server

dev.true402/mcp-server MCP Server

dev.true402/mcp-server

What is the dev.true402/mcp-server MCP server?

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

How to install dev.true402/mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@true402.dev/mcp-server"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>",
        "SERVER_URL": "<YOUR_SERVER_URL>",
        "MAX_PAYMENT_USDC": "<YOUR_MAX_PAYMENT_USDC>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@true402.dev/mcp-server"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>",
        "SERVER_URL": "<YOUR_SERVER_URL>",
        "MAX_PAYMENT_USDC": "<YOUR_MAX_PAYMENT_USDC>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@true402.dev/mcp-server"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>",
        "SERVER_URL": "<YOUR_SERVER_URL>",
        "MAX_PAYMENT_USDC": "<YOUR_MAX_PAYMENT_USDC>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@true402.dev/mcp-server"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_WALLET_PRIVATE_KEY>",
        "SERVER_URL": "<YOUR_SERVER_URL>",
        "MAX_PAYMENT_USDC": "<YOUR_MAX_PAYMENT_USDC>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server --env WALLET_PRIVATE_KEY=<YOUR_WALLET_PRIVATE_KEY> --env SERVER_URL=<YOUR_SERVER_URL> --env MAX_PAYMENT_USDC=<YOUR_MAX_PAYMENT_USDC> -- npx -y @true402.dev/mcp-server

Related MCP servers

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Draw and visually collaborate with your agents on tldraw's canvas.

50k
TypeScript
View repository →

Metabase

Active

Lets AI clients search, explore, query, and visualize data in a Metabase instance.

49k
Clojure
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →