TickTest 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., "@TickTest MCP Server帮我回测中际旭创,海龟交易"
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.
TickTest MCP Server
让 AI Agent(Claude Code、Cursor、Windsurf 等)通过 MCP 协议直接调用 TickTest A 股量化回测 API。
安装
pip install ticktest-mcpRelated MCP server: FinData MCP Server
配置
Claude Code
在 .claude/mcp.json 或项目根目录 .mcp.json 中添加:
{
"mcpServers": {
"ticktest": {
"command": "python",
"args": ["-m", "ticktest_mcp"],
"env": {
"TICKTEST_API_URL": "https://api.ticktest.cn",
"TICKTEST_API_KEY": "tt_your_api_key_here"
}
}
}
}Cursor / Windsurf
在 MCP 配置中添加:
{
"mcpServers": {
"ticktest": {
"command": "ticktest-mcp",
"env": {
"TICKTEST_API_URL": "https://api.ticktest.cn",
"TICKTEST_API_KEY": "tt_your_api_key_here"
}
}
}
}获取 API Key
无需离开对话,Agent 会帮你完成注册:
Agent 询问你的邮箱
Agent 调用
send-code→ 你收到 6 位验证码告诉 Agent 验证码 → 注册成功,拿到 API Key + 500 信用点
Agent 配置 Key,开始回测
Tools
Tool | 认证 | 说明 |
| 公开 | 获取策略、因子、定价、注册流程 |
| 公开 | 检查 API 服务状态 |
| 公开 | 搜索 A 股股票代码 |
| 需 Key | 免费验证策略参数 |
| 需 Key | 运行回测,¥0.50/次 |
| 需 Key | 生成支付页面 |
快速体验
海龟交易策略永久免费,无需付费:
Agent: 帮我回测中际旭创,海龟交易
→ 自动搜索 sz300308 → 回测 → 返回收益率/夏普/回撤/胜率定价
单次回测:¥0.50(25 信用点)
入门月卡:¥29(2500 点 ≈ 100 次)
注册送 500 信用点(≈ 20 次)
海龟交易:永久免费
环境变量
变量 | 必填 | 说明 |
| 否 | API 地址,默认 |
| 否 | API Key,不配则只能调公开 Tool |
| 否 | 回测超时秒数,默认 90 |
License
MIT
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.
Latest Blog Posts
- 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/shakagold/ticktest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server