
Ra Pay
Send fiat payouts from your agent through Ra Pay with Stripe Connect and a deliberate two-step confirmation so money moves are not accidental.
Overview
Ra Pay is a MCP server for the Build phase that sends fiat payments via Stripe Connect with two-step confirmation through the @rapay/mcp-server stdio package.
What is this MCP server?
- Fiat payments exposed as MCP tools with two-step confirmation
- Stripe Connect-backed payout path per server description
- stdio npm package @rapay/mcp-server v1.2.5 for local agent wiring
- GitHub source at Ra-Pay-AI/rapay for self-hosted or fork paths
- Version 1.2.5 published on npm registry
- npm package @rapay/mcp-server version 1.2.5
- Transport: stdio per server manifest
- Two-step confirmation called out in server description
What problem does it solve?
Agent-driven payout experiments feel risky because a single mistaken tool invocation could trigger real money movement without guardrails.
Who is it for?
Indie marketplaces and automation builders who want MCP-native fiat sends on Stripe Connect with explicit human or second-step approval.
Skip if: Teams needing only read-only revenue analytics, crypto-only rails, or payments with no Stripe Connect account.
What do I get? / Deliverables
After npm install and Stripe Connect setup, your agent can propose payouts and complete them only after the documented two-step confirmation.
- Agent-initiated payout requests subject to two-step confirmation
- Stripe Connect–backed fiat send flow callable from MCP tools
- Repeatable local MCP payment integration for your app or ops scripts
Recommended MCP Servers
Journey fit
Payment rails are integrated during build when you connect backends, marketplaces, or agent workflows to real money movement. Integrations captures MCP wrappers around Stripe Connect payout APIs with agent-safe confirmation flows.
How it compares
Stripe Connect payout MCP with confirmation gates, not a generic invoice CRM or tax filing skill.
Common Questions / FAQ
Who is Ra Pay for?
Solo builders and small teams integrating agent workflows with Ra Pay fiat payouts on Stripe Connect.
When should I use Ra Pay?
Use it while building payment or marketplace integrations when you need agent-triggered sends—not for early idea funding research.
How do I add Ra Pay to my agent?
Install @rapay/mcp-server from npm (v1.2.5), configure Ra Pay/Stripe Connect credentials, and add the stdio MCP server entry in Claude Code or Cursor per Ra Pay GitHub instructions.