AgentPing
Rank #57,738io.github.Noriget/agentping
Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification.
AgentPing is a Model Context Protocol (MCP) server published by noriget. It ranks #57,738 of 115,591 servers tracked on MCP Toplist. AgentPing is listed across 4 registries — Official MCP, mcp.so, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 9, 2026 and most recently updated on Jun 9, 2026.
Ranks ahead of 57,853 of 115,591 servers on MCP Toplist.
Use AgentPing
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http agentping https://ping.mgm-llc.org/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.agentping]
url = "https://ping.mgm-llc.org/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://ping.mgm-llc.org/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentping": {
"url": "https://ping.mgm-llc.org/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"agentping": {
"type": "http",
"url": "https://ping.mgm-llc.org/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentping": {
"serverUrl": "https://ping.mgm-llc.org/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentping": {
"url": "https://ping.mgm-llc.org/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Noriget%2Fagentping)<a href="https://mcptoplist.com/server/io.github.Noriget%2Fagentping"><img src="https://mcptoplist.com/badge/io.github.Noriget%2Fagentping.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
noriget
Other servers by noriget
View all noriget servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 9, 2026 |
Frequently asked questions
- Who maintains AgentPing?
- AgentPing is maintained by noriget, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is AgentPing listed on the Official MCP Registry?
- Yes — AgentPing is listed on the Official MCP Registry, alongside mcp.so, Glama and PulseMCP.
- How many versions does AgentPing have?
- MCP Toplist tracks 1 version of AgentPing, most recently published on Jun 9, 2026.
- Where can I find the source code for AgentPing?
- The source code for AgentPing is hosted at github.com/noriget/agentping.