Pingdom Connector for AI agents.
10 live capabilities
Monitor website uptime and performance trends from your preferred AI client.
Waiting for input…
Why people use Pingdom
Pingdom for Website Uptime and Performance Monitoring
This Connector changes that. You can just ask your agent, "Why is the checkout page slow?" and it'll pull the average response time and the latest logs for you. You get the data you need in seconds without the navigation overhead.
What Vinkius changes
You get instant access to your site's health data through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Incident Response
An engineer asks the agent to list check results for a failing API to see the specific error code instead of digging through a UI.
- Real-world use case 02
Maintenance Planning
A sysadmin asks the agent to pause the monitoring for the staging site before starting a database migration to avoid false alarms.
- Real-world use case 03
Performance Auditing
An SRE asks for the average response time of the main site over the last hour to see if a new deploy slowed it down.
Complete set · 10capabilities
The complete Pingdom capability set.
These are the exact actions your AI can choose when you ask it to work with Pingdom.
01—04
4 capabilities in this set.
Part of 10 available through Pingdom.
- 01 Capability
Get check details
Get the specific details for one of your monitoring checks. This helps you see the exact configuration of a single site.
- 02 Capability
Get check outages
List all the times a specific check went down. Use this to see how often a service is actually failing.
- 03 Capability
Resume uptime check
Turn a paused check back on. Use this to restart monitoring once your maintenance work is finished.
- 04 Capability
Get average response time
Find the average speed for a specific check. It's great for spotting performance regressions over time.
05—07
3 capabilities in this set.
Part of 10 available through Pingdom.
- 05 Capability
List uptime checks
See every uptime check you have active. This gives you a birds-eye view of your entire monitoring setup.
- 06 Capability
List alert contacts
See who's on the notification list. Use this to double-check who gets paged when a site goes down.
- 07 Capability
List maintenance windows
See your upcoming scheduled maintenance. This helps you keep track of when checks are supposed to be off.
08—10
3 capabilities in this set.
Part of 10 available through Pingdom.
- 08 Capability
List pingdom probes
See all the physical locations where Pingdom runs its tests. This shows you your global monitoring coverage.
- 09 Capability
List check results
Pull the raw logs for your checks. You can use this to find the exact error message for a failed request.
- 10 Capability
Pause uptime check
Stop a specific check from running. This is perfect for when you're doing maintenance and don't want false alarms.
Set up in minutes
One URL. Then ask Pingdom to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Pingdom from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kBaoL7OqiLM0k6Lugs5Nppsh5FSwYzF8azc69rGW/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Pingdom, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Pingdom for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kBaoL7OqiLM0k6Lugs5Nppsh5FSwYzF8azc69rGW/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Pingdom URL.
- Step 03
Save and start
Save the connection and enable Pingdom in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pingdom": {
"url": "https://edge.vinkius.com/vk_preview_kBaoL7OqiLM0k6Lugs5Nppsh5FSwYzF8azc69rGW/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Pingdom
Open Agent mode in chat and ask: "Using Pingdom, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pingdom": {
"url": "https://edge.vinkius.com/vk_preview_kBaoL7OqiLM0k6Lugs5Nppsh5FSwYzF8azc69rGW/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Pingdom
Ask Copilot: "Using Pingdom, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pingdom": {
"url": "https://edge.vinkius.com/vk_preview_kBaoL7OqiLM0k6Lugs5Nppsh5FSwYzF8azc69rGW/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Pingdom
Open Cascade and ask: "Using Pingdom, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pingdom": {
"url": "https://edge.vinkius.com/vk_preview_kBaoL7OqiLM0k6Lugs5Nppsh5FSwYzF8azc69rGW/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Pingdom
Ask Cline: "Using Pingdom, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pingdom --transport http "https://edge.vinkius.com/vk_preview_kBaoL7OqiLM0k6Lugs5Nppsh5FSwYzF8azc69rGW/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Pingdom
Ask Claude: "Using Pingdom, show me...". 10 tools are ready
Where the request belongs
Work Pingdom can move forward.
This is for the DevOps engineer who's tired of clicking through dashboards at 2am to see if a service is actually down or just slow. It's for anyone who needs to keep an eye on website reliability without constantly tab-switching.
DevOps Engineer
Checking if a specific service is down or auditing recent outages during an incident.
SRE
Monitoring response time trends and verifying probe locations directly from the IDE.
System Administrator
Pausing uptime checks during scheduled maintenance to avoid getting hit with false alerts.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDotcom-Monitor
Monitor website uptime, page load speed, and server health from multiple global locations with instant alert notifications.
StatusCake
Monitor website uptime, page speed, and SSL certificates directly from your AI agent using StatusCake.
Hexometer
Automate website monitoring via Hexometer. monitor uptime, performance, and health directly from any AI agent.
Geekflare
Test your website performance, security headers, and DNS configuration with a comprehensive suite of technical audit capabilities.
Uptime.com
Monitor website and API uptime from 30+ global locations with instant alerts when downtime hits any of your services.
UptimeRobot
Monitor and manage your website uptime seamlessly. List, create, and resolve monitor alerts directly from your AI agent, 24/7.
Bring your own AI
Change the model, client or framework. Keep Pingdom connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Pingdom.
The practical details behind the request, access and result.
Can I use the Pingdom MCP to check if my website is down?
Yes, you can ask your agent to check the real-time status of any site you monitor. It will tell you immediately if it's up, down, or unconfirmed.
How does the Pingdom MCP help with website performance?
It allows your agent to pull average response times for specific checks. You can use this to spot speed regressions or see how your site is performing over time.
Can I manage my Pingdom alerts using an AI agent?
Yes, you can use your agent to list alert contacts or pause and resume checks. This is perfect for silencing notifications during scheduled maintenance.
Does the Pingdom MCP show me where my probes are?
Yes, it can list all the global Pingdom probe locations. This helps you understand exactly where your monitoring coverage is coming from.
Can I see the specific error logs with Pingdom MCP?
Yes, your agent can pull the raw check results for any specific monitor. This lets you see the actual error messages without logging into the Pingdom dashboard.
How do I stop false alerts during maintenance with Pingdom MCP?
You can simply tell your agent to pause the uptime check for the specific site you're working on. It will stop the monitoring until you tell it to resume.
How do I create a Pingdom API Token?
In your Pingdom dashboard (or SolarWinds portal), go to Settings > API Tokens. Click Add API Token, give it a name, and ensure it has the necessary access levels.
Can I see response times for different global regions?
Yes! The list_check_results capability returns data from multiple probe locations, allowing you to see how your site performs from different parts of the world.
Does this support pausing multiple checks at once?
The capabilities handle checks individually, but you can ask the AI agent to 'Pause all checks related to our API' and it will process them sequentially using their IDs.
One connection away
Give your agent a direct line to Pingdom.
Connect Pingdom once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available