★ 0 stars
JavaScript
📁 File System
Updated 1d ago
MCP server for real-time supply chain intelligence — 24 tools: Global Disruption Index, Manufacturing Index, commodity prices, port congestion, border delays, chokepoints, air cargo, trade policy, energy, rail, freight, economic indicators, predictive signals, and AI intelligence briefs
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"supplymaven-mcp-serv": {
"command": "npx",
"args": [
"-y",
"SupplyMaven-SCR/supplymaven-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add supplymaven-mcp-serv npx -y SupplyMaven-SCR/supplymaven-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"supplymaven-mcp-serv": {
"command": "npx",
"args": [
"-y",
"SupplyMaven-SCR/supplymaven-mcp-server"
]
}
}
}