Back to Browse

Madeforai Supplychain Skill MCP Server

Developer ToolsModerate6.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP connector for human-reviewed manufacturing tasks through MadeForAI hosted fulfillment.

About

MCP connector for human-reviewed manufacturing tasks through MadeForAI hosted fulfillment.

Security Report

6.7
Moderate6.7Moderate Risk

This is a well-architected MCP connector with strong security controls. Authentication is properly enforced via environment variable with minimum length validation, the endpoint is hardcoded to prevent redirection attacks, and access is restricted to 9 public tools via allowlist enforcement. The codebase is clean, minimal, and follows secure defaults. Minor code quality suggestions exist but do not meaningfully impact security. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.

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

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

MadeForAI client access token. Request a token from MadeForAI and keep it secret.Required

Environment variable: MADEFORAI_ACCESS_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-amplichina-madeforai-supplychain-skill": {
      "env": {
        "MADEFORAI_ACCESS_TOKEN": "your-madeforai-access-token-here"
      },
      "args": [
        "-y",
        "madeforai-supplychain-connector"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!