Skip to main content
Glama

Marketstack MCP Server

by matteoantoci

list_tickers

Retrieve a full list of supported stock tickers by searching name, symbol, or exchange mic, with options to paginate results for efficient data access.

Instructions

Get the full list of supported tickers.

Input Schema

NameRequiredDescriptionDefault
exchangeNoUse this parameter to search stock tickers by the exchange mic.
limitNoSpecify a pagination limit (number of results per page) for your API request. Default limit value is `100`, maximum allowed limit value is `1000`.
offsetNoSpecify a pagination offset value for your API request. Example: An offset value of `100` combined with a limit value of 10 would show results 100-110. Default value is `0`, starting with the first available result.
searchNoUse this parameter to search stock tickers by name or ticker symbol.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "exchange": { "description": "Use this parameter to search stock tickers by the exchange mic.", "type": "string" }, "limit": { "default": 100, "description": "Specify a pagination limit (number of results per page) for your API request. Default limit value is `100`, maximum allowed limit value is `1000`.", "maximum": 1000, "minimum": 1, "type": "integer" }, "offset": { "default": 0, "description": "Specify a pagination offset value for your API request. Example: An offset value of `100` combined with a limit value of 10 would show results 100-110. Default value is `0`, starting with the first available result.", "minimum": 0, "type": "integer" }, "search": { "description": "Use this parameter to search stock tickers by name or ticker symbol.", "type": "string" } }, "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/matteoantoci/mcp-marketstack'

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