supply-chain-mcp-server

j-newcom/supply-chain-mcp-server
★ 0 stars Unknown language AI/LLM Updated 1d ago
MCP server giving AI agents structured access to supply chain data — inventory, demand forecasts, suppliers, EDI parsing, and disruption alerts.
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}