PluginBench
MCP Server

io.github.houtini-ai/fmp MCP Server

io.github.houtini-ai/fmp

What is the io.github.houtini-ai/fmp MCP server?

Access financial data and market information via Financial Modeling Prep API

How to install io.github.houtini-ai/fmp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FMP_API_KEY
    required
    secret

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

Claude Desktop
~/Library/Application Support/Claude/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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "fmp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/fmp-mcp"
      ],
      "env": {
        "FMP_API_KEY": "<YOUR_FMP_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "fmp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@houtini/fmp-mcp"
      ],
      "env": {
        "FMP_API_KEY": "<YOUR_FMP_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add fmp --env FMP_API_KEY=<YOUR_FMP_API_KEY> -- npx -y @houtini/fmp-mcp

Related MCP servers

Multi-URL comparative content analysis with topical gap detection

View repository →

Model Context Protocol server for Google Gemini AI with chat, research, and grounding

View repository →

AI search optimization analysis with actionable findings and gap analysis

View repository →

Search Google's Knowledge Graph for structured information about real-world entities

View repository →

Crawl and analyse websites for SEO errors using Crawlee with SQLite storage

View repository →