fmp-mcp-server MCP Server
MCP server with Financial Modeling Prep API integration for advanced financial analysis, created specifically for investment banking analysts and M&A professionals.
Get this MCP server
MCP server with Financial Modeling Prep API integration for advanced financial analysis, created specifically for investment banking analysts and M&A professionals.
Installation
NPM Global
npm install -g @vipbat/fmp-mcp-server
Python Dependencies
pip install mcp fastmcp httpx
Configuration
Claude Desktop
{
"mcpServers": {
"fmp": {
"command": "npx",
"args": ["@vipbat/fmp-mcp-server"],
"env": {
"FMP_API_KEY": "your-fmp-api-key-here"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
get_company_profile |
Retrieves comprehensive company information, including sector, industry, market capitalization, and description |
get_income_statements |
Extracts income statements with revenue, expense, and profit metrics |
get_balance_sheets |
Retrieves balance sheet data, including assets, liabilities, and equity |
get_cash_flow_statements |
Provides cash flow statements showing operating, investing, and financing activities |
get_ratios |
Retrieves financial ratios, including P/E, P/B, ROE, ROA, and others |
get_enterprise_value |
Retrieves enterprise value calculations and related metrics |
search_companies_by_name |
Search companies by name to find ticker symbols |
Capabilities
- Company Profiles - Retrieve detailed company information, including sector, industry, and descriptions
- Financial Statements - Access income statements, balance sheets, and cash flow statements
- Financial Ratios - Extract key metrics such as P/E ratio, ROE, ROA, and others
- Enterprise Value - Retrieve enterprise value calculations and multiples
- Company Search - Search companies by name to find ticker symbols
- M&A Analysis - Perform comparative company analysis and sector valuations
Environment Variables
Required
FMP_API_KEY- Financial Modeling Prep API key for accessing financial data
Usage Examples
What is Apple's current P/E ratio?
Show Microsoft's income statements for the last 3 years
Compare EV/EBITDA multiples of major technology companies
Analyze whether company X is undervalued compared to competitors in the sector
What is Tesla's enterprise value?
Notes
Requires Python 3.8+ and Node.js 14+. Get the FMP API key at financialmodelingprep.com/developer. Demo video is available at https://www.youtube.com/watch?v=XhygZz1kW_E