Claude Desktop gets a side hustle as a stock analyst
An MCP server that wires professional-grade stock screening and portfolio optimization directly into your Claude Desktop chat window.

What it does MaverickMCP is a local FastMCP 2.0 server that exposes financial analysis tools to any MCP-compatible client, with Claude Desktop as the primary target. It fetches market data through the Tiingo API, runs technical indicators like RSI and MACD via TA-Lib, and screens a pre-loaded universe of 520 S&P 500 stocks for bullish or bearish setups. The result is an AI assistant that can backtest strategies, optimize portfolios, and calculate correlations without exporting data to a separate terminal.
The interesting bit The project treats quantitative analysis as a tool-calling problem: instead of staring at charts, you ask Claude to run VectorBT backtests or screen for breakouts, and the server crunches numbers locally. It also sidesteps SaaS billing by targeting Tiingo’s free tier and keeping everything running on your own machine.
Key highlights
- 20+ technical indicators (SMA, EMA, Bollinger Bands, etc.) plus portfolio optimization and correlation analysis
- Pre-seeded with 520 S&P 500 stocks and screening recommendations out of the box
- VectorBT-powered backtesting engine with 15+ built-in strategies
- Smart caching via Redis with automatic fallback to in-memory storage
- Multi-transport support (HTTP, SSE, STDIO) for Claude Desktop, Cursor, Windsurf, and Claude Code
Caveats
- Requires a Tiingo API key and the TA-Lib C library, which the README treats as a known pain point with multiple fallback installation paths
- Windows Claude Desktop integration needs a
cmd.exewrapper because the client ignores thecwdconfiguration parameter - The README alternates between claiming “29+” and “39+” tools, so the exact inventory is unclear
Verdict Worth a look if you want to experiment with AI-assisted trading research without paying for a Bloomberg terminal. Skip it if you need production-grade execution or real-time streaming beyond Tiingo’s free tier.
Frequently asked
- What is wshobson/maverick-mcp?
- An MCP server that wires professional-grade stock screening and portfolio optimization directly into your Claude Desktop chat window.
- Is maverick-mcp open source?
- Yes — wshobson/maverick-mcp is open source, released under the MIT license.
- What language is maverick-mcp written in?
- wshobson/maverick-mcp is primarily written in Python.
- How popular is maverick-mcp?
- wshobson/maverick-mcp has 634 stars on GitHub.
- Where can I find maverick-mcp?
- wshobson/maverick-mcp is on GitHub at https://github.com/wshobson/maverick-mcp.