- Home
- MCP servers
- DeepQ Financial Toolkit
DeepQ Financial Toolkit
- typescript
1
GitHub Stars
typescript
Language
6 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": {
"shenqingtech-deepq-financial-toolkit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@deepqtech/mcp-server-js@latest",
"start"
],
"env": {
"DEEPQ_API_KEY": "4iskgEuB4nTSHaCad2bDUw"
}
}
}
}You can run and query DeepQ Financial Toolkit MCP Server to empower AI models with real-time financial data, analytics, and market insights. It provides stock, ETF, fund, news, and general tools through a lightweight, one-click-configurable MCP server that lets your AI workflows access finance data and business logic quickly and reliably.
How to use
You will connect your AI client to the MCP server via the provided MCP configuration. The server exposes a suite of finance data tools that you can call from your AI prompts to fetch real-time quotes, valuations, sector and market analysis, fund and ETF data, and news sentiment. You can also parse and normalize financial entities mentioned in natural language, enabling your AI to understand references like stock names or fund nicknames and map them to official codes.
How to install
Prerequisites: you need Node.js and npm installed on your system.
Create a configuration snippet that launches the MCP server. Use the exact command and arguments shown below. This config runs the MCP server in a local stdio environment using npx and the latest MCP server package, with your API key set in the environment.
How to install
Copy and place the following configuration into your startup setup. This snippet uses npx to start the MCP server and sets the required API key in the environment.
{
"mcpServers": {
"deepq-finance-toolkit-mcp-server": {
"command": "npx",
"args": [
"-y",
"@deepqtech/mcp-server-js@latest",
"start"
],
"env": {
"DEEPQ_API_KEY": "4iskgEuB4nTSHaCad2bDUw"
}
}
}
}
Notes on running and concurrency
If you encounter a concurrency limit error, you will see a message indicating you are restricted. You can apply for an independent concurrency quota at the provided quota link.
Available tools
stockBizHighlight
Gets the stock’s main business operations, industry/themes, and core highlights.
stockTechAnalysis
Retrieves technical indicators like KDJ, BOLL, MACD, plus a technical summary and trend analysis.
stockCapAnalysis
Provides capital flow data including main fund flows,龙虎榜 data, and margin information.
stockFunAnalysis
Returns fundamental data such as PE, PB, ROE, gross margin, net profit margin, and company finances.
stockRep
Fetches the latest three research report insights for a stock from the past 90 days.
stockLatestPrice
Gets the latest price data for a stock, including price, change, and volume.
guessStockCode
Parses stock names or nicknames into standard codes, names, and trading markets.
stockRiskWarning
Provides potential risk information for a stock.
stockFlexibility
Assesses how elastic a stock’s price is to external events.
stockValuation
Provides valuation metrics such as PE, PB, ROE, and sector comparisons.
mktForwardLook
Outlooks for A-share market indices on a specified date.
aShareFearGreedIndex
Short-term fear and greed sentiment index for the A-share market.
aShareTemperature
Shows the current market temperature of the A-share market.
aShareMarketQuotes
Quotes for major A-share indices on a specified date.
sectorCapAnalysis
Capital flow data for sectors, including main fund flows and margin data.
sectorFunAnalysis
Fundamental data for sectors such as PE, ROE, and margins.
sectorNewsAnalysis
News messages for a sector within a date range.
sectorReportAnalysis
Research insights for a sector within a date range.
sectortLatestPrice
Latest price, change, and volume for a sector.
sectorRelatedStocks
Stocks influenced by a sector and reasons for correlation.
sectorPriceChangeRank
Rank sectors by price changes over a date range with related news.
sectorPriceChangeReason
Attribution news for sector price changes over a date range.
etfBasicInfo
Key ETF basics such as size, fee, and tracking error.
etfFunAnalysis
ETF valuation and fundamentals like P/E, P/B, dividends, and ROE.
etfPerformance
ETF performance metrics over multiple timeframes.
etfUnderAssets
ETF underlying assets and top holdings.
etfLatestPrice
Real-time ETF quotes and key data.
etfTechAnalysis
Technical data for ETFs such as moving averages and MACD.
etfRelatedNews
Recent news for an ETF.
fundBasicInfo
Basic information about funds, including classification and manager.
fundPerformance
Fund performance metrics over multiple timeframes.
fundUnderAssets
Penetrating view of fund’s underlying holdings.
fundRecentViews
Recent fund manager views and macro outlook.
guessFundCode
Parses fund nicknames into standard codes and markets.
aShareMarketEvents
Important A-share market events with interpretation.
officialSecuNews
Official securities media news retrieval.
weMediaSecuNews
Self-media securities news retrieval.
finEntityExtract
Extracts financial entities from natural language and returns codes, names, and related concepts.
currentDatetime
Today's date, time, day of week, and holiday information.
recentTransDate
Today’s date, whether it’s a trading day, and adjacent trading dates.
macroResearch
Macro research views and interpretations from brokerages on economic topics.
stkResearch
Brokerage research views on individual stocks.
industryResearch
Brokerage research views on industries.
researchRatingStats
Rating statistics for stocks or industries from various brokerages.