
Mcp Geracash
Let your coding agent send money, pay bills, and convert currency through GeraCash wallet APIs exposed as MCP tools.
Overview
GeraCash MCP is a MCP server for the Build phase that connects agents to a digital wallet for sends, bill pay, and currency conversion across 50+ countries.
What is this MCP server?
- Digital wallet MCP: send money, pay bills, currency conversion
- Coverage described for 50+ countries
- stdio npm package @gera-services/mcp-geracash with GERACASH_API_URL override
- Defaults API base to https://api.geracash.com per environment metadata
- Version 0.1.0 Model Context Protocol server schema
- Publisher cites 50+ countries
- Server version 0.1.0 with stdio npm transport
- GERACASH_API_URL env var documented with default https://api.geracash.com
What problem does it solve?
Agents cannot safely move money or pay bills without a dedicated MCP tool surface and configured GeraCash API access.
Who is it for?
Solo builders integrating cross-border wallet flows into agent-assisted backends or support automations.
Skip if: Products that cannot use a third-party wallet API or lack compliant money-movement policies.
What do I get? / Deliverables
Registering the server lets your agent call wallet operations through MCP using GERACASH_API_URL instead of one-off payment scripts.
- Agent-callable MCP tools for wallet send, bill pay, and conversion
- Configurable API base URL for staging versus production GeraCash
Recommended MCP Servers
Journey fit
Wallet and payments wiring is classic Build-phase integration work before you harden billing in Ship and Operate. Third-party financial APIs belong on the integrations shelf next to other external service MCP servers.
How it compares
Finance MCP integration to GeraCash APIs, not an open-source payment skill or standalone ledger.
Common Questions / FAQ
Who is GeraCash MCP for?
Developers shipping agent-assisted fintech or ops tools who want wallet sends, bills, and FX via GeraCash.
When should I use GeraCash MCP?
During Build when you are wiring payment or remittance features and want MCP-discoverable wallet tools.
How do I add GeraCash MCP to my agent?
Install @gera-services/mcp-geracash, set GERACASH_API_URL if needed, add the stdio server to MCP config, and authenticate per GeraCash API rules.