Back to Browse

Ai Incident Reporting MCP Server

Developer ToolsUse Caution3.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

AI Incident Reporting Compliance MCP. Unified classification + reporting-clock tracker across EU...

About

AI Incident Reporting Compliance MCP. Unified classification + reporting-clock tracker across EU...

Security Report

3.2
Use Caution3.2High Risk

This AI incident reporting MCP server has reasonable auth and permission scoping for its purpose (regulatory compliance), but contains several security concerns that lower the score. The server includes rate-limiting and a tiered authentication system, but relies on a shared fallback authentication function that passes through unauthenticated requests as 'free tier' by default. Additionally, there are unsafe network calls to external attestation APIs without proper timeout/error handling in critical paths, credentials stored in environment variables without secure rotation guidance, and potential for data exfiltration through unvalidated JSON serialization of incident details. The code quality is moderate with broad exception handling and minimal input validation on incident classification parameters. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 16 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-ai-incident-reporting-mcp": {
      "args": [
        "ai-incident-reporting-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!