← Index

io.github.houtini-ai/fmp

io.github.houtini-ai/fmp·v1.1.3·Other
Quality Score
80
/100

Access financial data and market information via Financial Modeling Prep API

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fmp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/fmp-mcp"
      ],
      "env": {
        "FMP_API_KEY": "<your-fmp_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fmp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/fmp-mcp"
      ],
      "env": {
        "FMP_API_KEY": "<your-fmp_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @houtini/fmp-mcp
§02  Environment variables
FMP_API_KEY
requiredsecret

Financial Modeling Prep API key (get from https://site.financialmodelingprep.com/developer/docs)

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other