经 AI Skill Hub 精选评估,开源MCP工具:MaverickMCP 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
MaverickMCP - Personal Stock Analysis MCP Server,帮助个人进行股票分析。
开源MCP工具:MaverickMCP 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
MaverickMCP - Personal Stock Analysis MCP Server,帮助个人进行股票分析。
开源MCP工具:MaverickMCP 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/wshobson/maverick-mcp
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp---maverickmcp": {
"command": "npx",
"args": ["-y", "maverick-mcp"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 开源MCP工具:MaverickMCP 执行以下任务... Claude: [自动调用 开源MCP工具:MaverickMCP MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp___maverickmcp": {
"command": "npx",
"args": ["-y", "maverick-mcp"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
MaverickMCP is a personal-use FastMCP 2.0 server that provides professional-grade financial data analysis, technical indicators, and portfolio optimization tools directly to your Claude Desktop interface. Built for individual traders and investors, it offers comprehensive stock analysis capabilities without any authentication or billing complexity.
The server comes pre-seeded with all 520 S&P 500 stocks and provides advanced screening recommendations across multiple strategies. It runs locally with HTTP/SSE/STDIO transport options for seamless integration with Claude Desktop and other MCP clients.
1. Basic Research with Timeout Protection
"Research the current state of the AI semiconductor industry and identify the top 3 investment opportunities"
- Tests: Basic research, adaptive timeouts, industry analysis
2. Comprehensive Company Research with Parallel Agents
"Provide comprehensive research on NVDA including fundamental analysis, technical indicators, competitive positioning, and market sentiment using multiple research approaches"
- Tests: Parallel orchestration, multi-agent coordination, company research
3. Cost-Optimized Quick Research
"Give me a quick overview of AAPL's recent earnings and stock performance"
- Tests: Intelligent model selection, cost optimization, quick analysis
8. Sentiment Analysis with Content Filtering
"Analyze market sentiment for Bitcoin and cryptocurrency stocks over the past week, filtering for high-credibility sources only"
- Tests: Sentiment analysis, content filtering, source credibility
9. Timeout Stress Test
"Research the entire S&P 500 technology sector companies and rank them by growth potential"
- Tests: Timeout management, large-scale analysis, performance under load
10. Multi-Modal Research Integration
"Research AMD using technical analysis, then find recent news about their AI chips, analyze competitor Intel's position, and provide a comprehensive investment thesis with risk assessment"
- Tests: All research modes, integration, synthesis, risk assessment
@quick_cache decorator for instant re-runsTA-Lib is required for technical analysis calculations.
macOS and Linux (Homebrew):
brew install ta-lib
Windows (Multiple Options):
Option 1: Conda/Anaconda (Recommended - Easiest)
conda install -c conda-forge ta-lib
Option 2: Pre-compiled Wheels 1. Download the appropriate wheel for your Python version from: - cgohlke/talib-build releases - Choose the file matching your Python version (e.g., TA_Lib-0.4.28-cp312-cp312-win_amd64.whl for Python 3.12 64-bit) 2. Install using pip:
pip install path/to/downloaded/TA_Lib-X.X.X-cpXXX-cpXXX-win_amd64.whl
Option 3: Alternative Pre-compiled Package
pip install TA-Lib-Precompiled
Option 4: Build from Source (Advanced) If other methods fail, you can build from source: 1. Install Microsoft C++ Build Tools 2. Download and extract ta-lib C library to C:\ta-lib 3. Build using Visual Studio tools 4. Run pip install ta-lib
Verification: Test your installation:
python -c "import talib; print(talib.__version__)"
```bash
uv sync
```bash
python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate pip install -e .
uvx ty check . # Run ty directly without installing ```
For containerized deployment:
```bash
docker build -t maverick_mcp . docker run -p 8003:8003 --env-file .env maverick_mcp
docker-compose up -d ```
Note: The Dockerfile uses uv for fast dependency installation and smaller image sizes.
Once connected to Claude Desktop, you can use natural language to run backtests:
"Run a backtest on AAPL using the momentum strategy for the last 6 months"
"Compare the performance of mean reversion vs trend following strategies on SPY"
"Optimize the RSI strategy parameters for TSLA with walk-forward analysis"
"Show me the Sharpe ratio and maximum drawdown for a portfolio of tech stocks using the adaptive ML strategy"
"Generate a detailed backtest report for the ensemble strategy on the S&P 500 sectors"
"Show me the RSI and MACD analysis for NVDA"
"Identify support and resistance levels for MSFT"
"Get full technical analysis for the top 5 momentum stocks"
"Add 10 shares of AAPL I bought at $150.50"
"Show me my portfolio with current prices"
"Compare my portfolio holdings" # No tickers needed!
"Analyze correlation in my portfolio" # Auto-detects your positions
"Remove 5 shares of MSFT"
"Optimize a portfolio of AAPL, GOOGL, MSFT, and AMZN for maximum Sharpe ratio"
"Calculate the correlation matrix for my tech portfolio"
"Analyze the risk-adjusted returns for energy sector stocks"
Test the comprehensive research capabilities and parallel processing improvements with these examples:
cp .env.example .env
cp .env.example .env
Configure MaverickMCP via .env file or environment variables:
Essential Settings:
REDIS_HOST, REDIS_PORT - Redis cache (optional, defaults to localhost:6379)DATABASE_URL - PostgreSQL connection or sqlite:///maverick_mcp.db for SQLite (default)LOG_LEVEL - Logging verbosity (INFO, DEBUG, ERROR)Required API Keys:
TIINGO_API_KEY - Stock data provider (free tier available at tiingo.com)Optional API Keys:
OPENROUTER_API_KEY - Strongly Recommended for Research: Access to 400+ AI models with intelligent cost optimization (40-60% cost savings)EXA_API_KEY - Recommended for Research: Web search capabilities for comprehensive researchOPENAI_API_KEY - Direct OpenAI access (fallback)ANTHROPIC_API_KEY - Direct Anthropic access (fallback)FRED_API_KEY - Federal Reserve economic dataTAVILY_API_KEY - Alternative web search providerADANOS_API_KEY - Optional Adanos Market Sentiment API access for stock sentiment from Reddit, X / FinTwit, News, and Polymarket (docs)ADANOS_API_BASE_URL - Optional Adanos API base URL override; defaults to https://api.adanos.orgWhen configured, use the data_get_adanos_market_sentiment MCP tool for ticker-level sentiment (ticker="AAPL") or market-wide sentiment (ticker=null). Optional sources values are reddit, x, news, and polymarket.
Performance:
CACHE_ENABLED=true - Enable Redis cachingCACHE_TTL_SECONDS=3600 - Cache durationcp .env.example .env
```
uv run python tools/hot_reload.py - Auto-restart on changes./tools/fast_dev.sh - < 3 second startupuv run python tools/quick_test.py --test stock - Test specific featurestools/experiments/ for auto-execution
#### Option 2: Using pip (Traditional)
bash
```
make dev # Start everything
make stop # Stop services
make tail-log # Follow server logs
make test # Run tests quickly
make experiment # Test custom analysis scripts
pip install uv ```
./scripts/start-backend.sh --dev # Script-based startup ./tools/fast_dev.sh # Ultra-fast startup (< 3 seconds) uv run python tools/hot_reload.py # Auto-restart on file changes
pytest # Unit tests only pytest --cov=maverick_mcp # With coverage pytest -m "" # All tests (requires PostgreSQL/Redis) ```
ruff check . # Linting ruff format . # Formatting ty check . # Type checking
MaverickMCP是一个开源的MCP工具,基于Python开发,帮助个人进行股票分析。虽然其功能还不够完善,但其开源性和社区支持值得肯定。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:开源MCP工具:MaverickMCP 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | maverick-mcp |
| Topics | mcpanthropicartificial-intelligenceclaudeequitiesfastmcppython |
| GitHub | https://github.com/wshobson/maverick-mcp |
| License | MIT |
| 语言 | Python |
收录时间:2026-05-25 · 更新时间:2026-05-25 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端