{
  "markdown": "<!-- mcp-name: io.github.amplichina/madeforai-supplychain-skill -->\n\n# MadeForAI Hosted Supply Chain Connector\n\nThis 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.\n\n## Trust boundary\n\nThe connector contains only stdio transport, the nine public tool names, and a fixed upstream endpoint: `https://api.madeforai.net/mcp`.\n\nIt 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.\n\n## Run with npx\n\nSet your MadeForAI client access token, then run the connector directly from npm:\n\n```bash\nnpx --yes madeforai-supplychain-connector@0.5.2\n```\n\nFor MCP clients, use `npx` as the command:\n\n```json\n{\n  \"mcpServers\": {\n    \"madeforai\": {\n      \"command\": \"npx\",\n      \"args\": [\"--yes\", \"madeforai-supplychain-connector@0.5.2\"],\n      \"env\": {\n        \"MADEFORAI_ACCESS_TOKEN\": \"replace-with-your-32-character-or-longer-token\"\n      }\n    }\n  }\n}\n```\n\nThe command exits with a clear error until `MADEFORAI_ACCESS_TOKEN` is set. Tokens must contain at least 32 characters.\n\n## Manual installation\n\nAs a fallback, download `madeforai-supplychain-connector-0.5.2.tgz` from the matching GitHub Release, then install it:\n\n```bash\nnpm install --global ./madeforai-supplychain-connector-0.5.2.tgz\nmadeforai-supplychain\n```\n\n## Build from source\n\n```bash\ngit clone https://github.com/amplichina/madeforai-supplychain-skill.git\ncd madeforai-supplychain-skill\nnpm ci\nnpm run build\nnpm test\n```\n\n## MCP client configuration\n\nRequest a client access token from MadeForAI. Keep it out of source code, screenshots, issue reports, and public examples.\n\nFor an npx-based installation:\n\n```json\n{\n  \"mcpServers\": {\n    \"madeforai\": {\n      \"command\": \"npx\",\n      \"args\": [\"--yes\", \"madeforai-supplychain-connector@0.5.2\"],\n      \"env\": {\n        \"MADEFORAI_ACCESS_TOKEN\": \"replace-with-your-32-character-or-longer-token\"\n      }\n    }\n  }\n}\n```\n\nFor a source checkout, use `node` with the absolute path to `dist/src/index.js`.\n\nClients with native remote MCP support may connect directly:\n\n```json\n{\n  \"url\": \"https://api.madeforai.net/mcp\",\n  \"headers\": {\n    \"Authorization\": \"Bearer replace-with-your-client-token\"\n  }\n}\n```\n\n## Public MCP tools\n\n- `create_supplychain_task`\n- `generate_artwork_brief`\n- `generate_quote_request`\n- `generate_order_draft`\n- `confirm_order_draft`\n- `confirm_production_feedback`\n- `create_payment_link`\n- `quick_start_prototype_pipeline`\n- `get_task`\n\nProduction feedback, payment confirmation, manufacturing progress, quality checks, shipment, and completion remain unavailable through this public connector.\n\n## Safety boundaries\n\nMadeForAI 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.\n\n## License\n\nThe connector is MIT licensed. The hosted control plane, production workspace, credentials, databases, and production operations are separate proprietary services.\n",
  "bytes": 3453,
  "sha": "e46416227ab70de8b17c426a091eb4cc05e6795f2a02520498203b28b1a1a40c",
  "repo_slug": "amplichina/madeforai-supplychain-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_amplichina_madeforai_supplycha_c8b9a442/readme"
}