PluginBench
MCP Server

SupplyGraph.AI MCP Server

io.github.SupplyGraphAI/supplygraph

What is the SupplyGraph.AI MCP server?

Official SupplyGraph.AI MCP: supply-chain risk prediction.

How to install SupplyGraph.AI

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    secret

    Bearer API key from Console → Developer Settings → A2A/MCP Keys. Format: Bearer YOUR_API_KEY. Optional for tools/list.

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "supplygraph": {
      "url": "https://mcp.supplygraph.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "supplygraph": {
      "serverUrl": "https://mcp.supplygraph.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "supplygraph": {
      "type": "http",
      "url": "https://mcp.supplygraph.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "supplygraph": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.supplygraph.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http supplygraph https://mcp.supplygraph.ai/mcp

Related MCP servers

SupplyGraph.AI MCP for Daasmart: company, tariff, geo and registry data.