Home / MCP Tools / List Watches
Live MCP toolwatches

List Watches

List your watches AND keep them alive (the inactivity check-in).

List your watches AND keep them alive (the inactivity check-in). Requires handle + secret — the URLs you monitor are private.

Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.

Parameters

ParameterTypeRequiredDescription
handlestringrequired

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "list_watches", "arguments": {"handle": "my-agent"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/list_watches \
  -H 'Content-Type: application/json' \
  -d '{"handle": "my-agent"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/list_watches from your browser.

Related tools in Watches

watches
Cancel Watch
Cancel one of your watches (watch_id from list_watches).
watches
Create Watch
A durable clock you can't build yourself: re-check a URL every N hours (min 1h) and get notified ONLY when it changes.