Metadata-Version: 2.4
Name: oq-mcp
Version: 0.1.0
Summary: MCP server exposing OpenQuant India data, screeners, and honest backtests to LLM clients.
Project-URL: Homepage, https://github.com/revorhq/openquant
Project-URL: Repository, https://github.com/revorhq/openquant
Project-URL: Issues, https://github.com/revorhq/openquant/issues
Author: OpenQuant India Contributors
License: Apache-2.0
Keywords: claude,india,llm,mcp,nse,quant
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0
Requires-Dist: numpy>=1.24
Requires-Dist: oq-backtest
Requires-Dist: oq-core
Requires-Dist: oq-data
Requires-Dist: pandas>=2.0
Description-Content-Type: text/markdown

# oq-mcp

MCP server exposing OpenQuant India data, screeners, and honest backtests to
LLM clients like Claude Desktop.

Tools: `get_prices`, `get_universe`, `screen_stocks`, `get_fundamentals_basic`,
and the headline `run_backtest` tool — natural-language-parameterized
backtests with honest Indian-market costs.

```bash
pip install oq-mcp
```

Configure in Claude Desktop:

```json
{
  "mcpServers": {
    "openquant": { "command": "oq-mcp" }
  }
}
```

Then ask Claude: *"Backtest momentum on Nifty 500 with Zerodha costs since 2015."*

Part of [OpenQuant India](https://github.com/revorhq/openquant) — honest, open
source quant infrastructure for Indian markets. Apache 2.0.
