Odel
QuantContext

QuantContext

Local
@zomma-dev9PythonMITUpdated 2mo ago

Deterministic stock screening, backtesting, and factor analysis for AI trading agents

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIquantcontext-mcpv0.1.2

Run

uvx quantcontext-mcp

MCP client config

{
  "mcpServers": {
    "quantcontext": {
      "command": "uvx",
      "args": [
        "quantcontext-mcp"
      ]
    }
  }
}