Stock MCP Server
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., "@Stock MCP ServerWhat's the current price of Tencent (hk00700) and Tesla (usTSLA)?"
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.
Stock MCP Server
腾讯股票数据 MCP 服务器,为 AI 助手提供股票数据查询和持仓管理功能。
功能特性
股票行情查询
A股实时行情(上海、深圳)
港股实时行情
美股实时行情
支持批量查询
持仓管理
添加、更新、删除持仓
查询持仓列表和详情
观察列表
添加、更新、删除关注股票
查询观察列表
Related MCP server: Stock Data MCP Server
支持的市场
代码 | 市场 |
sh | 上海A股 |
sz | 深圳A股 |
hk | 港股 |
us | 美股 |
每手股数 (lotSize)
市场 | 每手股数 |
A股普通 | 100股 |
A股科创板(688开头) | 200股 |
港股 | 取数据第61位 |
美股 | 1股 |
快速开始
安装依赖
npm install构建项目
npm run build配置 MCP
在 Claude Code 或其他 MCP 客户端的配置文件中添加:
{
"mcpServers": {
"stock": {
"command": "node",
"args": ["/path/to/stock-mcp/dist/index.js"]
}
}
}使用示例
// 查询股票行情
stock_get({ symbol: "sh000001" })
// 批量查询
stock_get_batch({ symbols: ["sh000001", "sz000001"] })
// 添加持仓
position_add({ symbol: "sz000001", shares: 100, cost: 10.5 })
// 添加观察
watch_add({ symbol: "hk00700", note: "腾讯控股" })可用工具
工具 | 描述 |
| 获取单只股票实时行情 |
| 批量获取多只股票行情 |
| 添加持仓 |
| 更新持仓 |
| 删除持仓 |
| 获取所有持仓 |
| 获取单个持仓 |
| 添加观察股票 |
| 更新观察股票 |
| 删除观察股票 |
| 获取所有观察 |
| 获取单个观察 |
技术栈
TypeScript
Node.js
@modelcontextprotocol/sdk
数据来源
股票数据来自 腾讯财经 API
License
MIT
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
- Flicense-qualityDmaintenanceEnables real-time stock market analysis through AKShare API integration. Supports retrieving live stock prices, historical data, technical indicators (MA, MACD, RSI), market sentiment analysis, stock search, and financial news.Last updated5
- Alicense-qualityDmaintenanceEnables querying financial data including stocks, indices, funds, and futures from Chinese, Hong Kong, and US markets. Provides real-time market information, financial indicators, news, and trading suggestions through Eastmoney and Sina data sources.Last updated42ISC
- Flicense-qualityDmaintenanceProvides real-time quotes, fund flows, and corporate announcements for Chinese A-share stocks. It enables users to search for stocks, analyze financial indicators, and summarize quarterly reports through natural language.Last updated
- AlicenseAqualityCmaintenanceEnables AI assistants to query real-time A-share stock data, including quotes, fund flows, sector flows, and K-line history, without needing an API key.Last updated54MIT
Related MCP Connectors
Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…
Provide access to Chinese stock market data including historical prices, real-time data, news, and…
Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.
Appeared in Searches
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/kinmeic/stock-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server