Dhan MCP Server: Community-Built, Built for Algo Trading
A community-built, Python-based MCP server (vikkysarswat/dhan-mcp-server) wraps the Dhan trading platform, aimed specifically at algorithmic and quantitative trading strategies rather than casual portfolio queries.
A community-built, Python-based MCP server (github.com/vikkysarswat/dhan-mcp-server) integrates with the Dhan trading platform, aimed specifically at algorithmic trading, automated trading systems, trading bots, and quantitative strategies in Indian markets — a different target audience than the general "check my portfolio" use case most broker MCP servers focus on.
Why F&O Traders Specifically
Dhan has built a reputation among active futures and options traders, and this MCP server's framing (algo trading, backtesting, quant strategies) reflects that audience — it's a fundamentally different risk profile than a read-only portfolio-checking tool, since F&O strategies executed programmatically can move significant capital quickly if something goes wrong.
Extra Caution for Algorithmic Use Cases
If you're evaluating this for genuine algorithmic trading (not just portfolio queries), apply more scrutiny than a read-only integration would need: audit the actual order-placement code path, test extensively against a paper-trading or sandbox account before connecting real capital, and never let an LLM's own reasoning be the sole check before an order fires — a deterministic risk-limit layer outside the AI's control is standard practice for any real algo-trading system, MCP-connected or not.
Join the Discussion
Code Snippets (0)
No code snippets shared yet. Be the first to contribute!