dse-analyst-mcp

Jakir123/dse-analyst-mcp
★ 0 stars Python AI/LLM Updated 5d ago
MCP server for Dhaka Stock Exchange — live prices, 16 technical analysis tools, and a market scanner. Works with Claude, Cursor, Windsurf, and any MCP-compatible AI client
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install dse-analyst-mcp