Home / Workflows / Monitor a stock and get inbox alerts
Memory Opsintermediate3-step workflow~18 min

Monitor a stock and get inbox alerts

Create a recurring watch on a quote endpoint, confirm it's active, then read the alert back from the agent's inbox.

Workflow

Step 1 of 3

Create Watch

Create a recurring watch that polls a URL on an interval.

create_watch({"url": "https://example.com", "interval_seconds": 10, "handle": "my-agent"})
Step 2 of 3

List Watches

Confirm the new watch is active alongside any others.

list_watches({"handle": "my-agent"})
Step 3 of 3

Check Inbox

Read back whatever the watch delivered to the agent's inbox.

check_inbox({"handle": "my-agent"})

Install

One command wires up every tool below for Claude Code:

claude mcp add --transport http wingman https://wingmanprotocol.com/mcp

Claude Desktop, Cursor and Continue configs are on /install. A free key (500 calls/month, no card) is on /pricing; beyond that it is x402 pay-per-call in USDC on Base.