MCP Server
MCP
io.github.codespar/mcp-rapyd
MCP server for Rapyd — global collect + disburse across 100+ countries, cash pickup, wallets
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-rapyd",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Rapyd access key (sent in the access_key header)",
"isRequired": true,
"format": "string",
"name": "RAPYD_ACCESS_KEY"
},
{
"description": "Rapyd secret key used to sign HMAC-SHA256 requests (never transmitted)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RAPYD_SECRET_KEY"
},
{
"description": "Rapyd environment: 'sandbox' (https://sandboxapi.rapyd.net) or 'production' (https://api.rapyd.net). Defaults to sandbox.",
"format": "string",
"name": "RAPYD_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment