MCP Geracash runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm.
Cross-border remittance and wallet: send money, pay bills, FX, balances. OAuth+2FA for writes.
The linked repository no longer exists on GitHub — it was deleted or made private.
We have not read this server's code yet
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
пакет @gera-services/mcp-geracash ссылается на geraservicesuk/mcp-geracash
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-geracash -- npx -y @gera-services/mcp-geracash
{
"mcpServers": {
"mcp-geracash": {
"args": [
"-y",
"@gera-services/mcp-geracash"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-geracash]
command = "npx"
args = ["-y", "@gera-services/mcp-geracash"]
{
"mcpServers": {
"mcp-geracash": {
"args": [
"-y",
"@gera-services/mcp-geracash"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-geracash": {
"args": [
"-y",
"@gera-services/mcp-geracash"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GERACASH_API_URL (Base URL for the GeraCash API (defaults to https://api.geracash.com)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Qubic — balances, prices, transfers, wallets, and more.
MCP server for ZebPay crypto exchange — fetch prices, balances, and manage orders
MCP server for NEAR wallet creation, balance checks, and transaction signing.
MCP server for Venmo - check balance, send/request money, view history
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
MCP server for EBANX — cross-border payments, payouts, exchange rates
MCP server for HD wallet management, balance, and sync on EVM, UTXO, XRP via Crypto APIs
MCP server for Verus currency — send, convert, cross-chain transfer, balance/path/tx queries
Answers built from our own checks of this server.