{"name":"fx-intel","version":"1.0.0","tools":[{"name":"convert_currency","description":"Convert any amount between any two currencies with the current exchange rate. E.g. 100 USD to EUR, 50000 JPY to USD.","inputSchema":{"type":"object","properties":{"amount":{"type":"number","description":"Amount to convert e.g. 100, 1000, 0.5"},"from":{"type":"string","description":"Source currency code e.g. USD, EUR, GBP, JPY"},"to":{"type":"string","description":"Target currency code e.g. EUR, USD, BTC, INR"}},"required":["amount","from","to"]}},{"name":"get_major_rates","description":"Get exchange rates from a base currency against all major world currencies (EUR, GBP, JPY, CHF, CAD, AUD, etc.).","inputSchema":{"type":"object","properties":{"base":{"type":"string","description":"Base currency code e.g. USD, EUR, GBP. Default USD."}},"required":[]}},{"name":"get_currency_list","description":"Get a list of all major supported currencies with their country, symbol, and ISO codes.","inputSchema":{"type":"object","properties":{},"required":[]}}]}