Loading MCP server directory, please wait...
MCP server for Rapyd — global collect + disburse across 100+ countries, cash pickup, wallets
npx @getmcp/cli add io.github.codespar/mcp-rapydRequires Node.js 18+. Community-contributed server. Review source before installing.
RAPYD_ACCESS_KEYRapyd access key (sent in the access_key header)
RAPYD_SECRET_KEYRapyd secret key used to sign HMAC-SHA256 requests (never transmitted)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-rapyd": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-rapyd"
],
"env": {
"RAPYD_ACCESS_KEY": "",
"RAPYD_SECRET_KEY": "",
"RAPYD_ENV": ""
}
}
}
}