← Back to Plugins
MCP Server MCP

io.github.stevemilton/buyforme-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "buyforme-mcp",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional. ArisPay developer API key (ap_live_… / ap_test_…). The create_user tool can self-provision one from just an email.",
          "isSecret": true,
          "name": "ARISPAY_API_KEY"
        },
        {
          "description": "EVM private key for permissionless local signing (zero-signup mode): pay_api signs x402 payments with it directly — no ArisPay account needed. Generate one with `npx payagent wallet new`. Never sent to any server.",
          "isSecret": true,
          "name": "PAYAGENT_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...