Huntertech.io Vendor Insights
Official3 toolsby huntertech
AI-ready vendor incident status with public active incidents and plan-scoped history.
Track vendor incident status with public active incidents and history.
Captured live from the server via tools/list.
list_monitored_vendors
List monitored SaaS and infrastructure vendors with public incident status data, including SolarWinds, Zscaler, Cloudflare, and others.
No parameters.
get_vendor_incidents
Get vendor incident and outage status for one monitored vendor (for example solarwinds, zscaler, cloudflare). Anonymous calls return only ongoing or monitoring incidents. Authenticated calls can request resolved history within the user plan window.
Parameters (4)
- vendorstringrequired
Vendor ID, for example zscaler, cloudflare, github, openai.
- limitinteger
Maximum incidents to return. Anonymous maximum is 5.
- includeResolvedboolean
Include resolved incidents when authenticated.
- timePeriodstring
Authenticated history window such as 7d, 30d, 90d, or all when allowed by plan.
get_all_vendor_incidents
Get active vendor incidents and outages across all monitored vendors. Anonymous calls return only ongoing or monitoring incidents.
Parameters (3)
- limitinteger
Maximum incidents to return. Anonymous maximum is 5.
- includeResolvedboolean
Include resolved incidents when authenticated.
- timePeriodstring
Authenticated history window such as 7d, 30d, 90d, or all when allowed by plan.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://www.huntertech.io/api/v1/mcpclaude_desktop_config.json
{
"mcpServers": {
"vendor-insights": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.huntertech.io/api/v1/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.