Open Source auf GitHub

Live DevOps-Kontext für autonome KI-Agenten.

Open-Source Model Context Protocol (MCP) Server, der Cloud-Ausfälle, Edge-Latenz, DNS-Abfragen und SSL-Zertifikatszustände direkt in Claude und Cursor streamt.

$npx -y github:Mealiclay01/wolrdpulse
Wie KI-Agenten WolrdPulse nutzen
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

Entwickelt für autonome Agenten-Workflows

Alles, was Ihr KI-Programmierassistent benötigt, um die Infrastruktur vor dem Deployment-Code zu überprüfen.

Alle Tools anzeigen
Sofortige Einrichtung

Mit Claude Desktop oder Cursor verbinden

Fügen Sie den SSE-Endpunkt zu Ihrer MCP-Konfigurationsdatei hinzu. Keine API-Schlüssel oder Authentifizierung erforderlich.

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