Skip to main content
Glama

Polygon-io MCP Server

Official

get_last_forex_quote

Retrieve the most recent forex exchange rate between specified currency pairs using the Polygon-io MCP Server. Input 'from_' and 'to' currency codes to access up-to-date conversion data.

Instructions

Get the most recent forex quote.

Input Schema

NameRequiredDescriptionDefault
from_Yes
paramsNo
toYes

Input Schema (JSON Schema)

{ "properties": { "from_": { "title": "From", "type": "string" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "to": { "title": "To", "type": "string" } }, "required": [ "from_", "to" ], "title": "get_last_forex_quoteArguments", "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