All AI providers operational live status →
/ reference

Pong MCP tools.

The complete list of tools Claude can call when you install Pong. Auto-generated from packages/shared/src/mcp-tools.ts so the docs never lie.

Install

$ claude mcp add pong https://mcp.pong.sh/mcp \
  --header "Authorization: Bearer <YOUR_TOKEN>"

Get your token at pong.sh/install.

7tools
3categories
~30sinstall

/ setup

install_pong
setupcanaries

Scan the current codebase for AI SDK usage (OpenAI, Anthropic, Google, Mistral, Cohere) and propose a starter set of canary prompts to drop into Pong. Call this FIRST when a user says "install pong" or "set up canary monitoring".

Input

Field Type Description
packageJson required String Contents of package.json (or pyproject.toml / Cargo.toml).
extraImports Optional

Example prompts

  • "Install pong on this repo."
  • "Set up canary monitoring for my AI calls."

/ alerts

configure_alerts
alerts

Set the notification channels for this org. Replaces ALL existing channels — pass the full desired set. Email is the default; Slack requires an incoming-webhook URL.

Input

Field Type Description
channels required Array

Example prompts

  • "Alert me at me@example.com."
  • "Send Slack alerts to https://hooks.slack.com/services/T.../B.../..."

/ billing

upgrade_to_pro
billing

Return a Stripe Checkout URL for upgrading this org to Pong Pro ($19/mo, 25 canaries, 15-min intervals, Slack + Discord, LLM-as-judge). The user opens the URL in their browser to complete payment.

Example prompts

  • "Upgrade me to Pro."
  • "I'm hitting the 3-canary limit — how do I get more?"

Get my token →