mcpbeat Sign in

Coinrailz MCP Server

local only

Coinrailz runs on your own machine — the client starts it, so there is no endpoint to ping. 123 installs a week from pypi. Last commit 13 Jun 2026.

41 crypto micropayment services via x402 protocol

Installs per day peak 61 · avg 24 · -28% w/w
a month agotoday
123
Installs / week
pypi · coinrailz-mcp
0
Stars
0 open issues
13 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Coinrailz 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 coinrailz -- uvx coinrailz-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "coinrailz": {
      "args": [
        "coinrailz-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.coinrailz]
command = "uvx"
args = ["coinrailz-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "coinrailz": {
      "args": [
        "coinrailz-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "coinrailz": {
      "args": [
        "coinrailz-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: COINRAILZ_API_KEY (API key for paid services). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Coinrailz

same job, measured the same way
Cinderwright API
by cinderwright-ai

Cross-protocol agent payments hub. x402, MPP, L402/Lightning. 1551 services indexed.

43 installs/wk local only
AgentPay
by agentpay

22 pay-per-call AI + crypto + data microservices via x402. USDC on Base.

local only
MCP X402
by codespar

MCP server for x402 — HTTP-native micropayments protocol by Coinbase (USDC on Base/Solana)

30 installs/wk local only
Nory X402
by thememebanker

Give any AI agent instant payment capabilities via x402 protocol on Solana

38 installs/wk local only
Nory MCP Server
by thememebanker

Give any AI agent instant payment capabilities via x402 protocol on Solana

local only
Agent Metering
by jdhart81

Usage metering + SLA accounting for agent services (the meter behind x402 micropayments).

11 tools answering
Kerdos X402 MCP
by singlishman

Crypto market intelligence MCP — pay-per-tool-call in USDC on Base via the x402 protocol.

22 installs/wk local only
Apollo Intelligence
by apolloai

36 tools: intel feeds, DeFi, crypto, OSINT, NLP, scraping, proxy. x402 micropayments.

65 installs/wk local only

Coinrailz — questions

Answers built from our own checks of this server.

Why is there no uptime for Coinrailz?
Coinrailz 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 pypi package coinrailz-mcp was installed 123 times last week.
How do I connect Coinrailz?
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 coinrailz-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Coinrailz?
The pypi package coinrailz-mcp was installed 123 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Coinrailz open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.