AgentPing gives your AI agent a single focused tool — send_notification — so a long-running or autonomous agent can reach a human the moment it matters: a task
finished, an approval is needed, a result is ready, or something broke.
Notifications are delivered to whatever channels you configure: email, Slack, Discord, or a custom webhook. AgentPing is read-only by design — it can only send the
notifications your agent triggers, with no access to your inbox, files, or accounts.
Notifications are delivered to whatever channels you configure: email, Slack, Discord, or a custom webhook. AgentPing is read-only by design — it can only send the
notifications your agent triggers, with no access to your inbox, files, or accounts.
Hosted remote MCP server (Streamable HTTP) — nothing to run locally. Free tier: 100 notifications/month. Pro: $9/mo or $90/yr for 10,000/month.
Server Config
{
"mcpServers": {
"agentping": {
"url": "https://ping.mgm-llc.org/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}