buyforme-mcp
v0.2.0
Published
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.
Downloads
241
Maintainers
Readme
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.
Related
License
MIT © Polar Industries Ltd
