Pip Rail MCP Server

Let any HTTP endpoint charge for itself, and any agent pay for itself - across every major chain, in a couple of lines. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-14 · ★ 7 · #125 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Pip Rail

Claude Code

claude mcp add piprail-piprail -- npx -y @piprail/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "piprail-piprail": {
      "command": "npx",
      "args": [
        "-y",
        "@piprail/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @piprail/mcp - published under the repo owner's npm scope (@piprail)

registry namespace io.github.piprail is GitHub-verified and matches the repo owner

03 · What Pip Rail can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

create-piprail-v0.1.0 · 2026-06-24

Scope the scaffolder as @piprail/create (npm create @piprail)

sdk-v2.15.0 · 2026-06-24

break-it battery for the live @piprail/[email protected] artifact · Merchant on-ramp: zero-code seller scaffolder + SDK presets (sdk v2.15.0, create-piprail v0.1.0)

sdk-v2.14.2 · 2026-06-23

2.14.2 - deeper element-level hardening (break-it pass, round two)

04 · Who maintains Pip Rail

PipRail is maintained by piprail. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
finance - ranked #125 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-06-24)
registry
io.github.piprail/mcp (active, first published 2026-06-06 · 16 versions)
packages
npm:@piprail/mcp

06 · Pip Rail FAQ

What is Pip Rail?

Let any HTTP endpoint charge for itself, and any agent pay for itself - across every major chain, in a couple of lines. It runs locally over stdio via the published package.

Is Pip Rail still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-14 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Pip Rail?

Run `npx -y @piprail/mcp`. You can also paste the ready-made client config above.

Does Pip Rail run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Pip Rail