{
  "name": "bradybnumbers",
  "title": "BradyBNumbers.com — Brady Material Specification Server",
  "description": "Live Model Context Protocol server for BradyBNumbers.com. Gives AI agents read-only tools over 603 Brady B-number material specifications extracted from official Brady Technical Data Sheets, 14,051 orderable commercial SKUs, wire-marker sizing data, and human-verified competitor cross-references (Panduit, TE Connectivity/Raychem, 3M ScotchCode, Brother, Dymo, Epson).",
  "version": "1.0.0",
  "protocol": "model-context-protocol",
  "transport": {
    "type": "streamable-http",
    "url": "https://www.bradybnumbers.com/api/mcp"
  },
  "authentication": { "type": "none" },
  "documentation": "https://www.bradybnumbers.com/mcp",
  "tools": [
    "search_catalog",
    "get_material",
    "get_sku",
    "cross_reference",
    "recommend_wire_marker",
    "list_materials"
  ],
  "notes": "Tool schemas are served live by the endpoint via tools/list. All tools are read-only and every response includes canonical bradybnumbers.com URLs for citation. Full site index for LLMs: https://www.bradybnumbers.com/llms-full.txt"
}
