mcp-rapyd
About
MCP server for Rapyd — global collect + disburse across 100+ countries, cash pickup, wallets
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
RAPYD_ACCESS_KEY RAPYD_SECRET_KEY RAPYD_ENVClaude Code
claude mcp add --env RAPYD_ACCESS_KEY= --env RAPYD_SECRET_KEY= --env RAPYD_ENV= mcp-rapyd -- npx @codespar/mcp-rapyd
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-rapyd","command":"npx","args":["@codespar/mcp-rapyd"],"env":{"RAPYD_ACCESS_KEY":"","RAPYD_SECRET_KEY":"","RAPYD_ENV":""}}'
JSON
{
"mcpServers": {
"mcp-rapyd": {
"command": "npx",
"args": [
"@codespar/mcp-rapyd"
],
"env": {
"RAPYD_ACCESS_KEY": "",
"RAPYD_SECRET_KEY": "",
"RAPYD_ENV": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.