PluginBench
MCP Server

io.github.stevemilton/buyforme-mcp MCP Server

io.github.stevemilton/buyforme-mcp

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

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

How to install io.github.stevemilton/buyforme-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

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

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

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

View repository →