tickers
ActiveTool of Polygon Io
Search Polygon.io reference universe for US stocks, options, indices, forex, and crypto tickers. Returns symbol, name, market, asset class, primary exchange, currency. Use to resolve a company name to a tradable symbol.
Parameters schema
{
"type": "object",
"examples": [
{
"search": "Apple"
},
{
"limit": 10,
"active": true,
"market": "stocks",
"search": "TSLA"
}
],
"properties": {
"sort": {
"type": "string"
},
"type": {
"type": "string"
},
"limit": {
"type": "number"
},
"order": {
"type": "string"
},
"active": {
"type": "boolean"
},
"market": {
"type": "string"
},
"search": {
"type": "string"
},
"exchange": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Polygon Io
https://github.com/pipeworx-io/mcp-polygon-io
1/7 registries