Market Data
Official3 toolsby memoryapi
Real-time stock quotes, market indices, and institutional holdings
Get real-time stock quotes, market indices, and institutional holdings.
Captured live from the server via tools/list.
get_stock_quotes
Get real-time stock price quotes for one or more symbols. Returns price, % change, 52-week high/low, exchange, and currency.
Parameters (2)
- symbolsstring
Comma-separated ticker symbols (e.g. AAPL,MSFT,NVDA)
- exchangestring
Filter by exchange: NYSE or NASDAQ
get_market_indices
Get major market indices and macro indicators: S&P 500, NASDAQ, VIX, 10-Year Treasury, WTI Oil, Gold, USD/EUR. Data from FRED (St. Louis Fed).
No parameters.
get_institutional_holdings
Get institutional investor 13F SEC filings for a given CIK or institution name. Default is Berkshire Hathaway (CIK 0001067983).
Parameters (2)
- cikstring
SEC CIK number (e.g. 0001067983 for Berkshire Hathaway)
- institutionstring
Institution name to search for CIK (e.g. "Bridgewater Associates")
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://market.memoryapi.org/mcpclaude_desktop_config.json
{
"mcpServers": {
"market": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://market.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.