Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Yo

io.github.alfongj-com/yo

Let agents send content-free push notifications to a paired phone via MCP.

Uptime
100.0%
3 direct probes · 30d
Response
522ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://getyo.dev/mcp

Tools · 5

register_agent

Register this agent with Yo (unauthenticated). Returns a pairing URL and code to show the user, who approves the connection in the Yo app. Then poll check_registration to obtain the API key.

check_registration

Check the status of a pairing code from register_agent. On the first poll after the user approves, the response includes the api_key exactly once — store it immediately in your secret mechanism — plus…

cancel_registration

Abort a pairing you started with register_agent. Works while pending and after approval: an already-approved connection is revoked (the API key stops working) so a pairing approved by the wrong accoun…

revoke_self

Permanently revoke THIS agent using its API key as the Bearer token. Use when you discover (at any time) that paired_with is not your owner’s account and cancel_registration no longer works. The key s…

yo

Send a Yo — a content-free push notification — to your owner. Requires an agent API key as the Bearer token. Optionally include a context_url the notification tap-through will open.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "yo": {
      "url": "https://getyo.dev/mcp",
      "transport": "streamable-http"
    }
  }
}