incident-io-sdk

voxgig-sdk/incident-io-sdk
★ 0 stars TypeScript API Integration Updated today
Unofficial incident.io SDK — TypeScript, JavaScript, Go, Python, PHP, Lua + MCP server. Generated from the public OpenAPI spec by Voxgig.
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": {
    "incident-io-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "voxgig-sdk/incident-io-sdk"
      ]
    }
  }
}