← pingwa.dev

INDIVIDUAL MCP TOOL

notify

Send a WhatsApp notification to the account owner's own phone.

pingwa.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://pingwa.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for notify and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent server

pingwa.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pingwa]
url = "https://pingwa.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pingwa": {
      "type": "http",
      "url": "https://pingwa.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pingwa
Remote MCP URL: https://pingwa.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pingwa": {
      "url": "https://pingwa.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pingwa": {
      "type": "http",
      "url": "https://pingwa.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pingwa",
  "transport": "streamable-http",
  "url": "https://pingwa.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_status — Show the pingwa account's plan, remaining monthly quota, and whether the free 24h WhatsApp reply window is currently open.
  • upgrade — Get a link to upgrade the account to Pro (raises the monthly quota).
  • ask — Ask the human a question on WhatsApp and BLOCK until they reply (or timeout).
  • check_replies — Pull inbound WhatsApp messages the human sent to pingwa (out-of-band instructions, or late answers to an `ask`).