Catalog
io.github.geraservicesuk/mcp-geracash
OfficialCross-border remittance and wallet: send money, pay bills, FX, balances. OAuth+2FA for writes.
Cross-border remittance and wallet service for money transfers, bill payments, and FX.
README not available yet.
Install
Configuration
Environment variables
GERACASH_API_URLBase URL for the GeraCash API (defaults to https://api.geracash.com)
claude_desktop_config.json
{
"mcpServers": {
"mcp-geracash": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geracash@0.1.1"
],
"env": {
"GERACASH_API_URL": "<YOUR_GERACASH_API_URL>"
}
}
}
}