{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "schemaVersion": "2026-03-01",
  "name": "heatedgadget",
  "title": "HeatedGadget — Expert Heat-Press & Crafting MCP",
  "description": "Search HeatedGadget's expert heat-press and crafting database in natural language — spec-driven machine reviews, the proprietary HeatScore™ ranking system, head-to-head comparisons, temperature & time settings, and buying advice across heat presses, cutting machines, sublimation printers, HTV, sublimation, DTF and blanks.",
  "version": "1.0.0",
  "serverInfo": { "name": "heatedgadget", "version": "1.0.0" },
  "websiteUrl": "https://heatedgadget.com",
  "documentationUrl": "https://heatedgadget.com/mcp",
  "repository": "https://github.com/automationsquadhq/heatedgadget-mcp",
  "publisher": { "name": "HeatedGadget", "url": "https://heatedgadget.com" },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://REPLACE-ME.search.ai.cloudflare.com/mcp",
      "_todo": "Placeholder — provision the HeatedGadget Cloudflare AI Search instance and replace with its live endpoint before publishing this server card."
    }
  ],
  "transport": {
    "type": "http",
    "url": "https://REPLACE-ME.search.ai.cloudflare.com/mcp",
    "_todo": "Placeholder — set to the live HeatedGadget MCP endpoint once the Cloudflare AI Search instance is provisioned."
  },
  "authentication": { "type": "none", "note": "Public, unauthenticated. Rate limited to 120 requests/60s." },
  "capabilities": {
    "tools": [
      {
        "name": "search",
        "description": "Search the HeatedGadget knowledge base (products, HeatScore™ rankings, head-to-head comparisons, settings, how-to guides) and return the most relevant content with source URLs.",
        "inputSchema": {
          "type": "object",
          "properties": { "query": { "type": "string", "description": "Natural-language heat-press or crafting question." } },
          "required": ["query"]
        }
      }
    ]
  }
}
