Financial Modeling Prep MCP ServerServer

shadi-fsai
GitHub
financeMCPAI integration

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides access to Financial Modeling Prep (FMP) API data through a standardized interface. This server allows AI assistants like Claude to access financial data programmatically, including company profiles, financial statements, metrics, and SEC filings.

📝 JSON Entries

{
  "mcpServers": [
    {
      "fmp_mcp_server": {
        "env": {
          "FMP_KEY": "your_api_key_here",
          "SEC_ACCESS": "YourCompanyName YourEmail@example.com"
        },
        "args": [
          "--directory",
          "REPLACE ME WITH ABSOLUTE DIRECTORY TO REPO",
          "run",
          "fmp_mcp_server.py"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

PythonUV package manager

Features

  • Access company profiles
  • Retrieve financial statements
  • Get key metrics and ratios
  • Access analyst data and recommendations
  • Retrieve SEC filings
  • Get earnings transcripts
  • Access current market data
  • Find competitors

💬 Example Queries

  • I am considering a 3 year horizon investment, is Apple a good investment?
  • Show me Tesla's latest quarterly income statement
  • Find the latest 10-K filing for Microsoft
  • What are Amazon's main competitors?
  • Get the latest earnings transcript for Meta