MCP server giving AI agents structured access to supply chain data — inventory, demand forecasts, suppliers, EDI parsing, and disruption alerts.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"supply-chain-mcp-ser": {
"command": "npx",
"args": [
"-y",
"j-newcom/supply-chain-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add supply-chain-mcp-ser npx -y j-newcom/supply-chain-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"supply-chain-mcp-ser": {
"command": "npx",
"args": [
"-y",
"j-newcom/supply-chain-mcp-server"
]
}
}
}