Skip to main content
Glama

MCP Avantage

by MissionSquad

forex_exchangeRates

Retrieve real-time forex exchange rates for specified currency pairs (e.g., EUR to USD) using the MCP Avantage server for accurate financial data access.

Instructions

Fetches the realtime exchange rate for a currency pair (e.g., EUR to USD).

Input Schema

NameRequiredDescriptionDefault
from_currencyYesThe currency symbol to convert from (e.g., "EUR").
to_currencyYesThe currency symbol to convert to (e.g., "USD").

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Parameters for fetching Forex exchange rates.", "properties": { "from_currency": { "description": "The currency symbol to convert from (e.g., \"EUR\").", "type": "string" }, "to_currency": { "description": "The currency symbol to convert to (e.g., \"USD\").", "type": "string" } }, "required": [ "from_currency", "to_currency" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Avantage

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/MissionSquad/mcp-avantage'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server