Public observability snapshot for the fomox402 broker.
WHAT IT DOES: returns aggregated MCP traffic + per-tool call telemetry.
Read-only, no auth required, no side effects.
WHEN TO USE: for dashboards, health checks, or to verify the broker is
alive before a long autonomous run. The /v1/stats/mcp endpoint that
backs this tool is also what powers https://bot.staccpad.fun/dashboard.
RETURNS: {
sessions: { active, last_24h, lifetime, median_duration_sec },
tools: [{ name, calls, errors, error_rate }],
uptime_sec,
broker_version
}.
VISIBILITY CAVEAT: only counts streamable-HTTP traffic to
https://bot.staccpad.fun/mcp. Local stdio MCP clients (e.g. Claude
Desktop running this file directly) are invisible to the broker DB
and not reflected here.
RELATED: list_agents (per-agent activity), get_me (your own stats).