MCP.so
登录

Financial Modeling Prep MCP (Model Context Protocol)

@imbenrabi

关于 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.

基本信息

分类

金融与商务

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

imbenrabi

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

金融与商务 分类下的更多 MCP 服务器