MyBestFX Public FX MCP | Anonymous exchange information                                 ![](https://www.facebook.com/tr?id=652953884179113&ev=PageView&noscript=1)  ![](https://www.facebook.com/tr?id=635590126026602&ev=PageView&noscript=1)     4" class="bg-white fixed w-full z-30 lg:overflow-y-visible transition-shadow duration-300 " :class="shadowActive ? 'shadow-xl' : ''"&gt;        MyBestFX mobile app is live. Seamless, reliable, unbeatable rates.

 

 [ Download the app ↓ ](https://mybestfx.ch/en#app-download-section) 

 [ ![MyBestFx Logo](https://mybestfx.ch/website/logo.svg) ](https://mybestfx.ch/en)- { isOpen = false }, 250)" @mouseenter="leaveTimeout ? clearTimeout(leaveTimeout) : true" @click.outside="isOpen = false" class="relative"&gt;  [ Individuals ](https://mybestfx.ch/en/individuals)
- { isOpen = false }, 250)" @mouseenter="leaveTimeout ? clearTimeout(leaveTimeout) : true" @click.outside="isOpen = false" class="relative"&gt;  [ Businesses ](https://mybestfx.ch/en/companies)
- { isOpen = false }, 250)" @mouseenter="leaveTimeout ? clearTimeout(leaveTimeout) : true" @click.outside="isOpen = false" class="relative"&gt;   Services      [Expatriate Workers](https://mybestfx.ch/en/manage-your-salary-easily-mybestfx) [Cross-Border Services](https://mybestfx.ch/en/cross-border-commuter-payment-finance-mangement) [International Property Payments](https://mybestfx.ch/en/real-estate-management-transactions-low-fees) [Fix &amp; Collect](https://mybestfx.ch/en/automobile-transactions-at-the-best-fee)
- { isOpen = false }, 250)" @mouseenter="leaveTimeout ? clearTimeout(leaveTimeout) : true" @click.outside="isOpen = false" class="relative"&gt;  [ About us ](https://mybestfx.ch/en/about-us)
- [Blog](https://mybestfx.ch/en/blog)
- { isOpen = false }, 250)" @mouseenter="leaveTimeout ? clearTimeout(leaveTimeout) : true" @click.outside="isOpen = false" class="relative"&gt;   EN      [FR](https://mybestfx.ch/integrations/mcp) [DE](https://mybestfx.ch/de/integrations/mcp) [IT](https://mybestfx.ch/it/integrations/mcp)
- [ Login ](https://mybestfx.ch/login?language=en)
- [ Register ](https://mybestfx.ch/register?language=en)
 
 

 

   [ ![MyBestFx Logo](https://mybestfx.ch/website/logo.svg) ](https://mybestfx.ch/en) 

 [FR](https://mybestfx.ch/integrations/mcp) [DE](https://mybestfx.ch/de/integrations/mcp) [IT](https://mybestfx.ch/it/integrations/mcp) [EN](https://mybestfx.ch/en/integrations/mcp) 

 [ Individuals ](https://mybestfx.ch/en/individuals) 

 [ Businesses ](https://mybestfx.ch/en/companies) 

 

 Services 

 [ Expatriate Workers ](https://mybestfx.ch/en/manage-your-salary-easily-mybestfx) 

 [ Cross-Border Services ](https://mybestfx.ch/en/cross-border-commuter-payment-finance-mangement) 

 [ International Property Payments ](https://mybestfx.ch/en/real-estate-management-transactions-low-fees) 

 [ Fix &amp; Collect ](https://mybestfx.ch/en/automobile-transactions-at-the-best-fee) 

 

 

 [ About us ](https://mybestfx.ch/en/about-us) 

 [ Customer service ](https://mybestfx.ch/en/customer-service) 

 [ Legal Notice ](https://mybestfx.ch/en/privacy-policy) 

 [ Terms &amp; conditions ](https://mybestfx.ch/en/terms-conditions) 

 [ Data protection notice ](https://mybestfx.ch/en/confidential-policy) 

 [ FAQ ](https://mybestfx.ch/en/faq) 

 [ Blog ](https://mybestfx.ch/en/blog) 

 

 

 

 - [ Login ](https://mybestfx.ch/login?language=en)
- [ Register ](https://mybestfx.ch/register?language=en)
 
 

         sidebar toggle  

 

 

Public MCP integration

Current MyBestFX information for MCP clients
============================================

MyBestFX Public FX MCP gives compatible AI clients a standard way to retrieve public service information, participating locations, and current indicative exchange estimates.

 Anonymous Read-only No account required 

 

 ![MyBestFX](https://mybestfx.ch/website/integrations/mybestfx-mcp-icon.png)Streamable HTTP endpoint

 `https://mybestfx.ch/mcp`Use this vendor-neutral URL in any compatible MCP client.

 

 

  What it provides
----------------

The public server covers three MyBestFX services without opening an account or starting a transaction.

 

 1

### Online Change

Current indicative estimates for supported online currency exchanges.

  2

### Fix &amp; Collect

Current indicative estimates associated with an eligible public collection location.

  3

### Cash to Bank

Current indicative estimates for CHF cash exchanged and sent to a bank account through the official service.

  

  Available tools
---------------

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.

  

 

 Supported languages
-------------------

Responses are available in English, German, French, and Italian using the locale values en, de, fr, and it.

 en de fr it 

  Indicative rates
----------------

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.

  

 

  Public v1 boundaries
--------------------

This integration is informational. It cannot act for a customer and accepts no account credentials or personal financial information.

 

 ### Available

- ✓Public service information
- ✓Public locations
- ✓Current indicative exchange estimates
 
  ### Not available

- ×Financial advice or future-rate forecasts
- ×Recommendations about when to exchange, wait, or split an exchange
- ×Rate monitoring or alerts
- ×Account access, uploads, reservations, or transactions
 
  

  Connect from an MCP client
--------------------------

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

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
```

  

 ### Gemini Spark availability

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.

  

  Official information
--------------------

  [Privacy policy](https://mybestfx.ch/en/privacy-policy) [Terms and conditions](https://mybestfx.ch/en/terms-conditions) [Support](https://mybestfx.ch/en/contact) [MyBestFX website](https://mybestfx.ch/en)    

              

My BestFX is a platform that offers currency fixing at the best rates on the market, online transfers and a wide range of services.

  [    ](https://www.facebook.com/profile.php?id=61573591473435) [    ](https://www.linkedin.com/company/mybestfx/) [      ](https://www.instagram.com/mybestfx/) [    ](https://www.youtube.com/@MyBestFx-Changeenligne) 

 Designed by [DMarketing](https://dmarketing.me) 

 

 

 ### Navigation Menu

- [ Individuals](https://mybestfx.ch/en/individuals)
- [ Businesses](https://mybestfx.ch/en/companies)
- [ About us](https://mybestfx.ch/en/about-us)
- [ Customer service](https://mybestfx.ch/en/customer-service)
- [ Legal Notice](https://mybestfx.ch/en/privacy-policy)
- [ Terms &amp; conditions](https://mybestfx.ch/en/terms-conditions)
- [ Data protection notice ](https://mybestfx.ch/en/confidential-policy)
- [ FAQ](https://mybestfx.ch/en/faq)
- [ Referrals](https://mybestfx.ch/en/referrals)
- [Converter](https://mybestfx.ch/en/converter)
 
 

 

 ### Contact

Rue du Mont-Blanc 11
CH-1201 Geneva

 

 [support@mybestfx.ch](#) [+41(22)900 10 90](#) 

 

 

 

 

  Open contact options     [       WhatsApp ](https://wa.me/41791545050) [      Call us ](tel:+41791545050) 

 We only use basic and necessary cookies. By continuing, you agree to this use. You can unsubscribe by adjusting your browser settings Learn more [Learn more](https://mybestfx.ch/en/terms-conditions) 

 Accept
