Back to Browse

Inventory Management Ai MCP Server

Developer ToolsUse Caution2.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Inventory Management Ai MCP Server by MEOK AI Labs

About

Inventory Management Ai MCP Server by MEOK AI Labs

Security Report

2.8
Use Caution2.8Critical Risk

This MCP server implements inventory management tools with reasonable core logic but has notable security and architectural concerns. The most significant issues are: (1) the server makes unauthenticated HTTP calls to a remote metering endpoint (proofof.ai) that could expose user context or be vulnerable to MITM attacks, (2) authentication is partially bypassable via hardcoded prefix checks (CSOAI-, meok_pro_, payg_) that don't validate token format or expiration, (3) rate limiting relies on in-memory state that resets on restart and lacks proper enforcement, and (4) the auth_middleware contains complex fail-open logic that may allow unlimited access under certain conditions. While the core inventory calculation functions appear sound and have reasonable input validation, these authentication and network security gaps pose moderate risk for a server that handles potentially sensitive business data. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

7 files analyzed · 19 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-inventory-management-ai-mcp": {
      "args": [
        "-y",
        "inventory-management-ai-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!