tencent-stock-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., "@tencent-stock-mcp查一下五粮液000858和比亚迪002594的实时股价"
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.
腾讯A股行情 MCP(Cloudflare Workers)
这是一个尽量简单的只读 MCP 服务,提供三个工具:
get_stock_quotes:最新行情快照get_daily_kline:日K线market_data_health:连通性检查
最简单部署方法
注册 GitHub 和 Cloudflare。
在 GitHub 新建一个空仓库,例如
tencent-stock-mcp。把本文件夹里的所有文件上传到仓库根目录,保持
src/server.ts的目录结构。Cloudflare -> Workers & Pages -> Create application -> Import a repository。
选择刚才的 GitHub 仓库。
Worker 名称保持
tencent-stock-mcp。Deploy command 使用默认的
npx wrangler deploy。保存并部署。
成功后你的 MCP 地址通常是:
https://tencent-stock-mcp.<你的workers子域>.workers.dev/mcp在 ChatGPT 网页版 -> Settings -> Apps -> Advanced Settings 开启 Developer mode; 再到 Apps -> Create,填入上面的
/mcp地址,选择无身份验证,Scan tools。应看到 3 个工具:
get_stock_quotes、get_daily_kline、market_data_health。
Related MCP server: A股实时行情MCP服务器
首次测试建议
在 ChatGPT 中选择这个 App,然后输入:
“请调用 market_data_health,告诉我腾讯行情源是否正常,并明确返回行情的 quote_time。”
再测试:
“请调用 get_stock_quotes 查询东方财富300059和中信建投601066。必须告诉我每只股票的 quote_time,不要把上一交易日数据说成今日实时数据。”
重要说明
腾讯这类行情端点并非有正式 SLA 的商业开发者 API。
盘前看到上一交易日时间戳是正常现象。
不要把接口失败后的网页搜索结果自动当成实时行情。
第一阶段建议只用于持仓/候选复核;全市场数千股票扫描需要再做批量、缓存和限流优化。
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
- Flicense-qualityCmaintenanceMCP server that wraps SFC financial data API into 32 tools for comprehensive A-share market data, including real-time quotes, rankings, limit-up statistics, news, themes, financials, charts, research reports, and watchlists.
- Alicense-qualityCmaintenance基于Model Context Protocol (MCP) 的A股实时行情查询服务器,支持查询A股实时价格、历史K线数据、财务信息及市场概况。8MIT
- Alicense-qualityDmaintenanceProduction-grade MCP server for Chinese A-share market data, offering 30 tools including real-time quotes, K-lines, fund flows, and financial reports, with stdio and HTTP transport support.6MIT
Related MCP Connectors
Provide access to Chinese stock market data including historical prices, real-time data, news, and…
Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…
Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.
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/a490582878-collab/tencent-stock-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server