MCP.so
登录

Huntress API MCP Server

@MCP-Mirror

关于 Huntress API MCP Server

Mirror of

基本信息

分类

开发工具

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

开发工具 分类下的更多 MCP 服务器