Skip to main content
Glama

Polygon-io MCP Server

Official

get_real_time_currency_conversion

Convert currencies in real-time using specified exchange rates. Input source and target currencies, with optional amount and precision, for accurate financial calculations.

Instructions

Get real-time currency conversion.

Input Schema

NameRequiredDescriptionDefault
amountNo
from_Yes
paramsNo
precisionNo
toYes

Input Schema (JSON Schema)

{ "properties": { "amount": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Amount" }, "from_": { "title": "From", "type": "string" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "precision": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Precision" }, "to": { "title": "To", "type": "string" } }, "required": [ "from_", "to" ], "title": "get_real_time_currency_conversionArguments", "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/polygon-io/mcp_polygon'

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