finance-tools-mcp: A Financial Analysis MCP Server
https://github.com/VoxLink-org/finance-tools-mcp
Overview
The finance-tools-mcp , modified from investor-agent, is a Model Context Protocol (MCP) server that provides comprehensive financial insights and analysis to Large Language Models. It leverages real-time market data, news, and advanced analytics to help users obtain:
Detailed ticker reports including company overview, news, key metrics, performance, dates, analyst recommendations, and upgrades/downgrades.
Options data highlighting high open interest.
Historical price trends for stocks.
Essential financial statements (income, balance sheet, cash flow) formatted in millions USD.
Up-to-date institutional ownership and mutual fund holdings.
Current and historical CNN Fear & Greed Index data and trend analysis.
Prompts related to core investment principles and portfolio construction strategies.
Earnings history and insider trading activity.
Breaking world news from CNBC.
FRED series search results.
Technical indicators using ta-lib-python.
Tools
get_ticker_data
get_price_history
get_financial_statements
get_earnings_history
get_ticker_news_tool
super_option_tool
get_top25_holders
get_insider_trades
get_overall_sentiment_tool
get_historical_fng_tool
analyze_fng_trend
calculate
get_current_time
get_fred_series
search_fred_series
cnbc_news_feed
social_media_feed
Server Config
{
"mcpServers": {
"finance-tools": {
"command": "uvx",
"args": [
"finance-tools-mcp"
]
}
}
}