- Home
- MCP servers
- Stock Data
Stock Data
- other
5
GitHub Stars
other
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"stockmcp-stock-data-mcp": {
"command": "uvx",
"args": [
"stock-data-mcp"
],
"env": {
"OKX_BASE_URL": "<OKX_BASE_URL>",
"TUSHARE_TOKEN": "<TUSHARE_TOKEN>",
"BINANCE_BASE_URL": "<BINANCE_BASE_URL>"
}
}
}
}Stock Data MCP Server provides access to stock data across major markets and cryptocurrencies, with automatic multi-source failover to ensure availability. It exposes a set of tools through an MCP endpoint so you can query real-time, historical, and contextual market data from a unified interface.
How to use
You run the MCP server locally or in your infrastructure and connect your MCP client to the provided endpoint. Use the available tools to search for tickers, retrieve historical prices and indicators, fetch real-time quotes, obtain financials, and receive news and market insights. The server aggregates data from multiple sources and can switch between sources automatically when one becomes unavailable, helping you maintain data reliability in your applications.
How to install
Prerequisites: you need a supported runtime environment and access to the package sources used by the MCP server.
Install using one of the following methods. Choose the method that fits your deployment preference.
# uvx
uvx stock-data-mcp
# pip
pip install stock-data-mcp
# Docker
docker run -p 8808:80 ghcr.io/stockmcp/stock-data-mcp
Additional notes
Configuration is provided to enable the MCP server within your MCP ecosystem. The server can be started using the command configuration shown below.
Available tools
search
Stock ticker search tool
stock_info
Retrieve basic stock information
stock_prices
Historical prices and technical indicators
stock_realtime
Real-time market quotes
stock_chip
Chip/ownership distribution insights
stock_news
Individual stock news and updates
stock_news_global
Global financial news snippets
stock_indicators_a
A-share financial indicators
stock_indicators_hk
HK-listed stock indicators
stock_indicators_us
US stock indicators
stock_zt_pool_em
A-share涨停股池 (limit-up stock pool)
stock_lhb_ggtj_sina
A-share龙虎榜数据库与统计
stock_sector_fund_flow_rank
Sector fund flow ranking data
okx_prices
Crypto K-line data from OKX
binance_ai_report
Crypto AI analysis reports
data_source_status
Data source health/status