Skip to content
Grok

TickTest — A股量化回测 for Grok

io.github.shakagold/ticktest-mcp

A股量化回测 MCP Server——让 AI Agent 用自然语言回测 A 股,说一句秒出结果。单/双均线×任意周期×跨频组合,海龟交易永久免费。

client:Grok transport:stdio runtime:pypi

Install TickTest — A股量化回测 in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ticktest-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ticktest-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

TickTest — A股量化回测 in other clients