A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vipbat/fmp-mcp-server below:

GitHub - vipbat/fmp-mcp-server

An MCP (Model Context Protocol) server that provides Financial Modeling Prep API integration for Claude Desktop. Built specifically for Investment Banking Analysts and M&A professionals to perform sophisticated financial analysis using natural language.

**##Demo video link ** https://www.youtube.com/watch?v=XhygZz1kW_E

  1. Install the package globally:
npm install -g @vipbat/fmp-mcp-server
  1. Install Python dependencies:
pip install mcp fastmcp httpx

Add the server to your Claude Desktop configuration:

Edit %APPDATA%\Claude\claude_desktop_config.json

Edit ~/Library/Application Support/Claude/claude_desktop_config.json

Add the following to the mcpServers section:

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

Once configured, restart Claude Desktop. You can then ask Claude to:

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

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

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

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

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

Gets enterprise value calculations and related metrics.

Searches for companies by name to find ticker symbols.

"Analyze whether Salesforce's acquisition of Slack was overvalued based on comparable SaaS company multiples"

"Compare the median EV/EBITDA ratios in the cybersecurity sector and identify which companies are trading below sector median"

"Evaluate Microsoft's financial health using key ratios and cash flow trends"

"FMP_API_KEY environment variable is not set"

Make sure you've added your FMP API key to the Claude Desktop configuration file.

Ensure Python 3.8+ is installed and available in your system PATH.

Check that all Python dependencies are installed:

pip install mcp fastmcp httpx

Issues and pull requests are welcome at github.com/vipbat/fmp-mcp-server

MIT License - see LICENSE file for details

Built for the MCP (Model Context Protocol) ecosystem by Anthropic.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4