Open Source on GitHub

Real-Time Cloud Status & DevOps MCP Server for AI Agents

Connect Claude, Cursor, or Windsurf to WolrdPulse — an open-source Model Context Protocol (MCP) server streaming live AWS/Vercel/GitHub outage status, DNS-over-HTTPS lookups, SSL certificate inspection, and edge latency probes directly into your AI coding agent.

$npx -y github:Mealiclay01/wolrdpulse
How AI Agents Use WolrdPulse
Model Context Protocol v1.0
Developer prompt in Cursor / Claude

"Why is the Next.js production build failing on Vercel?"

Without WolrdPulse

Agent inspects local code, guesses syntax issues, and suggests unnecessary refactors to package.json.

Outcome: Wasted developer hours rewriting functional code.
With WolrdPulse MCP
Zero Hallucination
get_cloud_status() → Vercel (iad1): Incident active

Agent immediately informs you that Vercel's build queue is degraded. No code changes required.

Instant accurate resolution

Built for Autonomous Agent Workflows

Everything your AI coding assistant needs to verify infrastructure before writing deployment code.

Browse all tools
Instant Setup

Connect with Claude Desktop or Cursor

Add the SSE endpoint to your MCP configuration file. No API keys or authentication required.

claude_desktop_config.json / cursor_mcp.jsonendpoint: /sse
{
  "mcpServers": {
    "worldpulse": {
      "url": "https://wolrdpulse.app/sse"
    }
  }
}