PluginBench
MCP Server

io.github.stevemilton/payagent-mcp MCP Server

io.github.stevemilton/payagent-mcp

What is the io.github.stevemilton/payagent-mcp MCP server?

Gives AI agents a wallet: pay x402 APIs (USD + EUR), check balances, self-onboard in one tool call.

How to install io.github.stevemilton/payagent-mcp

Copy-paste configuration for popular MCP clients.

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

    ArisPay developer API key (ap_live_… / ap_test_…). Optional — the bootstrap_agent tool can self-provision one from just an email.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "payagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@arispay/payagent-mcp"
      ],
      "env": {
        "ARISPAY_API_KEY": "<YOUR_ARISPAY_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "payagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@arispay/payagent-mcp"
      ],
      "env": {
        "ARISPAY_API_KEY": "<YOUR_ARISPAY_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "payagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@arispay/payagent-mcp"
      ],
      "env": {
        "ARISPAY_API_KEY": "<YOUR_ARISPAY_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "payagent-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@arispay/payagent-mcp"
      ],
      "env": {
        "ARISPAY_API_KEY": "<YOUR_ARISPAY_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add payagent-mcp --env ARISPAY_API_KEY=<YOUR_ARISPAY_API_KEY> -- npx -y @arispay/payagent-mcp

Related MCP servers

Hiveround

Maintained

Marketplace MCP server for live venture-capital raises and agent-mediated dealflow.

0
View repository →

Discover MCP servers + tools, auto-install into any client, pay for x402 endpoints in USDC.

View repository →

BuyForMe: pay any x402 URL (USD or EUR) with ArisPay delegated custody. Alias of payagent-mcp.

View repository →