{"name":"geracash","description":"GeraCash digital wallet and payments platform — send money, check exchange rates, top up, and pay with local payment methods across 50+ countries.","version":"0.1.0","url":"https://geracash.com","contact":"api@gera.services","tools":[{"name":"get_exchange_rates","description":"Get real-time exchange rates between currencies. Supports 80+ currencies.","input_schema":{"type":"object","required":["from_currency","to_currency"],"properties":{"from_currency":{"type":"string","description":"Source currency ISO 4217 code (e.g. USD, GBP, GEL)"},"to_currency":{"type":"string","description":"Target currency ISO 4217 code"},"amount":{"type":"number","description":"Amount to convert (returns rate only if omitted)"}}}},{"name":"send_money","description":"Send money to another GeraCash user or to a bank account/mobile wallet.","input_schema":{"type":"object","required":["recipient","amount","currency"],"properties":{"recipient":{"type":"string","description":"Recipient phone number, email, or GeraCash user ID"},"amount":{"type":"number","description":"Amount to send"},"currency":{"type":"string","description":"Currency ISO 4217 code"},"note":{"type":"string","description":"Optional payment note or reference"}}}},{"name":"check_balance","description":"Get the current wallet balance for the authenticated user across all currencies.","input_schema":{"type":"object","properties":{"currency":{"type":"string","description":"Filter to a specific currency ISO 4217 code (returns all if omitted)"}}}},{"name":"list_supported_countries","description":"List all countries where GeraCash is available with supported payment methods per country.","input_schema":{"type":"object","properties":{"region":{"type":"string","description":"Filter by region (e.g. africa, europe, asia)"}}}}],"resources":[{"name":"exchange_rates","description":"Live currency exchange rates","url":"https://geracash.com/api/v1/exchange-rates"},{"name":"supported_countries","description":"Countries and payment methods supported","url":"https://geracash.com/api/v1/countries"},{"name":"payment_methods","description":"Available payment methods by country","url":"https://geracash.com/api/v1/payment-methods"}]}