LogoSTMCP
Download
fmp-mcp-server

FMP MCP Server

An MCP server providing Financial Modeling Prep API integration for Claude Desktop, enabling investment banking and M&A professionals to perform sophisticated financial analysis using natural language queries.

Tools

1. get_company_profile

Fetches comprehensive company information including sector, industry, market cap, and description.

2. get_income_statements

Retrieves income statements with revenue, expenses, and profit metrics.

3. get_balance_sheets

Gets balance sheet data including assets, liabilities, and equity.

4. get_cash_flow_statements

Accesses cash flow statements showing operating, investing, and financing activities.

5. get_ratios

Retrieves financial ratios including P/E, P/B, ROE, ROA, and more.

6. get_enterprise_value

Gets enterprise value calculations and related metrics.

7. search_companies_by_name

Searches for companies by name to find ticker symbols.

Open Graph image for FMP MCP Server

JSON Config

{
  "mcpServers": {
    "fmp": {
      "command": "npx",
      "args": ["@vipbat/fmp-mcp-server"],
      "env": {
        "FMP_API_KEY": "your-fmp-api-key-here"
      }
    }
  }
}

Useful Links

Information

  • Author@vipbat
  • Published date2025/09/21