★ 10 stars
Python
💰 Finance
Updated 1mo ago
⚠ Review
AI-powered trading research platform. Test any idea on stocks, futures, and crypto with event studies, backtesting, and statistical validation. MCP server with 8 tools. pip install varrd.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"varrd": {
"command": "uvx",
"args": [
"varrd"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add varrd uvx varrd
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"varrd": {
"command": "uvx",
"args": [
"varrd"
]
}
}
}
📋 Copy
Or install with pip: pip install varrd
Topics
ai-tools algorithmic-trading backtesting claude cryptocurrency edge-discovery event-study fintech futures mcp mcp-server model-context-protocol openbb python quant