{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.supplyslate/sourcing",
  "title": "SupplySlate",
  "description": "Agent-native supply network for components, fabrication, industrial RFQs, offers, and fulfillment.",
  "version": "2.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.supplyslate.com/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Optional for public discovery. Protected tools support OAuth or a scoped SupplySlate bearer credential.",
          "isRequired": false,
          "isSecret": true
        }
      ]
    }
  ]
}
