PayRam MCP Server

35 tools. 14 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

14 can modify or destroy data
21 read-only
35 tools total

Community server · catalogue entry verified 11/06/2026

How to control PayRam MCP Server ↓

Read (21) Write / Execute (13) Destructive / Financial (1)
Critical Risk

14 of PayRam MCP Server's 35 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

PolicyLayer is an MCP gateway — it sits between your AI agents and PayRam MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "create_payment_link": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Rate limit write operations
{
  "generate_env_template": {
    "limits": [
      {
        "counter": "generate_env_template_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "check_node_sync": {
    "limits": [
      {
        "counter": "check_node_sync_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register PayRam MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON PAYRAM →

Free to start. No card required.

READ 21 tools
Read check_node_sync Reports whether PayRam blockchain listener workers are running and whether each chain’s RPC nodes Read check_payment_readiness Diagnoses what is NOT yet set up to accept payments, per blockchain: missing deposit wallet, Read get_agent_setup_flow Returns the step-by-step setup flow for deploying PayRam as an agent. Read get_daily_volume Returns the total payment volume for a given date, with breakdowns by network and currency. Read get_payment_summary Returns payment counts: total, open, closed, and cancelled. Read get_payram_doc_by_id Returns the markdown for a Payram doc given its id, e.g. Read get_unswept_balances Returns unswept (unsettled) balances across all wallets, broken down by blockchain and currency. Read list_currencies Lists every blockchain currency PayRam supports on this node (chain code, network, currency code). Read list_payram_docs Lists the available Payram doc ids relative to docs/payram-docs-live. Optionally scope by a prefix such as Read list_platforms Lists all external platforms (projects) for the authenticated user. Read list_recipients Lists saved withdrawal recipients (payout beneficiaries). Read lookup_payment Look up payments by transaction hash, email, reference ID, customer ID, or invoice ID. Read search_payments Search and filter payments with full control over status, network, currency, dates, Read test_payram_connection Checks the /api/v1/payment endpoint on a Payram server using baseUrl and apiKey. If they are not provided, ret Read assess_payram_project Inspects dependency files, frameworks, and .env status to suggest the next integration actions. Read generate_payment_http_snippet Generates a raw HTTP sample for creating a Payram payment in the requested language. Read generate_payment_status_snippet Generates backend code to query the status of a Payram payment. Read generate_payout_status_snippet Generates backend code to query the status of a payout using the Payram SDK. Read generate_referral_status_snippet Generates code to fetch referral progress, rewards, or status. Read generate_setup_checklist Returns a step-by-step checklist of everything a merchant must configure to start using Payram. Read suggest_file_structure Suggests a recommended backend folder/file structure for integrating Payram.

Other MCP servers with similar tools — same risk classification, starter policies for each.

Can an AI agent move money through the PayRam MCP Server MCP server? +

Yes. The PayRam MCP Server server exposes 1 financial tools including create_payment_link. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

How do I prevent bulk modifications through PayRam MCP Server? +

The PayRam MCP Server server has 11 write tools including generate_env_template, generate_payment_route_snippet, generate_payment_sdk_snippet. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach PayRam MCP Server.

How many tools does the PayRam MCP Server MCP server expose? +

35 tools across 3 categories: Financial, Read, Write. 21 are read-only. 14 can modify, create, or delete data.

How do I enforce a policy on PayRam MCP Server? +

Register the PayRam MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every PayRam MCP Server tool call.

Deterministic rules across all 35 PayRam MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

35 PayRam MCP Server tools catalogued and risk-classified — across an index of 42,500+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.