MCP Rapyd runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Rapyd — global collect + disburse across 100+ countries, cash pickup, wallets
Today is the operative word: we check MCP Rapyd every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-rapyd -- npx -y @codespar/mcp-rapyd
{
"mcpServers": {
"mcp-rapyd": {
"args": [
"-y",
"@codespar/mcp-rapyd"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-rapyd]
command = "npx"
args = ["-y", "@codespar/mcp-rapyd"]
{
"mcpServers": {
"mcp-rapyd": {
"args": [
"-y",
"@codespar/mcp-rapyd"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-rapyd": {
"args": [
"-y",
"@codespar/mcp-rapyd"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
RAPYD_ACCESS_KEY (Rapyd access key (sent in the access_key header)), RAPYD_SECRET_KEY (Rapyd secret key used to sign HMAC-SHA256 requests (never transmitted)), RAPYD_ENV (Rapyd environment: 'sandbox' (https://sandboxapi.rapyd.net) or 'production' (https://api.rapyd.net). Defaults to sandbox.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Twilio — global SMS, WhatsApp, Voice, Verify, and Lookup across 180+ countries
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries
MCP server for Transak — fiat-to-crypto on/off-ramp across ~170 countries (Partner API)
MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports
MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
MCP server for Circle — USDC payments, wallets, payouts, transfers
Answers built from our own checks of this server.