{
  "schemaVersion": "1.0",
  "item": {
    "slug": "payram-mcp-integration",
    "name": "Payram Mcp Integration",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/BuddhaSource/payram-mcp-integration",
    "canonicalUrl": "https://clawhub.ai/BuddhaSource/payram-mcp-integration",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/payram-mcp-integration",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=payram-mcp-integration",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/architecture.md",
      "references/headless-setup.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/payram-mcp-integration"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/payram-mcp-integration",
    "agentPageUrl": "https://openagent3.xyz/skills/payram-mcp-integration/agent",
    "manifestUrl": "https://openagent3.xyz/skills/payram-mcp-integration/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/payram-mcp-integration/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "💥 The Attention Hook — Read This First",
        "body": "Stripe just rejected you. PayPal froze your account. You're a cannabis brand, adult creator, iGaming platform, or international merchant with no good options.\n\nPayRam is the answer:\n\n✅ No KYC. No signup. No account freeze risk. Ever.\n✅ 0% processing fees (gas only — ~$0.01 on Base)\n✅ 36 MCP tools — payments, payouts, referrals, webhooks, app scaffolding\n✅ One command to connect. Zero installation.\n✅ Founded by WazirX co-founder. $100M+ volume. Morningstar & Cointelegraph validated.\n\nA merchant doing $50K/month pays ~$3,500/month to Stripe or high-risk processors.\nPayRam: ~$100/month hosting. That's $40,800/year back in your pocket.\n\nAgent commerce reality: Agents are earning USDC autonomously while humans sleep. PayRam enables this future — no KYC, no human intervention, just machines paying machines."
      },
      {
        "title": "⚡ Connect in 10 Seconds",
        "body": "mcporter config add payram --url https://mcp.payram.com/mcp\nmcporter list  # → payram (36 tools)\n\nThat's it. 36 tools immediately available. No account. No API key. No waiting."
      },
      {
        "title": "Payments",
        "body": "test_payram_connection — verify your PayRam server is live\ngenerate_payment_sdk_snippet — JS/TS SDK code for Express, Next.js\ngenerate_payment_http_snippet — raw HTTP in Python, Go, PHP, Java\ngenerate_payment_status_snippet — poll payment status (SDK or HTTP)\ngenerate_payment_route_snippet — drop-in /api/pay/create endpoint\nsnippet_nextjs_payment_route — Next.js App Router ready-to-paste\nsnippet_express_payment_route — Express router, production-ready\nsnippet_fastapi_payment_route — FastAPI handler\nsnippet_laravel_payment_route — Laravel controller\nsnippet_go_payment_handler — Gin handler\nsnippet_spring_payment_controller — Spring Boot controller"
      },
      {
        "title": "Payouts",
        "body": "generate_payout_sdk_snippet — send crypto payouts programmatically\ngenerate_payout_status_snippet — track payout status"
      },
      {
        "title": "Referrals",
        "body": "generate_referral_sdk_snippet — track referrer/referee events\ngenerate_referral_validation_snippet — validate referral IDs & eligibility\ngenerate_referral_status_snippet — fetch referral progress & rewards\ngenerate_referral_route_snippet — /api/referrals/create endpoint"
      },
      {
        "title": "Webhooks",
        "body": "generate_webhook_handler — Express, Next.js, FastAPI, Gin, Laravel, Spring Boot\ngenerate_webhook_event_router — dispatch events to domain handlers\ngenerate_mock_webhook_event — simulate OPEN/FILLED/CANCELLED for testing"
      },
      {
        "title": "App Scaffolding",
        "body": "scaffold_payram_app — full-stack app skeleton in Node, Python, PHP, Go, Java\nassess_payram_project — inspect your project and suggest next steps\ngenerate_env_template — .env file for your merchant backend\ngenerate_setup_checklist — everything needed to go live\nsuggest_file_structure — recommended folder layout"
      },
      {
        "title": "Education & Docs (Live)",
        "body": "explain_payram_basics — product pillars, architecture, capabilities\nexplain_payment_flow — customer → settlement walkthrough\nexplain_payram_concepts — terminology, constraints, glossary\nexplain_referrals_basics — referral campaign configuration\nexplain_referral_flow — referrer/referee lifecycle\nget_referral_dashboard_guide — embed referral dashboard\nget_payram_links — official docs, website, community\nget_payram_doc_by_id — fetch any live PayRam doc by ID\nlist_payram_docs — browse all available docs\nprepare_payram_test — validate hosting & credentials before demo\nonboard_agent_setup — autonomous headless agent guide"
      },
      {
        "title": "🤖 For AI Agents: Headless Production Setup",
        "body": "git clone https://github.com/PayRam/payram-scripts\ncd payram-scripts\nexport PAYRAM_EMAIL=\"agent@example.com\"\nexport PAYRAM_PASSWORD=\"yourpass\"\nexport PAYRAM_BLOCKCHAIN_CODE=BASE\n./agent_headless.sh run  # wallet created, contracts deployed, ready\n\nFully non-interactive. No browser. No prompts. Agent-native."
      },
      {
        "title": "💰 Cost Reality Check",
        "body": "ProcessorMonthly cost on $50K revenueAnnualStripe (standard)$1,500 (3%)$18,000High-risk processor$3,500 (7%)$42,000PayPal$1,750 (3.5%)$21,000PayRam~$100 hosting + gas~$1,200\n\nSavings vs high-risk: $40,800/year."
      },
      {
        "title": "🔌 Self-Hosted Option (Maximum Sovereignty)",
        "body": "/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)\"\n# MCP server at http://localhost:3333/mcp\nmcporter config add payram --url http://localhost:3333/mcp"
      },
      {
        "title": "🆚 PayRam vs The Competition",
        "body": "FeaturePayRamStripe x402Coinbase CommerceBTCPayNo KYC✅❌❌✅Self-hosted✅❌❌✅USDT support✅❌✅❌Multi-chain✅ (5 chains)❌ (Base only)✅❌ (BTC only)MCP tools✅ 36 tools❌❌❌Referrals✅❌❌❌Agent-native✅Partial❌❌App scaffolding✅❌❌❌"
      },
      {
        "title": "🏆 Who Needs PayRam Most (Highest ROI)",
        "body": "Cannabis / CBD merchants — Stripe/PayPal banned, 5-8% high-risk fees\nAdult content creators — OnlyFans takes 20%, payment processors premium\niGaming platforms — compliance nightmares, cascading payment issues\nInternational merchants — Stripe leaving markets, cross-border friction\nAI agents — agentic commerce (the 2026 \"Word of the Year\" according to FIS) with no human in the loop\nSaaS / subscription — eliminate chargeback fraud with crypto finality"
      },
      {
        "title": "📋 Network Selection",
        "body": "AmountNetworkFeeConfirmationBest For< $10TON~$0.0015sTelegram bots, micropayments< $100Base L2~$0.0130sGeneral agent commerce$100–$1KBase or Polygon$0.01–$0.051–2 minMedium value> $1KEthereum$1–$52–5 minLarge transfersUSDT-heavyTron~$11 minUSDT ecosystems\n\nTON advantage: ~5x cheaper than Base, 6x faster, Telegram-native. Ideal for The Watering Hole-style agent marketplaces."
      },
      {
        "title": "🔗 Resources",
        "body": "Website: https://payram.com\nMCP Server: https://mcp.payram.com\nGitHub: https://github.com/PayRam/payram-helper-mcp-server\nDocs: https://docs.payram.com\n\nPress:\n\nMorningstar: PayRam Polygon Support (Jan 2026)\nCointelegraph: Permissionless Commerce (Nov 2025)\n\nFounded by WazirX co-founder · $100M+ volume · MIT licensed"
      }
    ],
    "body": "PayRam MCP Integration\n💥 The Attention Hook — Read This First\n\nStripe just rejected you. PayPal froze your account. You're a cannabis brand, adult creator, iGaming platform, or international merchant with no good options.\n\nPayRam is the answer:\n\n✅ No KYC. No signup. No account freeze risk. Ever.\n✅ 0% processing fees (gas only — ~$0.01 on Base)\n✅ 36 MCP tools — payments, payouts, referrals, webhooks, app scaffolding\n✅ One command to connect. Zero installation.\n✅ Founded by WazirX co-founder. $100M+ volume. Morningstar & Cointelegraph validated.\n\nA 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.\n\nAgent commerce reality: Agents are earning USDC autonomously while humans sleep. PayRam enables this future — no KYC, no human intervention, just machines paying machines.\n\n⚡ Connect in 10 Seconds\nmcporter config add payram --url https://mcp.payram.com/mcp\nmcporter list  # → payram (36 tools)\n\n\nThat's it. 36 tools immediately available. No account. No API key. No waiting.\n\n🛠️ What You Can Do With 36 Tools\nPayments\ntest_payram_connection — verify your PayRam server is live\ngenerate_payment_sdk_snippet — JS/TS SDK code for Express, Next.js\ngenerate_payment_http_snippet — raw HTTP in Python, Go, PHP, Java\ngenerate_payment_status_snippet — poll payment status (SDK or HTTP)\ngenerate_payment_route_snippet — drop-in /api/pay/create endpoint\nsnippet_nextjs_payment_route — Next.js App Router ready-to-paste\nsnippet_express_payment_route — Express router, production-ready\nsnippet_fastapi_payment_route — FastAPI handler\nsnippet_laravel_payment_route — Laravel controller\nsnippet_go_payment_handler — Gin handler\nsnippet_spring_payment_controller — Spring Boot controller\nPayouts\ngenerate_payout_sdk_snippet — send crypto payouts programmatically\ngenerate_payout_status_snippet — track payout status\nReferrals\ngenerate_referral_sdk_snippet — track referrer/referee events\ngenerate_referral_validation_snippet — validate referral IDs & eligibility\ngenerate_referral_status_snippet — fetch referral progress & rewards\ngenerate_referral_route_snippet — /api/referrals/create endpoint\nWebhooks\ngenerate_webhook_handler — Express, Next.js, FastAPI, Gin, Laravel, Spring Boot\ngenerate_webhook_event_router — dispatch events to domain handlers\ngenerate_mock_webhook_event — simulate OPEN/FILLED/CANCELLED for testing\nApp Scaffolding\nscaffold_payram_app — full-stack app skeleton in Node, Python, PHP, Go, Java\nassess_payram_project — inspect your project and suggest next steps\ngenerate_env_template — .env file for your merchant backend\ngenerate_setup_checklist — everything needed to go live\nsuggest_file_structure — recommended folder layout\nEducation & Docs (Live)\nexplain_payram_basics — product pillars, architecture, capabilities\nexplain_payment_flow — customer → settlement walkthrough\nexplain_payram_concepts — terminology, constraints, glossary\nexplain_referrals_basics — referral campaign configuration\nexplain_referral_flow — referrer/referee lifecycle\nget_referral_dashboard_guide — embed referral dashboard\nget_payram_links — official docs, website, community\nget_payram_doc_by_id — fetch any live PayRam doc by ID\nlist_payram_docs — browse all available docs\nprepare_payram_test — validate hosting & credentials before demo\nonboard_agent_setup — autonomous headless agent guide\n🤖 For AI Agents: Headless Production Setup\ngit clone https://github.com/PayRam/payram-scripts\ncd payram-scripts\nexport PAYRAM_EMAIL=\"agent@example.com\"\nexport PAYRAM_PASSWORD=\"yourpass\"\nexport PAYRAM_BLOCKCHAIN_CODE=BASE\n./agent_headless.sh run  # wallet created, contracts deployed, ready\n\n\nFully non-interactive. No browser. No prompts. Agent-native.\n\n💰 Cost Reality Check\nProcessor\tMonthly cost on $50K revenue\tAnnual\nStripe (standard)\t$1,500 (3%)\t$18,000\nHigh-risk processor\t$3,500 (7%)\t$42,000\nPayPal\t$1,750 (3.5%)\t$21,000\nPayRam\t~$100 hosting + gas\t~$1,200\n\nSavings vs high-risk: $40,800/year.\n\n🔌 Self-Hosted Option (Maximum Sovereignty)\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram.sh)\"\n# MCP server at http://localhost:3333/mcp\nmcporter config add payram --url http://localhost:3333/mcp\n\n🆚 PayRam vs The Competition\nFeature\tPayRam\tStripe x402\tCoinbase Commerce\tBTCPay\nNo KYC\t✅\t❌\t❌\t✅\nSelf-hosted\t✅\t❌\t❌\t✅\nUSDT support\t✅\t❌\t✅\t❌\nMulti-chain\t✅ (5 chains)\t❌ (Base only)\t✅\t❌ (BTC only)\nMCP tools\t✅ 36 tools\t❌\t❌\t❌\nReferrals\t✅\t❌\t❌\t❌\nAgent-native\t✅\tPartial\t❌\t❌\nApp scaffolding\t✅\t❌\t❌\t❌\n🏆 Who Needs PayRam Most (Highest ROI)\nCannabis / CBD merchants — Stripe/PayPal banned, 5-8% high-risk fees\nAdult content creators — OnlyFans takes 20%, payment processors premium\niGaming platforms — compliance nightmares, cascading payment issues\nInternational merchants — Stripe leaving markets, cross-border friction\nAI agents — agentic commerce (the 2026 \"Word of the Year\" according to FIS) with no human in the loop\nSaaS / subscription — eliminate chargeback fraud with crypto finality\n📋 Network Selection\nAmount\tNetwork\tFee\tConfirmation\tBest For\n< $10\tTON\t~$0.001\t5s\tTelegram bots, micropayments\n< $100\tBase L2\t~$0.01\t30s\tGeneral agent commerce\n$100–$1K\tBase or Polygon\t$0.01–$0.05\t1–2 min\tMedium value\n> $1K\tEthereum\t$1–$5\t2–5 min\tLarge transfers\nUSDT-heavy\tTron\t~$1\t1 min\tUSDT ecosystems\n\nTON advantage: ~5x cheaper than Base, 6x faster, Telegram-native. Ideal for The Watering Hole-style agent marketplaces.\n\n🔗 Resources\nWebsite: https://payram.com\nMCP Server: https://mcp.payram.com\nGitHub: https://github.com/PayRam/payram-helper-mcp-server\nDocs: https://docs.payram.com\n\nPress:\n\nMorningstar: PayRam Polygon Support (Jan 2026)\nCointelegraph: Permissionless Commerce (Nov 2025)\n\nFounded by WazirX co-founder · $100M+ volume · MIT licensed"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/BuddhaSource/payram-mcp-integration",
    "publisherUrl": "https://clawhub.ai/BuddhaSource/payram-mcp-integration",
    "owner": "BuddhaSource",
    "version": "1.4.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/payram-mcp-integration",
    "downloadUrl": "https://openagent3.xyz/downloads/payram-mcp-integration",
    "agentUrl": "https://openagent3.xyz/skills/payram-mcp-integration/agent",
    "manifestUrl": "https://openagent3.xyz/skills/payram-mcp-integration/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/payram-mcp-integration/agent.md"
  }
}