# buyforme-mcp [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/arispay-inc/arispay-x402  
**GitHub Stars:** 0  
**npm Downloads (last month):** 401  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/buyforme-mcp

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

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

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

## Documentation & README

# arispay-x402

Public source for ArisPay's x402 npm packages:

| Package | What it is |
|---|---|
| [`payagent`](https://github.com/arispay-inc/arispay-x402/blob/HEAD/packages/payagent) | Agent-side x402 SDK + CLI (delegated-custody wallets, discover/inspect/pay) |
| [`@arispay/payagent-mcp`](https://github.com/arispay-inc/arispay-x402/blob/HEAD/packages/payagent-mcp) | MCP server over payagent |
| [`paygate`](https://github.com/arispay-inc/arispay-x402/blob/HEAD/packages/paygate) | Seller-side middleware + `npx paygate init` scaffolder |
| [`@arispay/skill`](https://github.com/arispay-inc/arispay-x402/blob/HEAD/packages/skill) | Agent skill (SKILL.md) |
| [`buyforme`](https://github.com/arispay-inc/arispay-x402/blob/HEAD/packages/buyforme) / [`buyforme-mcp`](https://github.com/arispay-inc/arispay-x402/blob/HEAD/packages/buyforme-mcp) | User-brand aliases |
| [`agentmarketplace`](https://github.com/arispay-inc/arispay-x402/blob/HEAD/packages/agentmarketplace) | Marketplace CLI + client (publish, claim, validate, discover) |
| [`agentmarketplace-mcp`](https://github.com/arispay-inc/arispay-x402/blob/HEAD/packages/agentmarketplace-mcp) | Marketplace MCP server (search, call_agent, proxy_tool_call, publish) |

## Deploy a seller

The [Railway seller template](https://github.com/arispay-inc/arispay-x402/blob/HEAD/templates/railway-x402-seller) accepts x402 payments on Base mainnet with no ArisPay account or secret. It needs only the public wallet address that receives USDC.

Generated from ArisPay's private monorepo — see [GENERATED-SOURCE.md](https://github.com/arispay-inc/arispay-x402/blob/HEAD/GENERATED-SOURCE.md).
Facilitator: https://facilitator.arispay.app · Docs: https://arispay.app

```bash
pnpm install --frozen-lockfile && pnpm build && pnpm test
```

