market-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@market-mcpWhat's the technical snapshot for SPY?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
market-mcp
Local MCP (stdio) for technical analysis of ETFs / indices / equities.
Features:
Symbol resolution with equivalents fallback (exchange suffixes + UCITS).
Automatic FRED routing for macroeconomic series alongside Yahoo Finance.
Local equivalences persistence with registration and query tools.
Locally calculated indicators (RSI, MACD, SMAs).
Snapshots at three dates:
current,last_week,last_month.Disk cache for OHLCV and snapshots.
Compact responses with explicit reporting of when an equivalent was used.
Installation
uv syncRelated MCP server: Stock Market Data and Technical Indicators MCP Server
Execution
uv run market-mcpConfiguration in Codex / OpenCode
OpenCode (opencode.json)
{
"mcpServers": {
"market-analysis": {
"type": "local",
"command": ["uv", "--directory", ".../mcp/marketdata", "run", "market-mcp"],
"enabled": true
}
}
}Codex
{
"mcpServers": {
"market-analysis": {
"command": "uv",
"args": ["--directory", ".../mcp/marketdata", "run", "market-mcp"]
}
}
}Exposed tools
register_ticker_equivalencelist_ticker_equivalencesget_ticker_equivalenceget_etf_price_snapshotget_multiple_etf_price_snapshotsget_price_historyget_technical_snapshotevaluate_technical_signalcompare_technical_snapshotsget_maritime_chokepoint_status
Maritime chokepoints
get_maritime_chokepoint_status consults daily AIS observations from IMF
PortWatch for hormuz, bab_el_mandeb, or both. It reports vessel counts,
tankers, estimated capacity, rolling averages, data freshness, and AIS caveats.
It does not provide maritime insurance premiums or coverage decisions.
FRED series
The following identifiers are routed automatically to FRED's CSV endpoint:
T10YIE- 10-Year Breakeven Inflation RateDFII10- 10-Year Treasury Inflation-Indexed SecurityDGS10- 10-Year Treasury Constant Maturity RateDGS2- 2-Year Treasury Constant Maturity RateT10Y2Y- 10-Year Treasury Constant Maturity Minus 2-Year Treasury Constant MaturityDTWEXBGS- Nominal Broad U.S. Dollar Index
The explicit FRED:<id> form is also supported. FRED observations are scalar
daily values normalized as candles with equal open/high/low/close fields and
no volume. Negative values, such as an inverted yield spread, are supported.
Persistent data
By default, relative paths are used:
data/yahoo_ticker_equivalence_registry.jsondata/yahoo_ticker_memory.jsondata/ohlcv_cache/data/snapshot_cache/
Can be overridden with environment variables:
MARKET_MCP_EQUIVALENCE_REGISTRY_PATHMARKET_MCP_TICKER_MEMORY_PATHMARKET_MCP_OHLCV_CACHE_DIRMARKET_MCP_SNAPSHOT_CACHE_DIR
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceExposes various Marketstack API endpoints as MCP tools, providing access to financial market data including EOD, intraday, splits, dividends, tickers, exchanges, and other financial information.181
- FlicenseNot gradedqualityDmaintenanceProvides stock market data and computes technical indicators like EMA, MACD, and RSI across multiple timeframes using the LongPort API and TA-Lib. It enables users to perform detailed financial analysis and multi-timeframe market reviews through standard MCP tools.
- AlicenseCqualityCmaintenanceEnables querying real-time and historical financial market data for stocks, options, forex, and crypto, including quotes, trades, technical indicators, and reference data through a set of MCP tools.713MIT
- FlicenseNot gradedqualityDmaintenanceExposes iTick REST API as MCP tools, providing market data for stocks, crypto, forex, indices, futures, and funds including tick, quote, depth, and kline.3
Related MCP Connectors
One MCP key: prices, fundamentals, SEC filings, insider/13F/congressional trades. 336 tools.
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
TradeOS MCP: ticker search, My Agent, chart TA, macro news. npm stdio or HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mrsoto/marketdata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server