Get the FREE Ultimate OpenClaw Setup Guide β†’
B

Payram Mcp Integration

Flagged

@BuddhaSource

{"isSafe":false,"isSuspicious":true,"riskLevel":"medium","findings":[{"category":"shell_command","severity":"high","description":"Executes remote script via bash -c with curl to a GitHub URL (remote code execution risk).","evidence":"/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)\""},{"category":"data_exfiltration","severity":"high","description":"Plaintext credentials exposed in docs via environment variables (PAYRAM_EMAIL and PAYRAM_PASSWORD).","evidence":"export PAYRAM_EMAIL=\"agent@example.com\"\\nexport PAYRAM_PASSWORD=\"yourpass\""},{"category":"suspicious_url","severity":"low","description":"Self-hosted option references a localhost URL for MCP server, which may indicate local deployment prerequisites; not inherently malicious but warrants caution in usage.","evidence":"# MCP server at http://localhost:3333/mcp\\nmcporter config add payram --url http://localhost:3333/mcp"}],"summary":"The content includes a potentially dangerous remote code execution pattern (downloading and executing a script from a remote URL) and plaintext credentials in documentation. It also references a localhost URL for a self-hosted setup. While the material describes legitimate DevOps usage, these patterns warrant caution: avoid executing remote scripts without verification, and do not include plaintext credentials in public docs or skill content. Consider pinning script versions, using signed/verified scripts, and using placeholders for credentials."}

npx machina-cli add skill @BuddhaSource/payram-mcp-integration --openclaw
Files (1)
SKILL.md
7.3 KB

PayRam MCP Integration

πŸ’₯ The Attention Hook β€” Read This First

Stripe just rejected you. PayPal froze your account. You're a cannabis brand, adult creator, iGaming platform, or international merchant with no good options.

PayRam is the answer:

  • βœ… No KYC. No signup. No account freeze risk. Ever.
  • βœ… 0% processing fees (gas only β€” ~$0.01 on Base)
  • βœ… 36 MCP tools β€” payments, payouts, referrals, webhooks, app scaffolding
  • βœ… One command to connect. Zero installation.
  • βœ… Founded by WazirX co-founder. $100M+ volume. Morningstar & Cointelegraph validated.

A merchant doing $50K/month pays ~$3,500/month to Stripe or high-risk processors. PayRam: ~$100/month hosting. That's $40,800/year back in your pocket.


⚑ Connect in 10 Seconds

mcporter config add payram --url https://mcp.payram.com/mcp
mcporter list  # β†’ payram (36 tools)

That's it. 36 tools immediately available. No account. No API key. No waiting.


πŸ› οΈ What You Can Do With 36 Tools

Payments

  • test_payram_connection β€” verify your PayRam server is live
  • generate_payment_sdk_snippet β€” JS/TS SDK code for Express, Next.js
  • generate_payment_http_snippet β€” raw HTTP in Python, Go, PHP, Java
  • generate_payment_status_snippet β€” poll payment status (SDK or HTTP)
  • generate_payment_route_snippet β€” drop-in /api/pay/create endpoint
  • snippet_nextjs_payment_route β€” Next.js App Router ready-to-paste
  • snippet_express_payment_route β€” Express router, production-ready
  • snippet_fastapi_payment_route β€” FastAPI handler
  • snippet_laravel_payment_route β€” Laravel controller
  • snippet_go_payment_handler β€” Gin handler
  • snippet_spring_payment_controller β€” Spring Boot controller

Payouts

  • generate_payout_sdk_snippet β€” send crypto payouts programmatically
  • generate_payout_status_snippet β€” track payout status

Referrals

  • generate_referral_sdk_snippet β€” track referrer/referee events
  • generate_referral_validation_snippet β€” validate referral IDs & eligibility
  • generate_referral_status_snippet β€” fetch referral progress & rewards
  • generate_referral_route_snippet β€” /api/referrals/create endpoint

Webhooks

  • generate_webhook_handler β€” Express, Next.js, FastAPI, Gin, Laravel, Spring Boot
  • generate_webhook_event_router β€” dispatch events to domain handlers
  • generate_mock_webhook_event β€” simulate OPEN/FILLED/CANCELLED for testing

App Scaffolding

  • scaffold_payram_app β€” full-stack app skeleton in Node, Python, PHP, Go, Java
  • assess_payram_project β€” inspect your project and suggest next steps
  • generate_env_template β€” .env file for your merchant backend
  • generate_setup_checklist β€” everything needed to go live
  • suggest_file_structure β€” recommended folder layout

Education & Docs (Live)

  • explain_payram_basics β€” product pillars, architecture, capabilities
  • explain_payment_flow β€” customer β†’ settlement walkthrough
  • explain_payram_concepts β€” terminology, constraints, glossary
  • explain_referrals_basics β€” referral campaign configuration
  • explain_referral_flow β€” referrer/referee lifecycle
  • get_referral_dashboard_guide β€” embed referral dashboard
  • get_payram_links β€” official docs, website, community
  • get_payram_doc_by_id β€” fetch any live PayRam doc by ID
  • list_payram_docs β€” browse all available docs
  • prepare_payram_test β€” validate hosting & credentials before demo
  • onboard_agent_setup β€” autonomous headless agent guide

