FireHydrant MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FireHydrant MCP Servercreate a new incident for the database outage"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FireHydrant MCP Server
Model Context Protocol (MCP) Server for the FireHydrant API.
Summary
FireHydrant MCP Server: An MCP server for interacting with FireHydrant's API.
Related MCP server: Hubspot Universal MCP Server
Table of Contents
Installation
Install the MCP server as a Desktop Extension using the pre-built mcp-server.mcpb file:
Simply drag and drop the mcp-server.mcpb file onto Claude Desktop to install the extension.
The MCP bundle package includes the MCP server and all necessary configuration. Once installed, the server will be available without additional setup.
MCP bundles provide a streamlined way to package and distribute MCP servers. Learn more aboutDesktop Extensions.
Or manually:
Open Cursor Settings
Select Tools and Integrations
Select New MCP Server
If the configuration file is empty paste the following JSON into the MCP Server Configuration:
{
"mcpServers": {
"FireHydrant": {
"command": "npx",
"args": [
"firehydrant-mcp",
"start",
"--api-key",
"..."
]
}
}
}claude mcp add firehydrant-mcp npx firehydrant-mcp start -- --api-key ...Refer to Official Windsurf documentation for latest information
Open Windsurf Settings
Select Cascade on left side menu
Click on
Manage MCPs. (To Manage MCPs you should be signed in with a Windsurf Account)Click on
View raw configto open up the mcp configuration file.If the configuration file is empty paste the full json
{
"mcpServers": {
"FireHydrant": {
"command": "npx",
"args": [
"firehydrant-mcp",
"start",
"--api-key",
"..."
]
}
}
}Refer to Official VS Code documentation for latest information
Open Command Palette
Search and open
MCP: Open User Configuration. This should open mcp.json fileIf the configuration file is empty paste the full json
{
"mcpServers": {
"FireHydrant": {
"command": "npx",
"args": [
"firehydrant-mcp",
"start",
"--api-key",
"..."
]
}
}
}You need to do the following
Open claude Desktop
Open left hand side pane, then click on your Username
Go to
SettingsGo to
Developertab (on the left hand side)Click on
Edit ConfigPaste the following config in the configuration
{
"mcpServers": {
"FireHydrant": {
"command": "npx",
"args": [
"firehydrant-mcp",
"start",
"--api-key",
"..."
]
}
}
}npx firehydrant-mcp start --api-key ...For a full list of server arguments, run:
npx firehydrant-mcp --helpDevelopment
Contributions
While we value contributions to this MCP Server, the code is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation. We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
MCP Server Created by Speakeasy
This server cannot be deployed
Maintenance
Related MCP Connectors
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Model Context Protocol server for Studex tools, notifications, and profile integrations
Read incidents, services, teams, on-call schedules; acknowledge, resolve and note incidents.
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.7833MIT
- AlicenseNot gradedqualityFmaintenanceEnables interacting with Hubspot tools and services through a unified API and the Model Context Protocol.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Linear workspace through the Model Context Protocol, supporting issue management, project cycles, teams, and global search.1,213MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Hashnode's tools and services through a unified API using the Model Context Protocol.1MIT