mcpbeat Sign in

HTTPayer MCP Server

local only

HTTPayer runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 28 Apr 2026.

x402 micropayments for AI agents — credits-based, no wallets, no blockchain.

Installs per day peak 17 · avg 9 · +72% w/w
a month agotoday
58
Installs / week
npm · @httpayer/mcp
2
Stars
0 open issues
28 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

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.

Runs an external command src/setup.ts:148
    execSync(

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 mcp -- npx -y @httpayer/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@httpayer/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@httpayer/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@httpayer/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@httpayer/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to HTTPayer

same job, measured the same way
Nutriref
by younghef

Pay-per-call USDA nutrition for AI agents (x402 micropayments in USDC on Base).

local only
Clawswap
by wartech9

Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments.

44 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
BTCFi API
by aiindigo925

Bitcoin data for AI agents. 27 tools with x402 micropayments. No API keys needed.

31 installs/wk local only
I
Hederatoolbox
by mountainmystic

Hedera blockchain intelligence for AI agents. 23 tools, 7 modules. HBAR micropayments. No signup.

49 installs/wk local only
Clawpay
by up2itnow0822

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

local only
Swarmpay
by ginokino

Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.

74 installs/wk local only
XDC AI
by 0xbeny

Wallet and payments for AI agents: auto-pay x402 APIs in USDC on XDC, within on-chain limits.

answering

HTTPayer — questions

Answers built from our own checks of this server.

Why is there no uptime for HTTPayer?
HTTPayer 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 @httpayer/mcp was installed 58 times last week.
How do I connect HTTPayer?
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 @httpayer/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use HTTPayer?
The npm package @httpayer/mcp was installed 58 times in the last week. Week over week that is +72%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is HTTPayer open source?
We cannot say either way: written in TypeScript and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.