MCP Catalogs
Home

Financial-Modeling-Prep-MCP-Server

by imbenrabi·131·Score 50

MCP server providing 250+ financial data tools for stocks, crypto, economics, and market analysis.

financedeveloper-toolsai-llm
49
Forks
2
Open issues
this month
Last commit
2d ago
Indexed

Overview

The Financial Modeling Prep MCP server implements the Model Context Protocol to expose 250+ financial tools across 24 categories including stocks, ETFs, crypto, forex, commodities, and economic data. It supports three operational modes: dynamic (meta-tools for on-demand loading), static (pre-selected toolsets), and all tools (default). The server can be used via a hosted instance or self-hosted through npm, Docker, or source code, with HTTP/SSE transport compatibility for Claude.ai and other MCP clients.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Financial analysts researching stocks and market trends
you:Investors tracking portfolio performance and company fundamentals
you:AI assistants providing real-time financial information and analysis
you:Economic researchers accessing macroeconomic indicators and market data
you:What financial data categories are available?
you:Do I need an API key from Financial Modeling Prep?

When to choose this

Choose this server when you need comprehensive financial data for AI applications, especially if you're already using the Financial Modeling Prep API or want to access 250+ financial tools through MCP.

When NOT to choose this

Avoid if you need write access to financial data (this is read-only only) or if you're concerned about single-vendor lock-in to the Financial Modeling Prep service.

Tools this server exposes

12 tools extracted from the README
  • search

    Search for companies, ETFs, mutual funds, and other financial instruments

  • company_profile

    Get detailed company information including description, CEO, sector, and industry

  • financial_statements

    Access company financial statements including balance sheet, income statement, and cash flow

  • company_key_metrics

    Retrieve key financial metrics and ratios for a company

  • historical_price

    Get historical stock price data for a company

  • company_news

    Fetch the latest news and press releases for a company

  • earnings_transcript

    Access earnings call transcripts for a company

  • analyst_price_targets

    Get analyst price targets and ratings for a stock

  • company_earnings

    Retrieve quarterly and annual earnings data for a company

  • dividend_history

    Get historical dividend payment information for a stock

  • technical_indicators

    Calculate technical indicators for stock price analysis

  • market_indexes

    Get data on major market indexes and their performance

Note: Tool names and categories were extracted from the documentation but specific function signatures are not provided in the README. The server claims to expose 250+ tools across 24 categories, but only category names are listed, not individual

Comparable tools

polygon-financial-mcpalphavantage-mcptwelve-data-mcpyahoo-finance-mcp

Installation

Installation

Hosted Instance (Fastest)

No installation required. Connect directly:

https://financial-modeling-prep-mcp-server-production.up.railway.app/mcp

Provide your FMP_ACCESS_TOKEN in session configuration.

Self-Hosted (One-Liner)

npx financial-modeling-prep-mcp-server --fmp-token=YOUR_FMP_API_KEY

Claude Desktop Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "financial-modeling-prep": {
      "command": "npx",
      "args": ["financial-modeling-prep-mcp-server", "--fmp-token=YOUR_FMP_API_KEY"]
    }
  }
}

FAQ

What financial data categories are available?
The server provides tools across 24 categories including stocks, ETFs, crypto, forex, commodities, economics, financial statements, technical indicators, market indexes, news, SEC filings, and more.
Do I need an API key from Financial Modeling Prep?
Yes, you need a free or paid API key from financialmodelingprep.com to use this MCP server. You provide this key via the --fmp-token parameter or FMP_ACCESS_TOKEN environment variable.

Compare Financial-Modeling-Prep-MCP-Server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.