Skip to content

Conversation

@compumike
Copy link
Contributor

Adds the HeyOnCall MCP server to the "Official Integrations" section of README.md.

Description

The HeyOnCall MCP Server allows you to just add something like: Page me when you're done. to your prompts and your agent will be able to send notifications to our free iOS or Android apps:

HeyOnCall MCP Server demo animation

The HeyOnCall MCP Server exposes a single tool HeyOnCall__set_alerting which allows the agent to set a trigger to alerting, optionally passing a short message as well.

It's free, and our iOS and Android apps are free as well.

More info here: https://heyoncall.com/blog/mcp-server-for-paging-a-human

30 second demo videos on YouTube:

Claude Code:

HeyOnCall MCP Server Demo with Claude Code

Cursor:

HeyOnCall MCP Server Demo with Cursor

Motivation and Context

As tools like Claude Code can run longer without supervision, this MCP server allows you to get notified when a task list is done (or other criteria of your liking, simply by prompting), so you're not chained to your desk.

How Has This Been Tested?

The HeyOnCall MCP server has been tested with Claude Code, Cursor, and RubyLLM::MCP. The RubyLLM::MCP tests are part of our CI test suite. Our CI test suite also includes several custom request tests for the MCP server.

Breaking Changes

No

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

Adds the HeyOnCall MCP server to the "Official Integrations" section of README.md.
Copy link
Member

@domdomegg domdomegg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool stuff! 🚀

@domdomegg domdomegg merged commit 07b61ac into modelcontextprotocol:main Aug 17, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants