Skip to main content
Glama

Polygon-io MCP Server

Official

get_exchanges

Retrieve a list of exchanges supported by Polygon.io, filtered by asset class or locale, to streamline data integration and analysis.

Instructions

List exchanges known by Polygon.io.

Input Schema

NameRequiredDescriptionDefault
asset_classNo
localeNo
paramsNo

Input Schema (JSON Schema)

{ "properties": { "asset_class": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Asset Class" }, "locale": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Locale" }, "params": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" } }, "title": "get_exchangesArguments", "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