Skip to content
Grok

Financial Modeling Prep (fmpsdk) for Grok

io.github.daxm/fmpsdk-mcp

Financial Modeling Prep API as MCP tools — quotes, statements, prices, and ~240 endpoints.

client:Grok transport:stdio runtime:pypi

Install Financial Modeling Prep (fmpsdk) in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fmpsdk-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fmpsdk-mcp"
      ],
      "env": {
        "FMP_API_KEY": "<FMP_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Financial Modeling Prep (fmpsdk) in other clients