Yo
About
Hosted push-notification service for AI agents: one MCP tool call sends the owner a content-free push notification to their phone, with an optional context_url to tap through.
Details
- Author
- Unknown
- Categories
- Communication, Productivity
Jump to
One MCP or REST call sends a push notification to your phone. Full agent instructions:the yo skill.
Install the Yo integration so you can send me push notifications: 1. Fetch https://getyo.dev/.well-known/skills/index.json and install the "yo" skill (https://getyo.dev/skills/yo/SKILL.md). 2. Add the Yo MCP server from https://getyo.dev/mcp.json (Streamable HTTP at https://getyo.dev/mcp). 3. Run the registration flow: call the register_agent tool with a sensible name, show me the complete pairing link verbatim (including the part after the #), and poll check_registration until I approve. Store the returned API key in your secret mechanism as YO_API_KEY, and tell me which Yo account paired_with says you connected to.
Agent Skills standard (OpenClaw, Hermes, and any skills-compatible client)
codex plugin marketplace add alfongj-com/yo-plugin codex plugin add yo@yo-marketplace
/plugin marketplace add alfongj-com/yo-plugin
Install from the plugin repo (https://github.com/alfongj-com/yo-plugin) or use the MCP config below.
Marketplace listing pending review — add the MCP config below (Cursor Settings → MCP).
VS Code / GitHub Copilot / any generic MCP client
Add this to your MCP config (also at/mcp.json).register_agent,check_registration, andcancel_registrationwork without the Authorization header.
{ "mcpServers": { "yo": { "type": "http", "url": "https://getyo.dev/mcp", "headers": { "Authorization": "Bearer ${YO_API_KEY}" } } } }
REST (cron jobs, scripts, stateless platforms)
curl -X POST https://getyo.dev/api/yo \ -H "Authorization: Bearer $YO_API_KEY" \ -H "Content-Type: application/json" \ -d '{"context_url": "https://example.com/optional-link"}'
Manage your WhatsApp, SMS and Phone Calls using a single MCP connector
Connect to any function, any language, across network boundaries using AgentRPC.
Access your meeting transcripts, summaries, and action items from any AI assistant.
Connect Claude, ChatGPT, and other AI tools to your Granola meeting notes via MCP. Query your notes, search transcripts, and get meeting insights in your favorite AI assistants.
Build with the Kudosity API to send SMS and MMS. Access developer docs, API references and live testing tools to send messages, manage contact lists, configure webhooks and more.
Send SMS, WhatsApp, and RCS messages programmatically with DLT compliance. Manage contacts, schedule campaigns, and track delivery reports.
Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
The VoIPstudio MCP server gives compatible AI assistants secure access to authorised VoIPstudio account data, including recordings, call detail records, live calls and voicemails in order to query call activity, analyse patterns, identify agent performance issues and generate QA or operations reports in plain English.
A bridge server connecting Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) clients.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



