Skip to main content
Glama
sleepysoong

Stock Price MCP Server

by sleepysoong
types.ts604 B
export enum MarketState { PRE = "PRE", REGULAR = "REGULAR", AFTER = "AFTER", POST = "POST", CLOSED = "CLOSED" } export interface StockPriceResponse { ticker: string; last_price: number; timestamp: string; market_state: MarketState; currency: string; } export interface YahooFinanceChart { chart: { result: Array<{ meta: { regularMarketPrice: number; currency: string; regularMarketTime: number; marketState: string; symbol: string; }; }>; error: null | { code: string; description: string; }; }; }

Implementation Reference

Latest Blog Posts

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/sleepysoong/stock-price-mcp'

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