foxhound_search_tracesSearch traces by agent name, time range, and pagination. Returns a summary list of matching traces.
foxhound_get_traceGet the full trace with its complete span tree. Use this to inspect what happened during an agent run.
foxhound_replay_spanReconstruct the full agent state at the moment a specific span began — including LLM context, tool inputs, and memory. Requires Pro plan.
foxhound_diff_runsCompare two agent runs side-by-side and surface divergence points. Useful for debugging regressions. Requires Pro plan.
foxhound_get_anomaliesSurface behavioral anomalies in recent traces for an agent — unusually slow spans, error spikes, or unexpected tool usage patterns.
foxhound_get_cost_summaryGet token usage and cost breakdown. Shows current billing period span usage and limits.
foxhound_list_alert_rulesList all alert rules configured for your organization.
foxhound_create_alert_ruleCreate a new alert rule that routes events to a notification channel. This is a write operation.
foxhound_delete_alert_ruleDelete an alert rule by ID. Set confirm=true to execute. Without confirmation, returns a preview of what will be deleted.
foxhound_list_channelsList all notification channels (e.g. Slack webhooks) configured for your organization.
foxhound_create_channelCreate a new Slack notification channel. This is a write operation.
foxhound_test_channelSend a test alert through a notification channel to verify it works.
foxhound_delete_channelDelete a notification channel by ID. This may also delete associated alert rules. Set confirm=true to execute.
foxhound_list_api_keysList active API keys for your organization. Keys are masked — only the prefix is shown.
foxhound_create_api_keyCreate a new API key. For security, the plaintext key is NOT returned through MCP — use the CLI (
foxhound_revoke_api_keyRevoke an API key by ID. The key will immediately stop working. Set confirm=true to execute.
foxhound_get_agent_budgetGet the cost budget configuration and current spend status for a specific agent.
foxhound_check_sla_statusCheck SLA targets and compliance status for a specific agent, including p95 duration and success rate.
+12 more tools
We re-grade npm:@foxhound-ai/mcp-server on a schedule and alert your Slack/webhook the moment its tools change or its grade drops — rug-pull insurance for the connection.
Add the wmcp.sh trust oracle as an MCP server and call grade_mcp_server / check_mcp_drift in your agent's pre-connection gate:
https://wmcp.sh/mcp/trust
readOnly vs observed behavior) layer on via the wmcp.sh proxy.