.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/wshobson/maverick-mcp
home/mcp-servers/wshobson/maverick-mcp
wshobson avatar

maverick-mcp

bywshobson· 1 MCP server

Stars

638

Forks

155

Category

Finance & Trading

View on GitHub

How to install maverick-mcp?

wshobson/maverick-mcp
$git clone https://github.com/wshobson/maverick-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install maverick-mcp by running `git clone https://github.com/wshobson/maverick-mcp`, then use it for the current task and follow its documentation at https://github.com/wshobson/maverick-mcp.

Files · 1

View on GitHub
README.md
1<!-- mcp-name: io.github.wshobson/maverick-mcp -->
2 
3# MaverickMCP - Personal Stock Analysis MCP Server
4 
5[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
7[![FastMCP](https://img.shields.io/badge/FastMCP-3-green.svg)](https://github.com/jlowin/fastmcp)
8[![GitHub Stars](https://img.shields.io/github/stars/wshobson/maverick-mcp?style=social)](https://github.com/wshobson/maverick-mcp)
9[![GitHub Issues](https://img.shields.io/github/issues/wshobson/maverick-mcp)](https://github.com/wshobson/maverick-mcp/issues)
10[![GitHub Forks](https://img.shields.io/github/forks/wshobson/maverick-mcp?style=social)](https://github.com/wshobson/maverick-mcp/network/members)
11 
12**MaverickMCP** is a personal-use FastMCP server that provides financial data
13analysis, technical indicators, stock screening, and portfolio tracking tools
14directly to your Claude Desktop interface. Built for individual traders and
15investors, it runs entirely on your own machine with no authentication or
16billing complexity.
17 
18Core tools need no API key: market data comes from `yfinance`. Two optional
19extras add more: `[backtesting]` (VectorBT-powered strategy backtesting) and
20`[research]` (LangGraph-based deep research, bring-your-own LLM key).
21 
22## Skip the setup — hosted version
23 
24Self-hosting MaverickMCP means Python, uv, and MCP client config (Redis and a
25research LLM key are optional). If you just want the analysis, [Capital Companion](https://capitalcompanion.ai)
26is the hosted product built on the same engine: AI technical analysis, trade-plan
27review sheets with outcome tracking, and price alerts. **25 free analyses,
28no credit card.**
29 
30Self-hosting instructions continue below.
31 
32## Why MaverickMCP?
33 
34**Key Benefits:**
35 
36- **No Setup Complexity**: `make dev` gets the server running; no database
37 migrations, no seed scripts, no API key required for core tools.
38- **Modern Python Tooling**: Built with `uv` for fast dependency management.
39- **Claude Desktop Integration**: Native MCP support via stdio or streamable
40 HTTP.
41- **37 Core Tools**: Market data, technical analysis, screening, portfolio
42 tracking with a risk dashboard, watchlists, and a trade journal.
43- **Optional Extras**: 12 backtesting tools and 3 research tools, each fully
44 opt-in via `pip install`/`uv sync` extras.
45- **Smart Caching**: Tiered cache (memory, then Redis or SQLite) with
46 graceful fallback when Redis isn't running.
47- **Open Source**: MIT licensed.
48 
49## Features
50 
51- **Stock Data Access**: Historical and real-time quotes with intelligent
52 caching (`yfinance`, no API key required).
53- **Technical Analysis**: RSI, MACD, support/resistance, and a combined
54 full-analysis tool.
55- **Stock Screening**: Maverick bullish, bearish, and supply/demand
56 strategies, computed over the tickers you've already queried.
57- **Portfolio Tracking**: Positions with average cost-basis, live P&L, a
58 risk dashboard, watchlists, and a trade journal.
59- **Backtesting** (`[backtesting]` extra): VectorBT engine, 12 rule-based
60 strategy templates plus 8 ML strategy classes, optimization, walk-forward
61 analysis, and Monte Carlo simulation.
62- **Research** (`[research]` extra): LangGraph-based deep research over
63 companies, sectors, and market sentiment, backed by Exa web search and a
64 bring-your-own LLM.
65- **Multi-Transport Support**: Streamable HTTP and STDIO.
66 
67## Quick Start
68 
69### Prerequisites
70 
71- **Python 3.12+**: Core runtime environment
72- **[uv](https://docs.astral.sh/uv/)**: Modern Python package manager (recommended)
73- Redis (optional, for enhanced caching)
74- PostgreSQL or SQLite (optional, for data persistence; SQLite is the default)
75 
76#### Installing uv (Recommended)
77 
78```bash
79# macOS/Linux
80curl -LsSf https://astral.sh/uv/install.sh | sh
81 
82# Windows
83powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
84 
85# Alternative: via pip
86pip install uv

Preview

wshobson/maverick-mcpwshobson/maverick-mcp

# MaverickMCP - Personal Stock Analysis MCP Server

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)

Repowshobson/maverick-mcp
TypeMCP Servers
CategoryFinance & Trading
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPanthropicartificial-intelligence

Related

6 picks
Type
  1. jerbouma avatarfinancetoolkit200+ transparent financial metrics calculated from raw statements, not third-party endpoints.MCP ServersJul 202661k5.2k
  2. financial-datasets avatarmcp-serverAn MCP server for interacting with the Financial Datasets stock market API.MCP ServersJun 202556k2.2k
  3. quantconnect avatarmcp-serverPython MCP server for local interactions with the QuantConnect API.MCP ServersMay 202656k78
  4. alpacahq avataralpaca-mcp-serverAlpaca Trading API integration for Model Context Protocol (MCP). V2 generates 60+ tools directly from Alpaca's OpenAPI specs using FastMCP.MCP ServersJul 202643k891
  5. getnable avatarfinopsmcpSee where your cloud and AI bills go, and spend less. Local-first, in your terminal or editor.MCP ServersJul 202616k14
  6. xeroapi avatarxero-mcp-serverMCP server implementation for Xero integrationMCP ServersJun 202614k342