PayRam Helper MCP Server

An MCP (Model Context Protocol) server that lets any MCP-aware AI agent - OpenClaw, Hermes, Claude, Cursor, GitHub Copilot, and others - deploy, integrate, and operate a self-hosted PayRam crypto-payment stack. It exposes tools to assess a codebase, scaffold starter apps, generate multi-language integration snippets, read inline docs, create payment links, and check node sync + payment readiness against your own…. Its 5 documented tools cluster into payram, test, generate, assess.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 155 · #118 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install PayRam Helper MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add payram-payram-helper-mcp-server --transport http https://mcp.payram.com/

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "payram-payram-helper-mcp-server": {
      "url": "https://mcp.payram.com/"
    }
  }
}

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

https://mcp.payram.com/

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

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 remote - your agent's requests go to mcp.payram.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license no standard license detected - usage rights unclear; check the repo before commercial use

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

03 · What PayRam Helper MCP Server can do

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

What you can build

With this server connected, an agent can post to /api/v1/payment using API-Key. Returns status, headers, and helpful errors when .env is incomplete, and generate full starter apps (Express, Next.js, FastAPI, Laravel, Gin, Spring Boot) with payments, payouts, webhooks, and a browser console.

Capability map

Tools grouped from the project's README - what PayRam Helper MCP Server lets an agent do.

Payram

1 tool - e.g. One-call staged diagnosis (reachability -> API key -> JWT -> readiness) with ranked likely causes + exact fix commands. All probes read-only. Run this FIRST whe

payram_doctor

Test

1 tool - e.g. POSTs to /api/v1/payment using API-Key. Returns status, headers, and helpful errors when .env is incomplete.

test_payram_connection

Generate

1 tool - e.g. For EXISTING apps: ledger schema + cumulative-credit webhook + atomic invoice settle, so over/under/late/duplicate crypto payments become balance states instead

generate_topup_integration_snippet

Assess

1 tool - e.g. Scans package.json, requirements.txt, composer.json, go.mod, pom.xml, .env, etc. Reports detected frameworks, env status, PayRam dependencies, and prioritized n

assess_payram_project

Scaffold

1 tool - e.g. Generates full starter apps (Express, Next.js, FastAPI, Laravel, Gin, Spring Boot) with payments, payouts, webhooks, and a browser console.

scaffold_payram_app

04 · Who maintains PayRam Helper MCP Server

PayRam Helper MCP Server is maintained by payram. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
finance - ranked #118 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.PayRam/payram-helper-mcp (active, first published 2025-12-09 · 2 versions)

06 · PayRam Helper MCP Server FAQ

Is PayRam Helper MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19. We re-verify nightly.

What can PayRam Helper MCP Server do?

With this server connected, an agent can post to /api/v1/payment using API-Key. Returns status, headers, and helpful errors when .env is incomplete, and generate full starter apps (Express, Next.js, FastAPI, Laravel, Gin, Spring Boot) with payments, payouts, webhooks, and a browser console.

How do I install PayRam Helper MCP Server?

Run `claude mcp add payram-payram-helper-mcp-serve --transport http https://mcp.payram.com/`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does PayRam Helper MCP Server require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to PayRam Helper MCP Server