MCP connector for human-reviewed manufacturing tasks through MadeForAI hosted fulfillment.
MCPpedia last refreshed this data
io.github.amplichina/madeforai-supplychain-skill is an MCP server that MCP connector for human-reviewed manufacturing tasks through MadeForAI hosted fulfillment. Its tool list has not been published yet over stdio and http, requires no API key, and scores 58/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"madeforai": {
"env": {
"MADEFORAI_ACCESS_TOKEN": "replace-with-your-32-character-or-longer-token"
},
"args": [
"--yes",
"madeforai-supplychain-connector@0.5.2"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'Set' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked Set against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Девять российских маркетплейсов и китайский Taobao как MCP-серверы: Wildberries, Ozon, Яндекс Маркет, Детский мир, Авито, Мегамаркет, Lamoda, DNS, Ситилинк. Плюс сравнение цен по всем сразу. Только чтение, ключи не нужны.
Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.
MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.
MCP server for Salesforce B2C Commerce Cloud development assistance
MCP Security Weekly
Get CVE alerts and security updates for io.github.amplichina/madeforai-supplychain-skill and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
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.
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
git clone https://github.com/amplichina/madeforai-supplychain-skill.git
cd madeforai-supplychain-skill
npm ci
npm run build
npm test
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"
}
}
create_supplychain_taskgenerate_artwork_briefgenerate_quote_requestgenerate_order_draftconfirm_order_draftconfirm_production_feedbackcreate_payment_linkquick_start_prototype_pipelineget_taskProduction feedback, payment confirmation, manufacturing progress, quality checks, shipment, and completion remain unavailable through this public connector.
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.
The connector is MIT licensed. The hosted control plane, production workspace, credentials, databases, and production operations are separate proprietary services.