oncall-router-mcp

LZBiala/oncall-router-mcp
★ 1 stars Python API Integration Updated 2d ago
An MCP server for the first ten minutes of an incident: who owns this, who to wake and by when, what the runbook says to try first, and where the clock should be - measured from impact start, not ticket creation. No dependencies, no API key, no network calls.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oncall-router-mcp": {
      "command": "uvx",
      "args": [
        "oncall-router-mcp"
      ]
    }
  }
}

Or install with pip: pip install oncall-router-mcp

README Excerpt

An MCP server that answers the three questions that eat the first ten minutes of an incident: **who owns this**, **who do I wake and by when**, and **what does the runbook say to try first**. Plus a fourth that most tools get wrong, which is **where should we be on the clock right now**, measured from when impact started rather than from when somebody

Tools (5)

escalation_pathimpact_clockmttx_reviewplaybookwho_owns