maverick-mcp
by wshobson·★ 549·综合分 53
一个全面的MCP服务器,提供金融分析、技术指标和投资组合优化功能。
概述
MaverickMCP是一个FastMCP 2.0服务器,提供专业级金融数据分析工具,可以直接集成到Claude Desktop中。它包含29+个金融工具,涵盖技术指标、股票筛选和投资组合优化功能,预装了520只标普500股票数据。服务器支持HTTP/SSE/STDIO传输选项,采用Redis智能缓存,适合个人交易者和投资者使用,无需复杂的身份验证或计费流程。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您是个人交易者或投资者,希望在 Claude Desktop 中直接使用专业级股票分析工具,并需要标普 500 覆盖和技术指标,请选择 MaverickMCP。
什么时候不要选它
如果您需要低延迟的实时数据,或需要分析标普 500 以外的股票,请避免使用此服务器,因为它依赖 Tiingo API 可能有速率限制。
此 server 暴露的工具
从 README 抽取出 12 个工具backtest_strategyRun backtests on trading strategies with performance metrics
technical_analysisGenerate technical indicators and analysis for stocks
screen_stocksScreen stocks based on various financial criteria
portfolio_analysisAnalyze portfolio performance and correlations
market_moversGet top market gainers and losers
get_earningsRetrieve earnings information for stocks
optimize_portfolioOptimize portfolio allocation based on risk and returns
sector_analysisAnalyze performance across different market sectors
economic_dataRetrieve economic indicators and Federal Reserve data
research_stockPerform comprehensive research on stocks using AI
get_stock_dataRetrieve historical and real-time stock price data
generate_reportGenerate detailed analysis reports for stocks or strategies
可对比工具
安装
安装
**先决条件:**
- Python 3.12+
- uv(推荐)或pip
- TA-Lib(用于技术分析)
- 可选:Redis用于缓存,PostgreSQL/SQLite用于持久化
**快速开始:**
# 克隆并使用uv安装
uv sync
cp .env.example .env
# 添加Tiingo API密钥到.env
# 启动服务器
make dev**Claude Desktop配置:**
{
"mcpServers": {
"maverick-mcp": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://localhost:8003/sse/"]
}
}
}FAQ
- 我需要什么API密钥?
- 您需要tiingo.com提供的免费Tiingo API密钥来获取股票数据。
- 我可以在其他MCP客户端上使用它吗?
- 是的,它支持HTTP、SSE和STDIO传输,可以与Claude Desktop、Cursor、Windsurf等各种MCP客户端兼容。
maverick-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。