Back to Browse

Url Ai MCP Server

Developer ToolsUse Caution2.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Url Ai MCP server. Tools: parse url, shorten url data, check url safety. Built by MEOK AI Labs.

About

Url Ai MCP server. Tools: parse url, shorten url data, check url safety. Built by MEOK AI Labs.

Security Report

2.2
Use Caution2.2Critical Risk

This MCP server has a functional authentication and rate-limiting system, but contains several security and architectural concerns that prevent a higher score. Key issues include: (1) the auth_middleware's fail-open design allows unrestricted access if the verification endpoint is unavailable, creating a potential bypass; (2) hardcoded external verification URLs and Stripe links throughout the codebase; (3) unclear separation between client-side and server-side rate limiting; (4) the mcp-wrapper.py contains a hardcoded path to a shared engine directory that may not exist in typical deployments; (5) password masking in parse_url is a cosmetic security measure that doesn't prevent password exposure through other means; and (6) limited input validation on URLs that could be processed by external systems. While the server itself has no malicious patterns and permissions are appropriate for a URL analysis tool, the authentication bypass risk and architectural issues warrant caution. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

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

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-url-ai-mcp": {
      "args": [
        "-y",
        "url-ai-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!