Sign In

buyforme-mcp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buyforme-mcp

MCP server alias for @arispay/payagent-mcp. Configure your Claude Desktop / Cursor / Windsurf MCP server as `npx buyforme-mcp` to let the model pay any x402 URL via ArisPay delegated custody.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

buyforme-mcp

MCP server alias for @arispay/payagent-mcp.

Configure your MCP-capable client (Claude Desktop, Cursor, Windsurf, …) to spawn buyforme-mcp and the model gets a "buy for me" tool that pays any x402-priced URL via ArisPay delegated custody — no private keys in your process.

Claude Desktop / Cursor / Windsurf config

{
  "mcpServers": {
    "buyforme": {
      "command": "npx",
      "args": ["-y", "buyforme-mcp"]
    }
  }
}

That's identical to using @arispay/payagent-mcp directly — the proxy spawns the upstream server with stdio inherited, so the JSON-RPC stream flows through without inspection or modification.

What you get inside the model

The same MCP tools the upstream server exposes — pay_api, check_wallet, create_agent, fund_agent, get_balance, list_agents — backed by ArisPay's delegated-custody wallets: Coinbase CDP holds the signing key, ArisPay enforces per-tx, daily, monthly, and allowed-domain limits server-side, and signs on the agent's behalf when it hits an HTTP 402.

For the full tool surface, see the @arispay/payagent-mcp README.

  • buyforme — the matching CLI alias (npx buyforme <url>)
  • payagent — the underlying SDK + CLI

License

MIT © Polar Industries Ltd

Keywords

arispay

FAQs

Package last updated on 29 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts