Huntress-MCP-Server
MCP server for Huntress API integration
DynamicEndpoints
Tools
get_account_info
Get information about the current account
list_organizations
List organizations in the account
get_organization
Get details of a specific organization
list_agents
List agents in the account
get_agent
Get details of a specific agent
list_incident_reports
List incident reports
get_incident_report
Get details of a specific incident report
list_summary_reports
List summary reports
get_summary_report
Get details of a specific summary report
list_billing_reports
List billing reports
get_billing_report
Get details of a specific billing report
README
Huntress API MCP Server
A Model Context Protocol (MCP) server that provides tools for interacting with the Huntress API. This server enables programmatic access to Huntress functionality including account management, organization management, agent management, incident reports, and more.
<a href="https://glama.ai/mcp/servers/hry99k6xc2"><img width="380" height="200" src="https://glama.ai/mcp/servers/hry99k6xc2/badge" alt="Huntress-MCP-Server MCP server" /></a>
Features
- Account information retrieval
- Organization management
- Agent management and monitoring
- Incident report access
- Summary report generation
- Billing report access
- Built-in rate limiting (60 requests per minute)
- Error handling and response formatting
Installation
Installing via Smithery
To install Huntress API MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install huntress-mcp-server --client claude
Manual Installation
- Clone the repository
- Install dependencies:
npm install
- Create a
.envfile based on.env.example:
HUNTRESS_API_KEY=your_api_key_here
HUNTRESS_API_SECRET=your_api_secret_here
- Build the server:
npm run build
Available Tools
Account Management
get_account_info: Get information about the current account
Organization Management
list_organizations: List organizations in the accountget_organization: Get details of a specific organization
Agent Management
list_agents: List agents in the accountget_agent: Get details of a specific agent
Incident Reports
list_incident_reports: List incident reportsget_incident_report: Get details of a specific incident report
Summary Reports
list_summary_reports: List summary reportsget_summary_report: Get details of a specific summary report
Billing Reports
list_billing_reports: List billing reportsget_billing_report: Get details of a specific billing report
Configuration
The server requires the following environment variables:
HUNTRESS_API_KEY: Your Huntress API KeyHUNTRESS_API_SECRET: Your Huntress API Secret Key
These can be obtained from your Huntress account at <your_account_subdomain>.huntress.io under API Credentials.
Usage with MCP
Add the following configuration to your MCP settings:
{
"mcpServers": {
"huntress": {
"command": "node",
"args": ["path/to/huntress-server/build/index.js"],
"env": {
"HUNTRESS_API_KEY": "your_api_key_here",
"HUNTRESS_API_SECRET": "your_api_secret_here"
}
}
}
}
Rate Limiting
The server implements Huntress API's rate limiting of 60 requests per minute on a sliding window. This means:
- No more than 60 requests can be made within any 60-second period
- The window slides, so if request 1 is made at T0 and request 60 at T30, request 61 must wait until T60
Error Handling
The server handles various error scenarios:
- Invalid API credentials
- Rate limit exceeded
- Invalid request parameters
- API response errors
License
MIT License - See LICENSE file for details
Recommended Servers
VirusTotal MCP Server
A MCP server for querying the VirusTotal API. This server provides tools for scanning URLs, analyzing file hashes, and retrieving IP address reports.
mcp-shodan
MCP server for querying the Shodan API and Shodan CVEDB. This server provides tools for IP lookups, device searches, DNS lookups, vulnerability queries, CPE lookups, and more.
Azure MCP Server
Enables natural language interaction with Azure services through Claude Desktop, supporting resource management, subscription handling, and tenant selection with secure authentication.
Story SDK MCP Server
This server provides MCP (Model Context Protocol) tools for interacting with Story's Python SDK. Features Get license terms Mint and register IP Asset with PIL Terms Mint license tokens Send $IP to a wallet Upload image to ipfs via Pinata [External] Upload ip and nft metadata via Pinata [External]
MCP EVM Signer
A server that securely manages Ethereum private keys locally and enables Claude for Desktop to interact with EVM-compatible blockchains through Infura.
Cryptocurrency Daemon MCP Server
Enables secure interactions with cryptocurrency daemon RPC interfaces through AI assistants, supporting transaction management, wallet operations, and daemon monitoring for Bitcoin-derived cryptocurrencies.
Semgrep MCP Server
Enables integration of Semgrep in development environments via the MCP protocol, supporting static code analysis, rule management, and scan result operations.
MCP NMAP Server
Enables AI assistants to perform network scanning operations using NMAP, offering a standardized interface for network analysis and security assessments through AI conversations.
MCP Command Server
A secure server that allows LLM applications like Claude to execute whitelisted system commands with user confirmation and comprehensive security features.
MCP Server Replicate
A FastMCP server implementation that facilitates resource-based access to AI model inference, focusing on image generation through the Replicate API, with features like real-time updates, webhook integration, and secure API key management.