PluginBench
MCP Server
Active
MIT

io.github.Evozim/m2mcent MCP Server

io.github.Evozim/m2mcent

What is the io.github.Evozim/m2mcent MCP server?

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

How to install io.github.Evozim/m2mcent

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BASE_RPC_URL
    required

    Base Mainnet RPC endpoint URL

  • RELAYER_PRIVATE_KEY
    required
    secret

    Relayer wallet private key for on-chain settlement

  • TREASURY_ADDRESS
    required

    Treasury wallet address to receive payments

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "m2mcent": {
      "command": "npx",
      "args": [
        "-y",
        "m2mcent-sdk"
      ],
      "env": {
        "BASE_RPC_URL": "<YOUR_BASE_RPC_URL>",
        "RELAYER_PRIVATE_KEY": "<YOUR_RELAYER_PRIVATE_KEY>",
        "TREASURY_ADDRESS": "<YOUR_TREASURY_ADDRESS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "m2mcent": {
      "command": "npx",
      "args": [
        "-y",
        "m2mcent-sdk"
      ],
      "env": {
        "BASE_RPC_URL": "<YOUR_BASE_RPC_URL>",
        "RELAYER_PRIVATE_KEY": "<YOUR_RELAYER_PRIVATE_KEY>",
        "TREASURY_ADDRESS": "<YOUR_TREASURY_ADDRESS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "m2mcent": {
      "command": "npx",
      "args": [
        "-y",
        "m2mcent-sdk"
      ],
      "env": {
        "BASE_RPC_URL": "<YOUR_BASE_RPC_URL>",
        "RELAYER_PRIVATE_KEY": "<YOUR_RELAYER_PRIVATE_KEY>",
        "TREASURY_ADDRESS": "<YOUR_TREASURY_ADDRESS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "m2mcent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "m2mcent-sdk"
      ],
      "env": {
        "BASE_RPC_URL": "<YOUR_BASE_RPC_URL>",
        "RELAYER_PRIVATE_KEY": "<YOUR_RELAYER_PRIVATE_KEY>",
        "TREASURY_ADDRESS": "<YOUR_TREASURY_ADDRESS>"
      }
    }
  }
}
Claude Code
claude mcp add m2mcent --env BASE_RPC_URL=<YOUR_BASE_RPC_URL> --env RELAYER_PRIVATE_KEY=<YOUR_RELAYER_PRIVATE_KEY> --env TREASURY_ADDRESS=<YOUR_TREASURY_ADDRESS> -- npx -y m2mcent-sdk

Related MCP servers

Mesh spatial optimizer reducing geometric overhead in 3D assets.

Google and Meta ad campaign bidding optimizer.

PPC advertisement budget auditor grading ad group metrics.

Governance firewall and safety guardrails oracle for AI swarms.

Multi-channel voice and SMS gateway interface for AI communication.

Scrum sprint optimizer and automated project manager.