mcpbeat Sign in

Clawallex MCP Server

by clawallex-tech Your server? Claim it
local only

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

MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards

Installs per day peak 21 · avg 11 · -6% w/w
a month agotoday
63
Installs / week
npm · @clawallex/mcp-server
0
Stars
0 open issues
3 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Clawallex MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: CLAWALLEX_API_KEY (Clawallex API Key), CLAWALLEX_API_SECRET (Clawallex API Secret for HMAC-SHA256 signing). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clawallex MCP

same job, measured the same way
Minia2a MCP
by minia2a

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

local only
MCP Circle
by codespar

MCP server for Circle — USDC payments, wallets, payouts, transfers

21 installs/wk local only
Agentcash
by merit-systems

Generic MCP server for calling x402-protected APIs with automatic payment handling

2 300 installs/wk local only
Interswitch MCP Server
by dairus01

MCP server for Interswitch APIs: payments, transfers, Verve cards, airtime, and paycodes.

46 installs/wk local only
Mossgate MCP
by mossgate

mcp stdio server exposing mossgate trust and rue render apis with x402 usdc payment

52 installs/wk local only
Z Zero MCP
by dempty-glitch

Payments for AI agents: gasless USDC on Base + JIT single-use virtual cards, PAN never in context.

143 installs/wk local only
MCP Bold Co
by codespar

MCP server for Bold — Colombian acquirer: payment links for cards, PSE and Nequi

15 installs/wk local only
M2mcent
by evozim

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

82 installs/wk local only

Clawallex MCP — questions

Answers built from our own checks of this server.

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