Best for
- Traders and investors needing real-time market data
- MCP client users who want to query options flow, dark pool, and congressional trades in natural language
- Researchers interested in smart money flows and institutional holdings
Official MCP server offering extensive market data endpoints with remote and local deployment options, supporting various clients, but requires a paid API key and remote mode depends on network service.
The official Unusual Whales MCP server. Connect any MCP-compatible client to 100+ market data endpoints covering options flow, dark pool, congressional trading, Greek exposure, volatility, and more. Supports remote hosted and local modes, with 30+ ready-to-use analysis prompts.
{
"mcpServers": {
"unusualwhales": {
"command": "npx",
"args": ["-y", "@unusualwhales/mcp"],
"env": {
"UW_API_KEY": "YOUR_KEY"
}
}
}
}