
AgentPing
Give long-running coding agents a single send_notification tool for email, Slack, Discord, or webhooks when jobs finish or need your attention.
Overview
AgentPing is a build-phase MCP server that adds a send_notification tool so coding agents can alert you via email, Slack, Discord, or webhook.
What is this MCP server?
- One MCP tool: send_notification across email, Slack, Discord, and webhook
- Hosted remote MCP at ping.mgm-llc.org/mcp with Bearer API key
- Free signup for API keys at ping.mgm-llc.org
- Version 1.0.0 open-source repo on GitHub (Noriget/agentping)
- Designed for human-in-the-loop when agents complete tasks or hit errors
- 1 documented MCP tool: send_notification
- 4 delivery channels: email, Slack, Discord, webhook
- Server version 1.0.0
What problem does it solve?
Unattended agent runs finish silently, so you keep polling the terminal instead of getting a ping on the channel you actually read.
Who is it for?
Indie builders who run long agent sessions and want lightweight alerts without maintaining separate notification microservices.
Skip if: Teams needing on-call paging, incident SLA tooling, or deep observability dashboards—use dedicated monitoring products instead.
What do I get? / Deliverables
Your agent sends structured notifications through AgentPing when milestones complete, fail, or need human approval.
- Working send_notification calls from agent sessions
- Cross-channel alerts without custom notification code per repo
- Documented alert hooks for long-running agent recipes
Recommended MCP Servers
Journey fit
Notification MCP extends how agents behave while you build and run automations—core agent-tooling, not a marketing launch tactic. Agent-tooling is the shelf for MCP utilities that wrap outbound comms so Claude/Cursor sessions can ping you without custom SMTP code each project.
How it compares
Single-tool notification MCP, not a full incident-management platform or email marketing suite.
Common Questions / FAQ
Who is agentping for?
Solo developers using Claude Code, Cursor, or similar agents who want email, Slack, Discord, or webhook alerts from automated coding workflows.
When should I use agentping?
Use it whenever agents run unattended and you need a reliable human notification on success, failure, or approval requests.
How do I add agentping to my agent?
Create a free key at ping.mgm-llc.org/signup and add the remote MCP URL https://ping.mgm-llc.org/mcp with Authorization Bearer <api_key> in your MCP client.