Huntress API MCP Server
@MCP-Mirror
About Huntress API MCP Server
Mirror of
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Huntress API MCP Server?
The Huntress API MCP Server is a Model Context Protocol server that provides tools for interacting with the Huntress API. It enables programmatic access to Huntress functionality including account management, organization management, agent management, incident reports, summary reports, and billing reports. It is designed for developers and security teams using Huntress.
How to use Huntress API MCP Server?
Clone the repository, install dependencies with npm install, create a .env file with your Huntress API key and secret, then build the server with npm run build. Configure it in your MCP settings by adding a huntress entry with the command node, the path to the built index.js, and the required environment variables.
Key features of Huntress API MCP Server
- Account information retrieval
- Organization management
- Agent management and monitoring
- Incident report access
- Summary and billing report generation
- Built‑in rate limiting (60 requests/minute)
Use cases of Huntress API MCP Server
- Retrieve account and organization details for auditing.
- Monitor and manage agents across your Huntress environment.
- Access incident reports for threat analysis and investigation.
- Generate summary reports for security reviews.
- Obtain billing reports for financial tracking.
FAQ from Huntress API MCP Server
What is the rate limit for API requests?
The server enforces Huntress’s rate limit of 60 requests per minute on a sliding window—no more than 60 requests within any 60‑second period.
How do I obtain Huntress API credentials?
Obtain your API Key and API Secret Key from your Huntress account at <your_account_subdomain>.huntress.io under API Credentials.
What tools are available in the server?
Tools include get_account_info, list_organizations, get_organization, list_agents, get_agent, list_incident_reports, get_incident_report, list_summary_reports, get_summary_report, list_billing_reports, and get_billing_report.
What runtime and dependencies are required?
The server requires Node.js and uses npm for dependency management. It is built with TypeScript and compiled to JavaScript.
How does the server handle errors?
It handles invalid API credentials, rate limit exceeded, invalid request parameters, and API response errors with appropriate error messages.
Frequently asked questions
What is the rate limit for API requests?
The server enforces Huntress’s rate limit of 60 requests per minute on a sliding window—no more than 60 requests within any 60‑second period.
How do I obtain Huntress API credentials?
Obtain your API Key and API Secret Key from your Huntress account at `<your_account_subdomain>.huntress.io` under API Credentials.
What tools are available in the server?
Tools include `get_account_info`, `list_organizations`, `get_organization`, `list_agents`, `get_agent`, `list_incident_reports`, `get_incident_report`, `list_summary_reports`, `get_summary_report`, `list_billing_reports`, and `get_billing_report`.
What runtime and dependencies are required?
The server requires Node.js and uses npm for dependency management. It is built with TypeScript and compiled to JavaScript.
How does the server handle errors?
It handles invalid API credentials, rate limit exceeded, invalid request parameters, and API response errors with appropriate error messages.
Basic information
More Developer Tools MCP servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Vibgrate MCP
VibgrateQuery your team's drift, vulnerability, and migration data from any AI assistant. Vibgrate MCP connects Cursor, Claude, ChatGPT, Windsurf, or VS Code to Vibgrate Cloud: 51 tools for DriftScores, CVEs and EOL runtimes, up
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Comments