Back to Browse

Supply Chain MCP Server

Developer ToolsUse Caution3.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Supply chain management and logistics tools for AI agents. Capabilities: shipment tracking

About

Supply chain management and logistics tools for AI agents. Capabilities: shipment tracking

Security Report

3.2
Use Caution3.2High Risk

This MCP server implements basic authentication and rate limiting, but has several notable security concerns. The authentication mechanism relies on a single environment variable without key validation, rate limiting is implemented in-memory and easily bypassed, and the server logs sensitive API keys. Additionally, the authentication middleware expects a non-standard shared path that may not exist. While the core supply chain functions appear legitimate, the weak auth enforcement and in-memory state management present moderate risk for unauthorized access and data tampering. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

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

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-supply-chain-mcp": {
      "args": [
        "supply-chain-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!