PluginBench
MCP Server

io.github.evidai/agent-payment MCP Server

io.github.evidai/agent-payment

What is the io.github.evidai/agent-payment MCP server?

Stripe-style USDC billing for any API. 8 free demo services no signup. Non-custodial.

How to install io.github.evidai/agent-payment

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-payment": {
      "command": "npx",
      "args": [
        "-y",
        "agent-payment-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-payment": {
      "command": "npx",
      "args": [
        "-y",
        "agent-payment-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-payment": {
      "command": "npx",
      "args": [
        "-y",
        "agent-payment-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-payment": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-payment-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add agent-payment -- npx -y agent-payment-mcp

Related MCP servers

Alpaca trading API with hard daily USD cap guard. Paper trading default; live opt-in.

View repository →

Polymarket prediction markets — buy/sell positions in USDC. LemonCake pay-per-call billing.

View repository →

Buy/sell tokenized US stocks (Dinari dShares) in USDC. Daily USD cap guard. Sandbox default.

View repository →

Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default.

View repository →