Skip to content

Firehydrant

Free

by MCP Community

Model Context Protocol (MCP) Server for the *FireHydrant* API.

v0.0.4Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Firehydrant MCP Server

Model Context Protocol (MCP) Server for the FireHydrant API.

Installation

npx -y firehydrant-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y firehydrant-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "firehydrant": {
      "command": "npx",
      "args": ["-y", "firehydrant-mcp"]
    }
  }
}