equity-finder-mcp

Makki93/equity-finder-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for equity market snapshots: quote, 52W levels, MAs, realized vol, ATR + ECB FX. Yahoo Finance primary, onvista fallback.
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": {
    "equity-finder-mcp": {
      "command": "uvx",
      "args": [
        "equity-finder-mcp"
      ]
    }
  }
}

Or install with pip: pip install equity-finder-mcp

README Excerpt

MCP server for equity market snapshots — live quote, intraday range, 52-week high/low (with dates), window highs/lows, moving averages, realized vol and ATR — plus ECB FX conversion. Built to feed agentic derivative-research workflows (companion to [ko-finder-mcp](https://github.com/Makki93/ko-finder-mcp) and [warrant-finder-mcp](https://github.com/Makki93/warrant-finder-mcp)).