npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

igw-error-management-mcp

v2.0.0

Published

MCP server for InsurGateway Error Management — track, analyze, and report errors

Readme

InsurGateway Error Management MCP Server

npm version License: MIT

A Model Context Protocol (MCP) server for tracking, analyzing, and reporting errors from InsurGateway.

Features

  • Error Tracking — List, filter, and search errors by date, branch, product, company, and status
  • Error Logs — View detailed request/response logs for each error
  • Error Analysis — Get analysis details with possible causes and suggestions
  • Error Actions — Pin errors, send error reports, and file bug reports
  • Lookups — Search products and list insurance companies for filtering

Setup

Choose your tool below. Replace credentials with your own.

Environments

| Environment | IGW_BASE_URL | |-------------|----------------| | Test | https://testgatewayapi.insurapps.net/api | | Production | https://gatewayapi.insurapps.net/api |


Claude Code

claude mcp add-json --scope user igw-error-management '{
  "command": "npx",
  "args": ["-y", "igw-error-management-mcp@latest"],
  "env": {
    "IGW_BASE_URL": "https://testgatewayapi.insurapps.net/api",
    "IGW_USERNAME": "your-username",
    "IGW_PASSWORD": "your-password",
    "IGW_WEB_API_KEY": "your-api-key"
  }
}'

Claude Desktop

Edit config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "igw-error-management": {
      "command": "npx",
      "args": ["-y", "igw-error-management-mcp@latest"],
      "env": {
        "IGW_BASE_URL": "https://testgatewayapi.insurapps.net/api",
        "IGW_USERNAME": "your-username",
        "IGW_PASSWORD": "your-password",
        "IGW_WEB_API_KEY": "your-api-key"
      }
    }
  }
}

Restart Claude Desktop after saving.

Cursor

Add to .cursor/mcp.json in your project root (or ~/.cursor/mcp.json for global):

{
  "mcpServers": {
    "igw-error-management": {
      "command": "npx",
      "args": ["-y", "igw-error-management-mcp@latest"],
      "env": {
        "IGW_BASE_URL": "https://testgatewayapi.insurapps.net/api",
        "IGW_USERNAME": "your-username",
        "IGW_PASSWORD": "your-password",
        "IGW_WEB_API_KEY": "your-api-key"
      }
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "igw-error-management": {
      "command": "npx",
      "args": ["-y", "igw-error-management-mcp@latest"],
      "env": {
        "IGW_BASE_URL": "https://testgatewayapi.insurapps.net/api",
        "IGW_USERNAME": "your-username",
        "IGW_PASSWORD": "your-password",
        "IGW_WEB_API_KEY": "your-api-key"
      }
    }
  }
}

OpenAI Codex CLI

Add to ~/.codex/config.toml:

[mcp_servers.igw-error-management]
command = "npx"
args = ["-y", "igw-error-management-mcp@latest"]

[mcp_servers.igw-error-management.env]
IGW_BASE_URL = "https://testgatewayapi.insurapps.net/api"
IGW_USERNAME = "your-username"
IGW_PASSWORD = "your-password"
IGW_WEB_API_KEY = "your-api-key"

Antigravity (Firebase Studio)

Add to .idx/mcp.json in your workspace:

{
  "mcpServers": {
    "igw-error-management": {
      "command": "npx",
      "args": ["-y", "igw-error-management-mcp@latest"],
      "env": {
        "IGW_BASE_URL": "https://testgatewayapi.insurapps.net/api",
        "IGW_USERNAME": "your-username",
        "IGW_PASSWORD": "your-password",
        "IGW_WEB_API_KEY": "your-api-key"
      }
    }
  }
}

Example Queries

Once set up, try asking your AI assistant:

  • "Son 24 saatte hangi hatalar var?"
  • "Quick Sigorta'daki çözülmemiş hataları göster"
  • "Trafik branşında en çok hata veren sigorta şirketleri hangileri?"
  • "Bu hatanın request/response detayına bak"
  • "Son 1 haftada ConnectionError olan hataları listele"
  • "Allianz Sigorta'nın ürünlerinde timeout hatalarını getir"
  • "Bu hatayı analiz et, ne olmuş?"
  • "Bu hatayı IGW ekibine bug olarak raporla"
  • "Hangi sigorta şirketleri aktif?"
  • "Kasko ürünlerini ara"

Tools

Error Queries (read-only)

| Tool | Description | |------|-------------| | igw_errors_list | List errors with filters (date range, branch, product, company, status flags) | | igw_errors_operations | Get error operations — which service operations produce errors | | igw_errors_logs | Get detailed error log entries | | igw_errors_log_detail | Get full request/response data for a specific error log | | igw_errors_analyze | Analyze a specific error — possible causes and suggestions |

Error Actions (write)

| Tool | Description | |------|-------------| | igw_errors_pin | Pin/unpin an error for tracking | | igw_errors_send_report | Send an error report with description to the relevant team | | igw_errors_send_bug_report | Send a bug report by reference number to InsurGateway |

Lookups (read-only)

| Tool | Description | |------|-------------| | igw_products_search | Search products by name — get product IDs for error filters | | igw_insurance_companies | List available insurance companies — get company IDs for error filters |

License

MIT