MCP.so
Sign In

AgentPing

@Noriget

About AgentPing

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

Basic information

Category

Other

Transports

stdio

Publisher

Noriget

Submitted by

MGM_LLC

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "agentping": {
      "url": "https://ping.mgm-llc.org/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is AgentPing?

AgentPing is an MCP server that gives AI agents a single tool — send_notification — to send notifications via email, Slack, Discord, or webhook. It is designed for developers building autonomous or long-running agents that need to alert users when tasks complete, approval is needed, or results are ready.

How to use AgentPing?

Sign up for a free API key at the provided link, set a notification destination (email by default, add Slack/Discord/webhook in the dashboard), then configure your MCP client. For Cursor and Streamable-HTTP clients, use the URL endpoint with a Bearer token header; for Cline, Claude Desktop, and others, use the npx bridge command with the same header.

Key features of AgentPing

  • Single send_notification tool with customizable message and channel.
  • Supports email, Slack, Discord, and webhook destinations.
  • Read-only by design — no access to inboxes, files, or accounts.
  • Pricing: 100 notifications/month free; Pro plan for $9/mo or $90/yr.

Use cases of AgentPing

  • Alert users when a long-running agent task completes.
  • Request approval from a human during an agent workflow.
  • Deliver results or summaries from autonomous agents.

FAQ from AgentPing

What destinations does AgentPing support?

Email, Slack, Discord, and webhook. Email is set by default; others can be added in the dashboard.

How do I get an API key?

You can get a free API key by signing up at https://ping.mgm-llc.org/signup.

Is AgentPing read-only?

Yes. AgentPing only sends notifications triggered by your agent — it never accesses your inbox, files, or accounts.

What are the pricing limits?

Free tier: 100 notifications per month. Pro tier: 10,000 per month for $9/mo (or $90/yr).

How do I connect it to my MCP client?

Two methods: (1) For Cursor/Streamable-HTTP, use the URL endpoint with a Bearer header. (2) For Cline/Claude Desktop, use npx mcp-remote with the same header.

Comments

More Other MCP servers