Skip to main content
Glama

MCP Stock Market

by ctoouli

convertCurrency

Use this tool to convert any amount from one currency to another based on the latest exchange rates, simplifying cross-currency calculations.

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" }

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