analytics
Pingdom MCP, CLI, and Lua Integration for AI Agents
Pingdom integration docs for AI agents: MCP gateway setup, Pingdom CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API key auth
Pingdom for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
pingdom- route_slug
pingdom- package
pingdom- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Pingdom CLIHeadless setup and direct function calls. Pingdom MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Pingdom MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Pingdom.
Claude Code Pingdom MCP setup for Claude Code. Cursor Pingdom MCP setup for Cursor. Codex Pingdom MCP setup for Codex. OpenAI Agents Pingdom MCP setup for OpenAI Agents SDK. Claude Agent SDK Pingdom MCP setup for Claude Agent SDK. Vercel AI SDK Pingdom MCP setup for Vercel AI SDK. LangChain Pingdom MCP setup for LangChain. LangGraph Pingdom MCP setup for LangGraph. CrewAI Pingdom MCP setup for CrewAI. MCP clients Pingdom MCP setup for Generic MCP Clients.
Pingdom CLI Matrix
Use these pages for direct Pingdom CLI workflows in scripts, CI, cron, and agent wrappers.
CI Pingdom CLI for CI. Cron Jobs Pingdom CLI for cron jobs. Shell Scripts Pingdom CLI for shell scripts. Headless Automation Pingdom CLI for headless automation. Coding Agents Pingdom CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
pingdom.pingdom_list_checks | Read read | 4 | List all uptime checks in Pingdom. Returns check IDs, names, hostnames, statuses, and last test times. |
pingdom.pingdom_get_check | Read read | 1 | Get detailed information about a specific Pingdom uptime check, including configuration, current status, and last test results. |
pingdom.pingdom_create_check | Write write | 10 | Create a new uptime check in Pingdom. Supports HTTP, HTTPS, TCP, ping, DNS, UDP, SMTP, POP3, and IMAP check types. |
pingdom.pingdom_list_results | Read read | 5 | List summary results for a Pingdom uptime check. Returns response times and status summaries. |
pingdom.pingdom_get_results | Read read | 7 | Get detailed test results for a Pingdom uptime check, including individual probe responses and response times. |
pingdom.pingdom_list_alerts | Read read | 4 | List alerts for the Pingdom account. Returns alert details including check ID, contact, and alert type. |
pingdom.pingdom_get_current_user | Read read | 0 | Get details of the currently authenticated Pingdom user, including account info and credits. |