Skip to main content
Glama

MCP Stock Market

by ctoouli

convertCurrency

Calculate currency conversions by entering the amount, source currency, and target currency. Uses up-to-date exchange rates for accurate results.

Instructions

Convert an amount from one currency to another using latest exchange rate

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of money to convert
from_currencyYesCurrency to convert from, e.g., USD
to_currencyYesCurrency to convert to, e.g., EUR

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount of money to convert", "type": "number" }, "from_currency": { "description": "Currency to convert from, e.g., USD", "type": "string" }, "to_currency": { "description": "Currency to convert to, e.g., EUR", "type": "string" } }, "required": [ "amount", "from_currency", "to_currency" ], "type": "object" }

Other Tools from MCP Stock Market

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/ctoouli/mcp-stock-market'

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