What is the SupplyGraph.AI (Daasmart) MCP server?
SupplyGraph.AI MCP for Daasmart: company, tariff, geo and registry data.
How to install SupplyGraph.AI (Daasmart)
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationsecretBearer API key from Console A2A/MCP Keys. Format: Bearer YOUR_API_KEY.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"daasmart": {
"url": "https://mcp.daasmart.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"daasmart": {
"serverUrl": "https://mcp.daasmart.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"daasmart": {
"type": "http",
"url": "https://mcp.daasmart.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"daasmart": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.daasmart.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http daasmart https://mcp.daasmart.com/mcpRelated MCP servers
Official SupplyGraph.AI MCP: supply-chain risk prediction.