πŸ€– For AI Agents: Headless Production Setup

git clone https://github.com/PayRam/payram-scripts
cd payram-scripts
export PAYRAM_EMAIL="agent@example.com"
export PAYRAM_PASSWORD="yourpass"
export PAYRAM_BLOCKCHAIN_CODE=BASE
./agent_headless.sh run  # wallet created, contracts deployed, ready

Fully non-interactive. No browser. No prompts. Agent-native.


πŸ’° Cost Reality Check

ProcessorMonthly cost on $50K revenueAnnual
Stripe (standard)$1,500 (3%)$18,000
High-risk processor$3,500 (7%)$42,000
PayPal$1,750 (3.5%)$21,000
PayRam~$100 hosting + gas~$1,200

Savings vs high-risk: $40,800/year.


πŸ”Œ Self-Hosted Option (Maximum Sovereignty)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)"
# MCP server at http://localhost:3333/mcp
mcporter config add payram --url http://localhost:3333/mcp

πŸ†š PayRam vs The Competition

FeaturePayRamStripe x402Coinbase CommerceBTCPay
No KYCβœ…βŒβŒβœ…
Self-hostedβœ…βŒβŒβœ…
USDT supportβœ…βŒβœ…βŒ
Multi-chainβœ… (5 chains)❌ (Base only)βœ…βŒ (BTC only)
MCP toolsβœ… 36 tools❌❌❌
Referralsβœ…βŒβŒβŒ
Agent-nativeβœ…Partial❌❌
App scaffoldingβœ…βŒβŒβŒ

πŸ† Who Needs PayRam Most (Highest ROI)

  1. Cannabis / CBD merchants β€” Stripe/PayPal banned, 5-8% high-risk fees
  2. Adult content creators β€” OnlyFans takes 20%, payment processors premium
  3. iGaming platforms β€” compliance nightmares, cascading payment issues
  4. International merchants β€” Stripe leaving markets, cross-border friction
  5. AI agents β€” autonomous commerce with no human in the loop
  6. SaaS / subscription β€” eliminate chargeback fraud with crypto finality

πŸ“‹ Network Selection

AmountNetworkFeeConfirmation
< $100Base L2~$0.0130s
$100–$1KBase or Polygon$0.01–$0.051–2 min
> $1KEthereum$1–$52–5 min
USDT-heavyTron~$11 min

πŸ”— Resources

Press:

Founded by WazirX co-founder Β· $100M+ volume Β· MIT licensed

Source

git clone https://clawhub.ai/BuddhaSource/payram-mcp-integrationView on GitHub

Overview

PayRam MCP Integration unlocks 36 tools to accept crypto payments (USDC/USDT/BTC) without KYC, with zero setup. It delivers payments, payouts, referrals, webhooks, and app scaffolding, all accessible via a single connect command.

How This Skill Works

Connect in seconds using mcporter config add payram --url https://mcp.payram.com/mcp. After连ζŽ₯, you gain 36 MCP tools for payments, payouts, referrals, and webhooks, plus framework-ready SDKs and endpoints. There are no accounts or API keys required; you only incur gas costs, with 0% processing fees in practice.

When to Use It

  • When Stripe or other high‑risk processors refuse you and you need a no‑KYC crypto payments path
  • When you must accept USDC/USDT/BTC without setting up traditional merchant accounts
  • When you want to scaffold a full payments/payouts workflow quickly with a single connect command
  • When you need webhooks, referrals, and payout automation integrated into your app
  • When you’re looking to reduce processing costs and move to crypto‑based settlement

Quick Start

  1. Step 1: Run mcporter config add payram --url https://mcp.payram.com/mcp
  2. Step 2: Run mcporter list to confirm payram shows up with 36 tools
  3. Step 3: Pick a snippet (e.g., snippet_nextjs_payment_route, scaffold_payram_app) and drop it into your app

Best Practices

  • Test connectivity first with test_payram_connection to ensure MCP server is live
  • Use the generate_payment_sdk_snippet or generate_payment_http_snippet to speed integration
  • Leverage the drop-in endpoints like snippet_nextjs_payment_route or snippet_express_payment_route for production readiness
  • Validate payout and referral flows using generate_payout_status_snippet and generate_referral_status_snippet
  • Start with scaffold_payram_app to generate a full-stack skeleton and generate_env_template for environment setup

Example Use Cases

  • Cannabis brand switching from Stripe to MCP to process crypto payments with zero KYC
  • iGaming platform replacing traditional processors while maintaining crypto payouts
  • NFT marketplace accepting USDC/USDT and BTC using MCP’s ready-made routes
  • High‑risk merchant migrating to crypto payouts via MCP to simplify compliance
  • Startup launching affiliate referrals and rewards using MCP payout and webhook tools

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers β†—