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.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.
Agent Surfaces
Machine-Readable Metadata
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. |