npm madeforai-supplychain-connectorstdioMITupdated 1mo ago
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.
O que dá para fazer com 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_taskgenerate_artwork_briefgenerate_quote_requestgenerate_order_draftconfirm_order_draftconfirm_production_feedbackcreate_payment_linkquick_start_prototype_pipelineget_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.
Instalação
Adicione madeforai supplychain skill ao seu cliente. Escolha o que você usa.
claude mcp add madeforai-supplychain-connector -- npx -y madeforai-supplychain-connectorcodex mcp add madeforai-supplychain-connector -- npx -y madeforai-supplychain-connectoramp mcp add madeforai-supplychain-connector -- npx -y madeforai-supplychain-connector{
"mcpServers": {
"madeforai-supplychain-connector": {
"command": "npx",
"args": [
"-y",
"madeforai-supplychain-connector"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"madeforai-supplychain-connector": {
"command": "npx",
"args": [
"-y",
"madeforai-supplychain-connector"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"madeforai-supplychain-connector","command":"npx","args":["-y","madeforai-supplychain-connector"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"madeforai-supplychain-connector": {
"command": "npx",
"args": [
"-y",
"madeforai-supplychain-connector"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"madeforai-supplychain-connector": {
"command": "npx",
"args": [
"-y",
"madeforai-supplychain-connector"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"madeforai-supplychain-connector": {
"command": "npx",
"args": [
"-y",
"madeforai-supplychain-connector"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"madeforai-supplychain-connector": {
"type": "local",
"command": "npx",
"args": [
"-y",
"madeforai-supplychain-connector"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"madeforai-supplychain-connector": {
"command": {
"path": "npx",
"args": [
"-y",
"madeforai-supplychain-connector"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y madeforai-supplychain-connectorRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção16/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 33 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.5.2Mais recente | 30 de jul. de 2026 |