1. Conduid
  2. AI
  3. Financial Modeling Prep MCP Server
MCP server · AI

Financial Modeling Prep MCP Server

Model Context Protocol server for Financial Modeling Prep (FMP) API, exposing 250+ tools for financial data, market insights, and analysis.

82Excellent

Scored a month ago · breakdown

About Financial Modeling Prep MCP Server

Financial Modeling Prep MCP Server is an MCP server published by imbenrabi in the AI category: model Context Protocol server for Financial Modeling Prep (FMP) API, exposing 250+ tools for financial data, market insights, and analysis. It has been installed 0 times through Conduid.

The repository has 120 stars and 46 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx financial-modeling-prep-mcp-server
Claude Code
claude mcp add financial-modeling-prep-mcp-server -- npx -y @iflow-mcp/financial-modeling-prep-mcp-server
npx
npx -y @iflow-mcp/financial-modeling-prep-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Financial Modeling Prep MCP Server

Powered by Claude · Grounded in docs

I know everything about Financial Modeling Prep MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v2.6.12Release v2.6.12 · 2 Jul 2026Release v2.6.12 This release has been automatically published to: NPM Registry: `npm install financial-modeling-prep-mcp-server@2.6.12` MCP Registry: Available at…
v2.6.11Release v2.6.11 · 26 Jun 2026Release v2.6.11 This release has been automatically published to: NPM Registry: `npm install financial-modeling-prep-mcp-server@2.6.11` MCP Registry: Available at…
v2.6.10Release v2.6.10 · 2 May 2026Release v2.6.10 This release has been automatically published to: NPM Registry: `npm install financial-modeling-prep-mcp-server@2.6.10` MCP Registry: Available at…
v2.6.9Release v2.6.9 · 24 Apr 2026Release v2.6.9 This release has been automatically published to: NPM Registry: `npm install financial-modeling-prep-mcp-server@2.6.9` MCP Registry: Available at…
v2.6.8Release v2.6.8 · 3 Feb 2026Release v2.6.8 This release has been automatically published to: NPM Registry: `npm install financial-modeling-prep-mcp-server@2.6.8` MCP Registry: Available at…

README

Financial Modeling Prep MCP Server

npm version license

A Model Context Protocol (MCP) server for the Financial Modeling Prep API, exposing 250+ financial data tools to AI assistants.

Features

  • 250+ Financial Tools across 24 categories — stocks, ETFs, crypto, forex, commodities, economics, and more
  • Dynamic Tool Management — built on toolception for runtime enable/disable of toolsets via meta-tools
  • Three Server Modes — Dynamic (meta-tools), Static (pre-loaded toolsets), or All Tools (default)
  • Flexible Deployment — use the hosted instance or self-host via npm, Docker, or source
  • HTTP/SSE Transport — compatible with Claude.ai, Claude Desktop, and MCP registries

Quick Start

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 and start using 5 meta-tools to load toolsets on demand.

Self-Hosted (One-Liner)

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

Or install globally:

npm install -g financial-modeling-prep-mcp-server
fmp-mcp --fmp-token=YOUR_FMP_API_KEY

Get your API key at financialmodelingprep.com.

Table of Contents

Installation

Prerequisites: Node.js 25.3.0 or higher (for v2.6.0+). For older versions (v2.5.x and below), Node.js 20+ is required.

Choose the method that fits your workflow:

  • NPMnpm install -g financial-modeling-prep-mcp-server
  • Docker — build from source or pull a pre-built image
  • Source — clone and run with npm install && npm run build

See docs/INSTALLATION.md for detailed steps per method.

Configuration

The server supports three operational modes controlled via CLI arguments, environment variables, or session configuration:

Mode How to Enable Description
Dynamic DYNAMIC_TOOL_DISCOVERY=true Starts with 5 meta-tools; load toolsets at runtime
Static FMP_TOOL_SETS=search,company Pre-loads specified toolsets on session creation
All Tools (default) (default) Loads all 250+ tools immediately

Precedence: CLI args > Environment variables > Session config > Defaults.

See docs/CONFIGURATION.md for the full configuration reference.

Usage

Connect to the server via HTTP/SSE transport:

  • Claude.ai / Claude Desktop — add as a remote connector (Settings > Connectors)
  • Custom clients — POST to /mcp with mcp-client-id header
  • MCP registries — Smithery.ai, Glama.ai, and others

See docs/USAGE.md for client-specific setup, session headers, and request examples.

Available Tools

24 categories covering:

Search · Directory & Symbol Lists · Company Information · Financial Statements · Financial Metrics & Analysis · Technical Indicators · Quotes & Price Data · Market Indexes & Performance · Market Data · News & Press Releases · SEC Filings · Insider & Institutional Trading · ETFs & Funds · Government Trading · Cryptocurrency & Forex · Earnings · Special Data Sets · Commodities · Economics · Bulk Data Tools

See docs/API_REFERENCE.md for the complete tool catalog.

Registries

This server is listed on multiple MCP registries for easy discovery:

See docs/REGISTRIES.md for registry-specific setup instructions.

Contributing

Contributions are welcome. Please see CONTRIBUTING.md for development setup, testing, and pull request guidelines.

License

Apache-2.0

README mirrored from the source repository a month ago. The original is authoritative.

Questions

About Financial Modeling Prep MCP Server

How do I install Financial Modeling Prep MCP Server?

Run npx financial-modeling-prep-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Financial Modeling Prep MCP Server safe to use with an AI agent?

Its trust score is 82 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Financial Modeling Prep MCP Server still maintained?

Yes — the latest release is v2.6.12 (2 Jul 2026), and the last commit was 6 months ago. The repository has 120 stars and 0 open issues.