Huntress-MCP-Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HUNTRESS_API_KEY | Yes | Your Huntress API Key | |
HUNTRESS_API_SECRET | Yes | Your Huntress API Secret Key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |