Skip to content

Watch

mcpzero watch polls your cloud Activity feed and prints new MCP calls as they appear — with status, latency, and a Dashboard deep link for each trace.

Usage

Terminal window
mcpzero watch
mcpzero watch --endpoint ep_abc123
mcpzero watch --status error --interval 1s
mcpzero watch --search meta_search --once
FlagDescription
--endpointFilter by endpoint ID
--statusFilter by status (success, error, timeout, auth_denied)
--searchFree-text search (tool, IP, server, status, trace id)
--intervalPoll interval (default 2s)
--onceFetch recent rows once and exit
--limitMax rows per poll (default 20)

Requires mcpzero login. Uses GET /app/api/cli/activity with your CLI refresh token. Team members also see Activity for team-pool endpoints they can access.

Example

watching activity on https://dev.mcpzero.io (Ctrl-C to stop)
2026-07-10 09:01:02 success list_directory @local-fs-tmp 12ms ep_abc
→ https://dev.mcpzero.io/app/activity/tr_…
2026-07-10 09:01:05 error meta_search 840ms ep_abc
→ https://dev.mcpzero.io/app/activity/tr_…

Next