Sato Hub
← Back to directory
MCPActiveSelf-ReportedRecent · 3mo ago

PayRam MCP

PayRam's MCP server for self-hosted crypto payments: hosted endpoints and agent payment workflows.

Last release Feb 17, 2026 · Last commit Jun 12, 2026 · ★ 156

Overview

PayRam's MCP server connects agents to the PayRam self-hosted crypto payment stack, with hosted endpoints and tools for agent payment workflows. An agent builder plugs it in to let an agent create and manage crypto payment flows against a PayRam deployment instead of integrating payment APIs by hand. The repo has no published license, so reuse terms are unclear.

Sato Score

71/100· High

How open, active & verifiable — not a safety or returns grade.

Maintenance & liveness
35/35
Code transparency
15/20
Interface verifiability
10/10
Docs & demo
0/10
Listing transparency & provenance
11/15
Independent verification
0/10

Live endpoint probed — we called the hosted MCP endpoint and it answered with its real tool inventory (proves the interface works, not runtime safety).

Tool inventory 52 tools, probed live 2026-08-30

  • test_payram_connectionChecks the /api/v1/payment endpoint on a Payram server using baseUrl and apiKey. If they are not provided, returns a .env template you can add to your workspace.
  • payram_doctorStaged, read-only health diagnosis: server reachability -> merchant API key -> admin JWT -> payment readiness (wallets + listener workers). Returns ranked likely causes with exact fix commands for the
  • generate_payment_sdk_snippetGenerates backend code using the official Payram JS/TS SDK to create a payment.
  • generate_payment_http_snippetGenerates a raw HTTP sample for creating a Payram payment in the requested language.
  • generate_payment_status_snippetGenerates backend code to query the status of a Payram payment.
  • generate_payment_route_snippetGenerates a ready-to-use backend endpoint (e.g., /api/pay/create) that creates a Payram payment.
  • snippet_nextjs_payment_routeReturns a Next.js App Router API route that calls Payram's create-payment HTTP API.
  • snippet_express_payment_routeReturns an Express router that posts to Payram's /api/v1/payment endpoint.
  • snippet_fastapi_payment_routeReturns a FastAPI handler that calls Payram's create-payment HTTP API.
  • snippet_laravel_payment_routeReturns a Laravel controller that posts to Payram's /api/v1/payment endpoint.
  • snippet_go_payment_handlerReturns a Gin handler that proxies /api/pay/create to Payram's create-payment API.
  • snippet_spring_payment_controllerReturns a Spring Boot controller that calls Payram's /api/v1/payment endpoint.
  • generate_payout_sdk_snippetGenerates a backend code snippet for creating a payout using the Payram JS/TS SDK.
  • generate_payout_status_snippetGenerates backend code to query the status of a payout using the Payram SDK.
  • generate_payout_recipient_flow_snippetGenerates the recommended OTP-verified payout flow: create recipient → validate OTP → create payout against the saved recipient. Use this for repeat beneficiaries; use generate_payout_sdk_snippet for
  • generate_referral_sdk_snippetGenerates a backend route or service snippet to create a referral event using the Payram SDK.
  • generate_referral_validation_snippetGenerates a snippet to validate referral IDs, statuses, and eligibility.
  • generate_referral_status_snippetGenerates code to fetch referral progress, rewards, or status.
  • generate_referral_route_snippetGenerates a backend route such as /api/referrals/create for logging referral events.
  • generate_webhook_handlerGenerates backend code to handle Payram webhook HTTP requests.
  • generate_webhook_event_routerGenerates a backend event router that dispatches Payram webhook events to domain handlers.
  • generate_mock_webhook_eventGenerates a snippet to send mock Payram webhook events to your local endpoint for testing.
  • assess_payram_projectInspects dependency files, frameworks, and .env status to suggest the next integration actions.
  • generate_topup_integration_snippetFor EXISTING apps: emits the recommended top-up wallet integration — ledger schema + cumulative-credit webhook handler + atomic invoice-settle function. Credits crypto payments to a user's balance fir
  • explain_payram_basicsExplain Payram's product pillars, architecture, payments, and payouts capabilities.
  • get_payram_linksSurface official documentation, website, and community links.
  • explain_payment_flowDescribe how payments move from customer initiation through settlement.
  • explain_payram_conceptsGlossary-backed explanation of Payram terminology and constraints.
  • explain_referrals_basicsSummarize how Payram referral campaigns are configured and managed.
  • explain_referral_flowDetail the referrer/referee lifecycle and required APIs.
  • get_referral_dashboard_guideExplain how to embed and manage the referral dashboard experience.
  • prepare_payram_testConfirm hosting, credentials, and environment variables before generating demo apps.
  • get_payram_doc_by_idReturns the markdown for a Payram doc given its id, e.g. "features/payouts".
  • list_payram_docsLists the available Payram doc ids relative to docs/payram-docs-live. Optionally scope by a prefix such as "features".
  • generate_env_templateCreates a .env template for configuring a merchant backend to talk to a self-hosted Payram server.
  • generate_setup_checklistReturns a step-by-step checklist of everything a merchant must configure to start using Payram.
  • suggest_file_structureSuggests a recommended backend folder/file structure for integrating Payram.
  • get_agent_setup_flowReturns the step-by-step setup flow for deploying PayRam as an agent. Covers install, wallet creation, faucet funding, contract deployment, and first payment. Includes chain recommendations (ETH Sepol
  • onboard_agent_setupReturns the complete autonomous agent setup guide for deploying Payram without any web UI or human interaction.
  • scaffold_payram_appGenerates a minimal full-stack app skeleton with Payram payments and payouts routes (and a simple UI) for a chosen language and framework.
  • list_platformsLists all external platforms (projects) for the authenticated user. Use this to discover your platform ID, which other tools auto-resolve if omitted.
  • get_payment_summaryReturns payment counts: total, open, closed, and cancelled. Useful for a quick overview of payment activity.
  • lookup_paymentLook up payments by transaction hash, email, reference ID, customer ID, or invoice ID. Returns up to 5 matching payments with full details.
  • search_paymentsSearch and filter payments with full control over status, network, currency, dates, webhook status, and pagination. Returns a paginated list of matching payments.
  • get_unswept_balancesReturns unswept (unsettled) balances across all wallets, broken down by blockchain and currency. Shows sweep readiness per entry (sweep, sweep_in_progress, sweep_not_allowed, no_balance) AND why stuck
  • get_daily_volumeReturns the total payment volume for a given date, with breakdowns by network and currency. Only counts FILLED (completed) payments. Defaults to today if no date is specified.
  • list_currenciesLists every blockchain currency PayRam supports on this node (chain code, network, currency code). Public endpoint — works with only PAYRAM_BASE_URL set, no API key or JWT required. Use this to discov
  • list_recipientsLists saved withdrawal recipients (payout beneficiaries). Use this to find a recipient ID for the 3-step payout flow, or to check whether a beneficiary is already OTP-verified (status "active") before
  • create_payment_linkCreates a PayRam checkout (payment) link and returns the hosted URL plus a reference_id. Authenticates with the Merchant API-Key (set PAYRAM_API_KEY). This WRITES — it creates a real payment request.
  • check_node_syncPer-chain node health verdict: healthy / lagging / unreachable / listener-down. Computes how old each RPC node’s last block is — any non-BTC chain older than 10 minutes (BTC: 90 minutes, since BTC blo
  • restart_payram_workerREMEDIATION ACTION (write): restarts a blockchain listener worker via supervisor — the minimal fix when check_node_sync reports a chain as lagging or listener-down. Workflow: run check_node_sync first
  • check_payment_readinessDiagnoses what is NOT yet set up to accept payments, per blockchain: missing deposit wallet, chain/currency not enabled for the project, or a stopped listener worker. Read-only — reports gaps and poin

Live probe verifies the interface responds — not what the tools do, their safety, or their output quality.

Details

Chains
Multichain
Agent types
MCP Server, Payments
Open source
Partial
Last checked
2026-08-30

Marketplace Signals

No marketplace signals recorded for this resource yet.

Verification status reflects evidence reviewed by Sato Hub. Self-reported claims are never presented as verified.

#payments#self-hosted#crypto-payments#mcp

Where PayRam MCP fits

Related concepts: How Agents Use Wallets, What Are Onchain Agents?

See something inaccurate or outdated?Submit a correction →

Listing History

Recorded changes to PayRam MCP's listing — status, verification, Sato Score, and recent releases. Full history is kept in the listing record.

  1. Jul 20, 2026
    Edited: mcp endpoint url
  2. Jul 20, 2026
    Edited: deploy spec
  3. Jul 19, 2026
    Edited: mcp endpoint url
  4. Jul 19, 2026
    Sato Score tier: Medium → High
    Score 50 → 70.
  5. Jul 14, 2026
    Auto-enriched: deployment options, supported integrations
  6. Jul 14, 2026
    Listed on Sato Hub
  7. Jul 14, 2026
    Sato Hub began tracking this listing

Related Resources

Cite this page

Sato Hub. "PayRam MCP — Sato Hub." Sato Hub, updated 2026-08-30, accessed 2026-08-31. https://satohub.ai/resources/payram-mcp

This page is refreshed daily. Citations include the date so a reader can tell which snapshot a claim came from.

Join the Sato Hub Briefing

One email a week — the agents, tools, and infrastructure that actually shipped, and why they matter.