MCP.so
Sign In

Financial Modeling Prep MCP (Model Context Protocol)

@imbenrabi

About Financial Modeling Prep MCP (Model Context Protocol)

A Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI assistants to access and analyze financial data, stock information, company fundamentals, and market insights.

Basic information

Category

Finance & Commerce

License

Apache-2.0

Runtime

node

Transports

stdio

Publisher

imbenrabi

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Financial Modeling Prep MCP?

A Model Context Protocol (MCP) server that connects AI assistants to the Financial Modeling Prep API, exposing over 250 financial data tools. It serves developers and financial analysts who need programmatic access to stocks, ETFs, crypto, forex, commodities, economics, and more.

How to use Financial Modeling Prep MCP?

Use the hosted instance at https://financial-modeling-prep-mcp-server-production.up.railway.app/mcp and provide your FMP_ACCESS_TOKEN. Alternatively, self-host with one command: npx financial-modeling-prep-mcp-server --fmp-token=YOUR_FMP_API_KEY. The server supports three modes: Dynamic (load toolsets via meta-tools), Static (pre-load specified tool sets), and All Tools (default, loads everything).

Key features of Financial Modeling Prep MCP

  • 250+ financial tools across 24 categories
  • Dynamic tool management with runtime enable/disable
  • Three server modes: Dynamic, Static, All Tools
  • HTTP/SSE transport for Claude.ai and other clients
  • Flexible deployment: hosted, npm, Docker, or source

Use cases of Financial Modeling Prep MCP

  • AI assistant providing real-time stock quotes and prices
  • Analyzing company financial statements and metrics
  • Retrieving market indexes, crypto, and forex data
  • Fetching earnings reports and SEC filings
  • Monitoring insider trading and institutional activity

FAQ from Financial Modeling Prep MCP

What runtime does the server require?

Node.js 25.3.0 or higher is required for version 2.6.0+; for older versions, Node.js 20+ works.

How do I authenticate with the server?

Provide your Financial Modeling Prep API key via the --fmp-token CLI flag, the FMP_ACCESS_TOKEN environment variable, or session configuration.

What transport protocol does the server use?

The server uses HTTP/SSE (Server-Sent Events) transport, compatible with Claude.ai, Claude Desktop, and MCP registries.

Can I control which tools are loaded?

Yes. The Dynamic mode starts with only 5 meta-tools and lets you load tool sets at runtime. Static mode pre-loads specific tool sets. All Tools mode loads all 250+ tools.

Is there a hosted version available?

Yes, a hosted instance is available at https://financial-modeling-prep-mcp-server-production.up.railway.app/mcp. You only need to provide your API key in session configuration.

Comments

More Finance & Commerce MCP servers