PayRam Crypto Card Payment Gateway
Self Hosted Payment gateway for agents, openclaw, hermes and more
Ads
Overview
> A no-signup, no-KYC crypto payment gateway with card-to-crypto checkout — your AI agent can deploy and operate it over MCP. > Hosted endpoint: https://mcp.payram.com/mcp · Website · Docs · Agentic · OpenClaw 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 deployment.
Installation
npx skills add payram/payram-mcp/payram-setup
Configuration
{
"mcpServers": {
"payram": {
"url": "https://mcp.payram.com/mcp"
}
}
}Capabilities
- Assess a codebase for PayRam integration
run `assess_payram_project` to scan dependency manifests and `.env`, then get prioritized next steps and tool recommendations.
- Generate framework-specific payment routes
use `snippet_*_payment_route` tools to produce ready-to-use route handlers for Express, Next.js, FastAPI, Gin, Laravel, or Spring Boot.
- Create a real checkout link
call `create_payment_link` with your merchant API key to generate a live payment link for crypto or card-to-crypto checkout.
- Check payment readiness before going live
run `check_payment_readiness` to identify missing wallets, currencies, or listeners per chain, and `check_node_sync` to verify listener and RPC health.
- Scaffold a complete starter app
use `scaffold_payram_app` to generate a full demo project with payments, payouts, webhooks, and a browser console for any supported framework.
- Diagnose connection issues
call `payram_doctor` for a staged read-only diagnosis covering reachability, API key, JWT, and readiness, with ranked causes and exact fixes.
Tags
- payment
- crypto
- finance
- ecommerce
Related MCP servers
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.
kinance/circle-agent-stack-mcp
Circle Agent Stack for AI agents: create USDC wallets, set spend policies, send stablecoin, and pay x402-gated endpoints. Wraps the Circle CLI so auth stays out of the server. Six tools. `npx circle-agent-stack-mcp`