stock-mcp-server

rohitpatill/stock-mcp-server
★ 0 stars Python AI/LLM Updated 3mo ago
High-performance MCP server for NSE stock analysis. Identifies intraday momentum and swing trade setups using weighted technical indicators (RSI, VWAP, MACD, volume patterns). Perfect for AI agents to function as intelligent trading co-pilots.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install stock-mcp-server