MadeForAI Supply Chain Connector

MadeForAI Supply Chain Connector

Enables authorized manufacturing order-intake and supply-chain task management by forwarding requests from MCP clients to the hosted MadeForAI service.

Category
Visit Server

README

<!-- mcp-name: io.github.amplichina/madeforai-supplychain-skill -->

MadeForAI Hosted Supply Chain Connector

This open-source MCP connector forwards authorized manufacturing task requests from Codex, Claude, Gemini, Cursor, and other MCP clients to the MadeForAI hosted order-intake service.

Trust boundary

The connector contains only stdio transport, the nine public tool names, and a fixed upstream endpoint: https://api.madeforai.net/mcp.

It does not contain the order database, Chinese production workspace, production credentials, supplier records, payment-confirmation authority, shipment authority, or fulfillment administration. Forks remain usable under MIT, but they do not gain access to MadeForAI-hosted tasks or private production systems.

Run with npx

Set your MadeForAI client access token, then run the connector directly from npm:

npx --yes madeforai-supplychain-connector@0.5.2

For MCP clients, use npx as the command:

{
  "mcpServers": {
    "madeforai": {
      "command": "npx",
      "args": ["--yes", "madeforai-supplychain-connector@0.5.2"],
      "env": {
        "MADEFORAI_ACCESS_TOKEN": "replace-with-your-32-character-or-longer-token"
      }
    }
  }
}

The command exits with a clear error until MADEFORAI_ACCESS_TOKEN is set. Tokens must contain at least 32 characters.

Manual installation

As a fallback, download madeforai-supplychain-connector-0.5.2.tgz from the matching GitHub Release, then install it:

npm install --global ./madeforai-supplychain-connector-0.5.2.tgz
madeforai-supplychain

Build from source

git clone https://github.com/amplichina/madeforai-supplychain-skill.git
cd madeforai-supplychain-skill
npm ci
npm run build
npm test

MCP client configuration

Request a client access token from MadeForAI. Keep it out of source code, screenshots, issue reports, and public examples.

For an npx-based installation:

{
  "mcpServers": {
    "madeforai": {
      "command": "npx",
      "args": ["--yes", "madeforai-supplychain-connector@0.5.2"],
      "env": {
        "MADEFORAI_ACCESS_TOKEN": "replace-with-your-32-character-or-longer-token"
      }
    }
  }
}

For a source checkout, use node with the absolute path to dist/src/index.js.

Clients with native remote MCP support may connect directly:

{
  "url": "https://api.madeforai.net/mcp",
  "headers": {
    "Authorization": "Bearer replace-with-your-client-token"
  }
}

Public MCP tools

  • create_supplychain_task
  • generate_artwork_brief
  • generate_quote_request
  • generate_order_draft
  • confirm_order_draft
  • confirm_production_feedback
  • create_payment_link
  • quick_start_prototype_pipeline
  • get_task

Production feedback, payment confirmation, manufacturing progress, quality checks, shipment, and completion remain unavailable through this public connector.

Safety boundaries

MadeForAI does not generate images, run LLM inference, process real payments, or automatically place supplier orders in this release. A submitted task enters a manual-review queue; submission does not mean that review has started, and no response time is guaranteed. Prices and lead times remain unconfirmed until manual feedback is recorded.

License

The connector is MIT licensed. The hosted control plane, production workspace, credentials, databases, and production operations are separate proprietary services.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured