← Back to browse

TickTest — A股量化回测

Indexed by io.github.shakagold

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add ticktest-mcp -- uvx ticktest-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ticktest-mcp","command":"uvx","args":["ticktest-mcp"]}'
JSON
{
  "mcpServers": {
    "ticktest-mcp": {
      "command": "uvx",
      "args": [
        "ticktest-mcp"
      ]
    }
  }
}