npm buyforme-mcpstdioMITupdated 1mo ago
Public source for ArisPay's x402 npm packages:
What can you do with buyforme mcp?
arispay-x402
Public source for ArisPay's x402 npm packages:
| Package | What it is |
|---|---|
payagent |
Agent-side x402 SDK + CLI (delegated-custody wallets, discover/inspect/pay) |
@arispay/payagent-mcp |
MCP server over payagent |
paygate |
Seller-side middleware + npx paygate init scaffolder |
@arispay/skill |
Agent skill (SKILL.md) |
buyforme / buyforme-mcp |
User-brand aliases |
agentmarketplace |
Marketplace CLI + client (publish, claim, validate, discover) |
agentmarketplace-mcp |
Marketplace MCP server (search, call_agent, proxy_tool_call, publish) |
Deploy a seller
The Railway seller template 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. Facilitator: https://facilitator.arispay.app ยท Docs: https://arispay.app
pnpm install --frozen-lockfile && pnpm build && pnpm test
Install
Add buyforme mcp to your client. Pick the one you use.
claude mcp add buyforme-mcp -- npx -y buyforme-mcpcodex mcp add buyforme-mcp -- npx -y buyforme-mcpamp mcp add buyforme-mcp -- npx -y buyforme-mcp{
"mcpServers": {
"buyforme-mcp": {
"command": "npx",
"args": [
"-y",
"buyforme-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"buyforme-mcp": {
"command": "npx",
"args": [
"-y",
"buyforme-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"buyforme-mcp","command":"npx","args":["-y","buyforme-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"buyforme-mcp": {
"command": "npx",
"args": [
"-y",
"buyforme-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"buyforme-mcp": {
"command": "npx",
"args": [
"-y",
"buyforme-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"buyforme-mcp": {
"command": "npx",
"args": [
"-y",
"buyforme-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"buyforme-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"buyforme-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"buyforme-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"buyforme-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y buyforme-mcpRun `goose configure`, choose **Add Extension โ Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation10/25
- Maintenance22/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 33 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.3Latest | Aug 24, 2026 |
| 1.0.2 | Aug 24, 2026 |
| 1.0.1 | Jul 23, 2026 |