MadeForAI Supply Chain Connector
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MadeForAI Supply Chain ConnectorCreate a supply chain task to source 500 eco-friendly water bottles."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Nervora
Run with npx
Set your MadeForAI client access token, then run the connector directly from npm:
npx --yes madeforai-supplychain-connector@0.5.2For 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-supplychainBuild from source
git clone https://github.com/amplichina/madeforai-supplychain-skill.git
cd madeforai-supplychain-skill
npm ci
npm run build
npm testMCP 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceActs as an AI Gateway for MCP servers using Azure API Management, implementing the latest MCP Authorization specification.Last updated126MIT
- Alicense-qualityCmaintenanceA secure MCP gateway for enterprise AI tool execution, enabling governed invocation of business tools with authentication, RBAC, audit logging, PII redaction, and async processing.Last updatedApache 2.0
- Alicense-qualityAmaintenanceEnables AI assistants to securely connect with SAP ABAP and BTP services, allowing execution of function modules, BAPIs, table reads, and various BTP operations through MCP.Last updated1Apache 2.0
- Alicense-qualityCmaintenanceMCP server for integrating manufacturing systems (MES/ERP/quality/maintenance) with LLM agents, enabling event ingestion, incident triage, approval workflows, and RAG-based knowledge retrieval.Last updatedMIT
Related MCP Connectors
Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
Single entry point for the GOSCE portfolio: routes orchestrators to verified agents by capability, w
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amplichina/madeforai-supplychain-skill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server