Skip to main content
ClaudeWave
amplichina avatar
amplichina

madeforai-supplychain-skill

Ver en GitHub

Give AI agents hands in the real world. An open-source MCP execution control layer between AI agents and China-based manufacturing — with humans holding every irreversible gate.

MCP ServersRegistry oficial1 estrellas0 forksTypeScriptMITActualizado yesterday
Install in Claude Code / Claude Desktop
Method: NPX · Set
Claude Code CLI
claude mcp add madeforai-supplychain-skill -- npx -y Set
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "madeforai-supplychain-skill": {
      "command": "npx",
      "args": ["-y", "Set"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

<!-- 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:

```bash
npx --yes madeforai-supplychain-connector@0.5.2
```

For MCP clients, use `npx` as the command:

```json
{
  "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:

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

## Build from source

```bash
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:

```json
{
  "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:

```json
{
  "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.
ai-agentshuman-in-the-loopmanufacturingmcpmodel-context-protocolopen-sourcesupply-chaintypescript

Lo que la gente pregunta sobre madeforai-supplychain-skill

¿Qué es amplichina/madeforai-supplychain-skill?

+

amplichina/madeforai-supplychain-skill es mcp servers para el ecosistema de Claude AI. Give AI agents hands in the real world. An open-source MCP execution control layer between AI agents and China-based manufacturing — with humans holding every irreversible gate. Tiene 1 estrellas en GitHub y se actualizó por última vez yesterday.

¿Cómo se instala madeforai-supplychain-skill?

+

Puedes instalar madeforai-supplychain-skill clonando el repositorio (https://github.com/amplichina/madeforai-supplychain-skill) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar amplichina/madeforai-supplychain-skill?

+

amplichina/madeforai-supplychain-skill aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene amplichina/madeforai-supplychain-skill?

+

amplichina/madeforai-supplychain-skill es mantenido por amplichina. La última actividad registrada en GitHub es de yesterday, con 0 issues abiertos.

¿Hay alternativas a madeforai-supplychain-skill?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega madeforai-supplychain-skill en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: amplichina/madeforai-supplychain-skill
[![Featured on ClaudeWave](https://claudewave.com/api/badge/amplichina-madeforai-supplychain-skill)](https://claudewave.com/repo/amplichina-madeforai-supplychain-skill)
<a href="https://claudewave.com/repo/amplichina-madeforai-supplychain-skill"><img src="https://claudewave.com/api/badge/amplichina-madeforai-supplychain-skill" alt="Featured on ClaudeWave: amplichina/madeforai-supplychain-skill" width="320" height="64" /></a>

Más MCP Servers

Alternativas a madeforai-supplychain-skill