面向 Model Context Protocol (MCP) 的 Python 服务,将 iTick REST API 暴露为工具:基础数据、股票(含信息 / IPO / 复权因子),以及 Crypto / Forex / Indices / Future / Fund 各产品线的单笔与批量 Tick / Quote / Depth / Kline。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"itick-mcp-server": {
"command": "uvx",
"args": [
"itick-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add itick-mcp-server uvx itick-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"itick-mcp-server": {
"command": "uvx",
"args": [
"itick-mcp-server"
]
}
}
}
Or install with pip: pip install itick-mcp-server