MCP

Expose Page Me as a notify_user tool for local agents and long-running workflows.

Example

MCP
PAGE_ME_WEBHOOK_URL="$PAGE_ME_WEBHOOK" page-me-mcp

notify_user({
  message: "Workflow needs input",
  source: "mcp",
  status: "needs_input",
  thread: "agent-run-123",
  tags: ["needs-input"],
  expires_at: "2026-06-01T00:00:00.000Z"
})

When to page

Use Page Me for finished work, failed builds, or something ready for review. Keep routine progress logs out of your pager.

Result

response
{"ok":true,"delivered":1,"failed":0,"requestId":"req_..."}