Huntress
Quality Score
95
/100
MCP server for Huntress — accounts, organizations, agents, incidents, and reports.
§01 Install
Claude Desktop (Docker)
{
"mcpServers": {
"huntress-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/huntress-mcp:v1.2.0"
],
"env": {
"HUNTRESS_API_KEY": "<your-huntress_api_key>",
"HUNTRESS_API_SECRET": "<your-huntress_api_secret>",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}§02 Environment variables
HUNTRESS_API_KEYrequiredsecret
Huntress API key (public identifier portion of the API credential)
HUNTRESS_API_SECRETrequiredsecret
Huntress API secret
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.