CyberQuant 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., "@CyberQuant MCP ServerGet the latest 100 trades for AAPL"
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.
CyberQuant MCP Server
CyberQuant 数据共享平台的 MCP(Model Context Protocol)服务器,让 AI 助手(Claude Desktop、ChatGPT 等)能够直接查询和分析金融数据。
工作方式:AI 客户端通过 stdio 与 MCP Server 通信,MCP Server 再向 API Gateway 拉取数据,以 AI 友好的 CSV 格式返回。
功能特性
MCP Tools(7 个)
工具 | 说明 |
| 配置 API Key,首次使用时调用 |
| 列出当前用户可用的数据路由目录(仅元信息,不含入参/返回字段) |
| 查询单个路由的入参/返回字段详情,由大模型据此自行组织 |
| 查询指定数据路由的数据,返回 CSV 格式(节省 token) |
| 查询当前用户可访问的数据路由元数据列表,返回压缩 JSON |
| 查询当前 API Key 对应用户的账户与权限信息,返回压缩 JSON |
| 清除本地路由元数据按日缓存,当日权限/路由变动后强制下次查询重新拉取最新元数据 |
MCP Resources(2 个)
资源 URI | 说明 |
| 当前用户信息(等级、市场权限、速率限制) |
| 当前用户可用的数据路由列表 |
设计亮点
CSV 输出:相比 JSON 节省 40–60% token,表格结构天然适合 AI 分析
路由目录 + 按需详情:
list_routes仅输出目录级元信息,get_route_detail按需取详情,避免上百路由全量入参一次性占满上下文(路由元数据按账号按日文件缓存,减少重复拉取)Resource 兼容工具:
get_routes_metadata与get_user_profile让无法稳定读取 MCP Resources 的 AI 助手也能主动获取完整上下文自然语言引导:数据返回附带提示,引导 AI 缩小查询范围而非暴力翻页
pageSize 上限保护:超过 1000 条自动拦截,避免 AI 处理超大数据集
运行时配置:通过
configure工具动态更新 API Key,无需重启
Related MCP server: FinClaw
快速开始
环境要求
Node.js >= 20.0.0
1. 接入 MCP 客户端
在 Claude Desktop(或任意 MCP 客户端)的配置文件中添加:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"cyberquant": {
"command": "npx",
"args": ["-y", "cyberquant-mcp"]
}
}
}保存后重启客户端即可。> 从源码本地构建运行的方式见 CONTRIBUTING.md。
2. 配置 API Key
MCP Server 与 cyberquant-cli 共用配置文件 ~/.cyberquant/config.json:
{
"endpoint": "https://api.cyberspace2077.com",
"apiKey": "sk_live_your_api_key_here",
"mcp": {
"pageSize": 200,
"timeout": 30000
}
}💡 也可不手动编辑文件——启动后在对话中直接说"请配置我的 API Key",AI 会调用
configure工具完成配置;pageSize同样可在对话中通过configure设置(省略则保留现有值)。
完整字段说明见 配置文档。
3. 开始使用
在对话中直接提问,例如:
帮我查一下平安银行最近一周的日K线数据AI 会依次调用 list_routes → get_route_detail → query_data,并以表格形式返回分析结果。更多场景见 使用示例。
文档
文档 | 说明 |
配置文件格式与字段说明 | |
MCP Tools 的详细文档 | |
MCP Resources 介绍 | |
常见问题与解决方案 | |
典型对话场景 |
贡献
参与开发、构建或发布请参考 CONTRIBUTING.md。
License
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
- AlicenseAqualityDmaintenanceAn MCP server that provides AI agents with real-time access to DEX liquidity pool data, enabling smarter trading, analytics, and automated strategies.Last updated101MIT
- Alicense-qualityCmaintenanceMCP server that provides AI agents with financial tools including real-time quotes, backtesting, technical analysis, and multi-exchange data via a simple CLI interface.Last updated1MIT

Sablier MCP Serverofficial
Alicense-qualityBmaintenanceAn MCP server that lets AI assistants analyze portfolios, stress-test scenarios, generate synthetic market paths, and scan SEC filings — in under 2 minutes.Last updated3MIT- Alicense-qualityDmaintenanceMCP server that exposes QuantXData's institutional crypto market data APIs to AI assistants, enabling natural language queries for trades, order books, OHLCV, options, and more across 120+ exchanges.Last updatedMIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
GibsonAI MCP server: manage your databases with natural language
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/slb-cn/cyberquant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server