Global 100+ country collect + disburse platform. Complements dLocal (LatAm-focused) with cash pickup (OXXO Pay, 7-Eleven) and merchant-managed wallets โ unique vs other servers in the catalog.
$ npm install @codespar/mcp-rapydAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"rapyd": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-rapyd"
],
"env": {
"RAPYD_ACCESS_KEY": "<your_rapyd_access_key>",
"RAPYD_SECRET_KEY": "<your_rapyd_secret_key>"
}
}
}
}After restart, your agent can call any of the 22 tools below โ try create_checkout_page first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
RAPYD_ACCESS_KEYRapyd access key (sent in the access_key header)
RAPYD_SECRET_KEYRapyd secret key used to sign HMAC-SHA256 requests (never transmitted)
RAPYD_ENVRapyd environment: 'sandbox' (https://sandboxapi.rapyd.net) or 'production' (https://api.rapyd.net). Defaults to sandbox.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_checkout_pagecreate_paymentget_paymentcancel_paymentcreate_refundcreate_payoutget_payoutconfirm_payoutMCP is a protocol โ any framework that speaks it can mount this server.