A Python backtest framework for futures research, designed from the start to be driven by LLM coding agents through an MCP server.
What's in the package:
echolon-mcp — stdio MCP server with 23 tools (strategy validation, scaffolding, indicator catalog, error-code lookup, parameter codegen) 22 in-package skills (component contracts, indicator-naming rules, parameter architecture, the
{
"mcpServers": {
"echolon": {
"command": "uvx",
"args": [
"echolon"
]
}
}
}