Back to Browse

Zerodom MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Token-optimized interaction graph for AI browser agents — 71% fewer tokens than ARIA snapshots.

About

Token-optimized interaction graph for AI browser agents — 71% fewer tokens than ARIA snapshots.

Security Report

5.2
Moderate5.2Moderate Risk

ZeroDOM is a well-designed DOM parsing library for AI web agents with clean, security-conscious architecture. Authentication and authorization are not applicable (it's a utility library). Code quality is high with proper input handling, no credential exfiltration, and permissions appropriately scoped to its purpose (local DOM parsing and browser automation via Playwright). Minor code quality observations around broad exception handling and logging do not materially impact security. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 2 issues.

5 files analyzed · 11 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.

process_spawn

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

File System Read

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

File System Write

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

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-devhusnainai-zerodom": {
      "args": [
        "-y",
        "@vexralabs/zerodom"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!