Financial Analysis MCP Server
About
An MCP server for financial analysis that integrates with the Alpha Vantage and Financial Modeling Prep APIs. It provides real-time and historical stock price data along with company fundamentals such as income statements, balance sheets, and financial ratios. Designed for…
Details
- Author
- MCP-Mirror
- Downloads
- 349
- Categories
- Finance
Jump to
- Real-time and historical stock price data from Alpha Vantage
- Company overview, income statements, and balance sheets
- Cash flow statements and financial ratios
- Flexible output formats (JSON or CSV)
- Multiple time intervals and output sizes
Install dependencies with npm install, configure your API keys (ALPHA_VANTAGE_API_KEY and FMP_API_KEY) in a .env file, then build and start the server with npm run build and npm start. Two tools are available: stock_price (for price data) and company_fundamentals (for fundamentals).
Financial Analysis MCP Server
An MCP server implementation for financial analysis using Alpha Vantage and Financial Modeling Prep APIs.
Features
- Real-time and historical stock price data
- Company fundamental data including:
- Company overview
- Income statements
- Balance sheets
- Cash flow statements
- Financial ratios
Setup
1. Install dependencies:
npm install
2. Configure environment variables in .env:
ALPHA_VANTAGE_API_KEY=your_alpha_vantage_api_key_here
FMP_API_KEY=your_fmp_api_key_here
3. Build and run:
npm run build
npm start
Available Tools
stock_price
Get real-time and historical stock price data from Alpha VantageParameters:
- symbol (required): Stock ticker symbol
- interval: Time interval ('1min', '5min', '15min', '30min', '60min', 'daily')
- outputSize: Amount of data ('compact', 'full')
- dataType: Response format ('json', 'csv')
company_fundamentals
Get company fundamental data from Financial Modeling PrepParameters:
- symbol (required): Stock ticker symbol
- metrics: Array of metrics to retrieve ('overview', 'income', 'balance', 'cash', 'ratios')
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
