{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "schemaVersion": "2026-03-01",
  "name": "castironfaq",
  "title": "Cast Iron FAQ — Expert Cast iron MCP",
  "description": "Search Cast Iron FAQ's expert cast iron database in natural language — spec-driven reviews, the proprietary IronGrade™ ranking system, head-to-head comparisons, community intel, and buying advice across skillet pans, griddle pans, enamel pans, e-pans, lids, seasonings, surfaces, saddles, and helmets.",
  "version": "1.0.0",
  "serverInfo": { "name": "castironfaq", "version": "1.0.0" },
  "websiteUrl": "https://castironfaq.com",
  "documentationUrl": "https://castironfaq.com/mcp",
  "repository": "https://github.com/automationsquadhq/castironfaq-mcp",
  "publisher": { "name": "Cast Iron FAQ", "url": "https://castironfaq.com" },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://REPLACE-ME.search.ai.cloudflare.com/mcp",
      "_todo": "Placeholder — provision the Cast Iron FAQ 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 Cast Iron FAQ 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 Cast Iron FAQ knowledge base (products, IronGrade™ rankings, head-to-head comparisons, how-to guides, and community Q&A) and return the most relevant content with source URLs.",
        "inputSchema": {
          "type": "object",
          "properties": { "query": { "type": "string", "description": "Natural-language cast iron question." } },
          "required": ["query"]
        }
      }
    ]
  }
}
