io.github.stevemilton/buyforme-mcp
BuyForMe: pay any x402 URL (USD or EUR) with ArisPay delegated custody. Alias of payagent-mcp.
Open source Open in the app JSON README (API)
About
BuyForMe: pay any x402 URL (USD or EUR) with ArisPay delegated custody. Alias of payagent-mcp.
Details
- Kind
- MCP servers
- Topic
- Finance & crypto
- Publisher
- stevemilton
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 1.0.3
- Last push
- 2026-07-30T14:45:01Z
- Repository state
- ativo
- Language
- TypeScript
- License
- MIT
- Added
- 2026-08-29 04:01:27
- Updated
- 2026-08-29 04:01:27
- Origin id
io.github.stevemilton/buyforme-mcp
README
# arispay-x402 Public source for ArisPay's x402 npm packages: | Package | What it is | |---|---| | [`payagent`](packages/payagent) | Agent-side x402 SDK + CLI (delegated-custody wallets, discover/inspect/pay) | | [`@arispay/payagent-mcp`](packages/payagent-mcp) | MCP server over payagent | | [`paygate`](packages/paygate) | Seller-side middleware + `npx paygate init` scaffolder | | [`@arispay/skill`](packages/skill) | Agent skill (SKILL.md) | | [`buyforme`](packages/buyforme) / [`buyforme-mcp`](packages/buyforme-mcp) | User-brand aliases | | [`agentmarketplace`](packages/agentmarketplace) | Marketplace CLI + client (publish, claim, validate, discover) | | [`agentmarketplace-mcp`](packages/agentmarketplace-mcp) | Marketplace MCP server (search, call_agent, proxy_tool_call, publish) | ## Deploy a seller The [Railway seller template](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](GENERATED-SOURCE.md). Facilitator: https://facilitator.arispay.app · Docs: https://arispay.app ```bash pnpm install --frozen-lockfile && pnpm build && pnpm test ```