Open Source on GitHub

Live DevOps context for autonomous AI agents.

An open-source Model Context Protocol (MCP) server streaming live cloud outages, edge latency, DNS queries, and SSL certificate health directly into Claude and Cursor.

$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"
    }
  }
}