Skip to main content
Glama

Marketstack MCP Server

by matteoantoci

get_ticker_info

Fetch detailed information about financial market tickers using Marketstack API. Retrieve data including EOD, intraday, splits, dividends, and exchanges for informed decision-making.

Instructions

Look up information about tickers.

Input Schema

NameRequiredDescriptionDefault
tickerYesTo get results based on a ticker.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ticker": { "description": "To get results based on a ticker.", "type": "string" } }, "required": [ "ticker" ], "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