Online Change
Current indicative estimates for supported online currency exchanges.
MyBestFX mobile app is live. Seamless, reliable, unbeatable rates.
Public MCP integration
MyBestFX Public FX MCP gives compatible AI clients a standard way to retrieve public service information, participating locations, and current indicative exchange estimates.
Streamable HTTP endpoint
https://mybestfx.ch/mcp
Use this vendor-neutral URL in any compatible MCP client.
The public server covers three MyBestFX services without opening an account or starting a transaction.
Current indicative estimates for supported online currency exchanges.
Current indicative estimates associated with an eligible public collection location.
Current indicative estimates for CHF cash exchanged and sent to a bank account through the official service.
Tool names are stable and published with explicit input and output schemas.
get_mybestfx_services
Explains available public MyBestFX services and their general conditions.
get_exchange_quote
Returns a current indicative estimate or the explicit financial-advice boundary.
list_mybestfx_locations
Lists public MyBestFX locations using public contact and address fields only.
Responses are available in English, German, French, and Italian using the locale values en, de, fr, and it.
Every estimate is current and indicative only. The applicable rate and amount may change before a transaction is completed. The MCP server does not reserve a rate or create a transaction.
This integration is informational. It cannot act for a customer and accepts no account credentials or personal financial information.
Configuration keys vary by client. A Streamable HTTP client typically uses the following server entry:
settings.json
{
"mcpServers": {
"mybestfx": {
"httpUrl": "https://mybestfx.ch/mcp"
}
}
}
Gemini CLI supports remote Streamable HTTP MCP servers. Add MyBestFX, then use gemini mcp list or the /mcp command to confirm that its tools and resources were discovered.
gemini mcp add --transport http mybestfx https://mybestfx.ch/mcp
Google currently allows eligible Gemini Spark users to add custom MCP apps by URL from Connected Apps. Google states that this is limited to adults in the United States using a personal Google Account with Keep Activity enabled, and that custom apps are currently English-only. Availability can change; check Google’s current Gemini help before relying on it.