Odel
fmp mcp

fmp mcp

Local
@houtini-ai2JavaScriptMITUpdated 3w ago

Access financial data and market information via Financial Modeling Prep API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@houtini/fmp-mcpv1.1.8

Run

npx -y @houtini/fmp-mcp

MCP client config

{
  "mcpServers": {
    "fmp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/fmp-mcp"
      ]
    }
  }
}