← pingwa.dev

INDIVIDUAL MCP TOOL

upgrade

Get a link to upgrade the account to Pro (raises the monthly quota).

pingwa.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://pingwa.dev/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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

  • notify — Send a WhatsApp notification to the account owner's own phone.
  • check_status — Show the pingwa account's plan, remaining monthly quota, and whether the free 24h WhatsApp reply window is currently open.
  • 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`).