mcpbeat Sign in

Buyforme MCP Server

local only

Buyforme MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 128 · avg 13 · +16% w/w
a month agotoday
80
Installs / week
npm · buyforme-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository arispay-inc/arispay
пакет buyforme-mcp ссылается на arispay-inc/arispay-x402

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add buyforme-mcp -- npx -y buyforme-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "buyforme-mcp": {
      "args": [
        "-y",
        "buyforme-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.buyforme-mcp]
command = "npx"
args = ["-y", "buyforme-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "buyforme-mcp": {
      "args": [
        "-y",
        "buyforme-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "buyforme-mcp": {
      "args": [
        "-y",
        "buyforme-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ARISPAY_API_KEY (Optional. ArisPay developer API key (ap_live_… / ap_test_…). The create_user tool can self-provision one from just an email.), PAYAGENT_PRIVATE_KEY (EVM private key for permissionless local signing (zero-signup mode): pay_api signs x402 payments with it directly — no ArisPay account needed. Generate one with `npx payagent wallet new`. Never sent to any server.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Buyforme MCP

same job, measured the same way
Yieldagentx402
by fabio662

Policy-gated x402 MCP for agent workflows with TEE receipts, 18 tools, and no custody.

82 installs/wk local only
AgnicPay
by agnicpay-prog

X402 payment MCP for AI agents. Auto-pay 300+ APIs with USDC on Base and Solana.

answering
Xenarch MCP
by xenarch-ai

Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.

120 installs/wk local only
x402 Wallet
by nirholas

Self-custodial x402 wallet for AI agents: pay any service in USDC or $THREE from your own key.

205 installs/wk local only
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only
Payanagent
by dernif

Buy any of 24,000+ live x402 services with USDC on Base — the open marketplace for the agent economy

40 installs/wk local only
Minia2a MCP
by minia2a

MCP server for minia2a.uk — discover and call 1,600+ x402 pay-per-call APIs with USDC payments.

local only
X402 Git
by x402git

Buy private git repos and agent skills with USDC over x402. Read the manifest free, then pay.

6 tools answering

Buyforme MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Buyforme MCP?
Buyforme MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package buyforme-mcp was installed 80 times last week.
Is Buyforme MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Buyforme MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls buyforme-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Buyforme MCP?
The npm package buyforme-mcp was installed 80 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.