{
  "schemaVersion": "2025-03-26",
  "serverInfo": {
    "name": "conntek-aibridge",
    "version": "1.0.0",
    "title": "CONNTEK Product MCP Server",
    "description": "Query the CONNTEK (昆泰芯微电子) magnetic-sensor product catalog: search by spec or use-case, get full datasheets, find competitor replacements, compare parts, and simulate magnetic fields.",
    "vendor": "CONNTEK Microelectronics (昆泰芯微电子)",
    "documentation": "https://chat.connteck.com/for-ai/"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://conntek-aibridge.liyandong0514.workers.dev/mcp"
  },
  "auth": {
    "type": "none",
    "note": "Read-only product tools are public; no credentials required."
  },
  "tools": [
    {
      "name": "search_products",
      "description": "Search CONNTEK products by structured specs (voltage / temperature / interface / package) and/or use-case keywords such as 游戏摇杆, 鼠标编码器, 气缸位置, 汽车级霍尔."
    },
    {
      "name": "get_product_details",
      "description": "Get complete specs, cross-references and datasheet links for a specific CONNTEK part number (e.g. KTH5772)."
    },
    {
      "name": "find_replacement",
      "description": "Find the CONNTEK replacement for a competitor part (e.g. TMAG5273, DRV5032, AS5600)."
    },
    {
      "name": "compare_products",
      "description": "Compare 2–10 CONNTEK products side by side across their key parameters."
    },
    {
      "name": "list_catalog",
      "description": "List all active CONNTEK products, optionally filtered by category."
    },
    {
      "name": "simulate_magnetic_field",
      "description": "Simulate the magnetic field for a given magnet geometry and air gap (magpylib-based) to reason about sensor placement."
    }
  ]
}
