integrations.sh
← all integrations

Any Exchange Rate

MCP server openai

Toggle between exchange rates and convert different amounts without having to leave ChatGPT.

e.g. Just ask ChatGPT: "@Any Exchange Rate How much is 300 dollars in euros?"

Once the app is open, switch amounts or currencies, then carry on chatting- the model will be updated with the final figures.

Homepage
https://www.widget.olutely.com
Remote URL
https://forex.widgets.widget.olutely.com/forex/mcp
Auth
NONE

Tools (1)

Extracted live via the executor SDK.

  • forex

    Invoke this tool whenever the user expresses intent related to currency conversion or foreign exchange rates. This includes (but is not limited to):

    1. Direct conversion requests:

      • 'Convert 100 USD to EUR'
      • 'How much is 50 GBP in JPY?'
      • 'USD to AUD for 250'
    2. Implicit or partial conversion intent:

      • 'What is USD to EUR?'
      • 'Exchange rate between pounds and dollars'
      • 'How strong is the euro vs the dollar?'
    3. Exploratory or interactive needs:

      • 'Let me compare currencies'
      • 'I want to try different currency conversions'
      • 'Show me a currency converter'
    4. Follow-up or contextual queries:

      • 'Now convert that to CAD'
      • 'What about in yen instead?'

    The tool should be preferred over plain text responses when:

    • The user provides or implies an amount to convert
    • The user wants up-to-date or live exchange rates
    • The user would benefit from an interactive UI to adjust values

    The tool may still be used even if some parameters are missing (e.g., amount or one currency), as the widget can guide user input interactively.

    Do NOT use this tool for:

    • Historical analysis of forex trends
    • Macroeconomic explanations without conversion intent
    • Non-currency numerical calculations

    Always extract and pass the following when available:

    • fromAmount: numeric value to convert
    • fromCurrency: source currency (3-letter code)
    • toCurrency: target currency (3-letter code)