KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Pingdom MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Pingdom.

Pingdom CLI Matrix

Use these pages for direct Pingdom CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.