unusual-whales-mcp

erikmaday/unusual-whales-mcp
★ 42 stars TypeScript 🔌 API Integration Updated 1mo ago
MCP server for Unusual Whales API - access options flow, dark pool, congress trades, and more
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unusual-whales-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "erikmaday/unusual-whales-mcp"
      ]
    }
  }
}