Skip to main content
Glama

Polygon-io MCP Server

Official

get_last_crypto_trade

Retrieve the latest trade data for a specified cryptocurrency pair using the MCP server. Input the base and quote currency to access real-time trading information.

Instructions

Get the most recent trade for a crypto pair.

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_crypto_tradeArguments", "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