{
  "serverInfo": {
    "name": "NBT Tech MCP Server",
    "version": "1.0.0",
    "description": "Streamable HTTP MCP tools and browser-native WebMCP tools for B2B industrial chemical catalog search, product specifications, AI formulations, and commercial quote requests."
  },
  "manifest": "https://nbthq.com/.well-known/mcp/manifest.json",
  "transport": {
    "type": "http",
    "url": "https://nbthq.com/api/mcp",
    "streamable": true,
    "fallback": "webmcp"
  },
  "capabilities": {
    "tools": {
      "supported": true,
      "list": [
        {
          "name": "nbt-search-catalog",
          "description": "Search NBT product catalog by keyword. Returns up to 5 matching products with ID, name, and category.",
          "readOnlyHint": true
        },
        {
          "name": "nbt-product-detail",
          "description": "Get public details for a specific NBT product by slug ID. Returns name, category, availability, and delivery info.",
          "readOnlyHint": true
        },
        {
          "name": "nbt-request-quote",
          "description": "Open a B2B quote request form for NBT industrial chemicals. Dispatches to CRM portal with prefilled contact details.",
          "readOnlyHint": false
        },
        {
          "name": "nbt-navigate-page",
          "description": "Navigate to an allowed page on the NBT website. Returns valid routes on invalid input.",
          "readOnlyHint": true
        }
      ]
    },
    "resources": {
      "supported": false
    },
    "prompts": {
      "supported": false
    }
  },
  "security": {
    "rateLimiting": "5 calls per tool per 10s, 20 global calls per 30s",
    "inputSanitization": "Multi-layer pipeline: prototype pollution guard, prompt injection filtering, HTML stripping, Unicode normalization",
    "sameOriginOnly": true
  }
}
