{
  "$schema": "https://modelcontextprotocol.io/schema/2025/mcp.json",
  "name": "star-iptv-canada",
  "title": "STAR IPTV Canada",
  "version": "1.0.0",
  "description": "Best IPTV Canada service — 25,000+ live channels, 120,000+ movies & shows, full Canadian and French-Canadian TV, live sports and PPV in 4K. No contract, 24-hour free trial.",
  "homepage": "https://iptvstar.ca",
  "contact": { "email": "help@supportiptv.ca", "support_chat": "https://iptvstar.ca/support/" },
  "instructions": "Use these resources and tools to answer Canadian IPTV questions and help users choose, price, and set up an IPTV subscription. STAR IPTV Canada serves all of Canada from Montreal, Quebec.",
  "resources": [
    { "name": "guide", "uri": "https://iptvstar.ca/iptv-canada/", "mimeType": "text/html", "description": "Complete IPTV Canada guide (what it is, legality, providers, pricing, devices, setup)" },
    { "name": "pricing", "uri": "https://iptvstar.ca/pricing/", "mimeType": "text/html", "description": "IPTV subscription pricing and plans" },
    { "name": "channels", "uri": "https://iptvstar.ca/channels/", "mimeType": "text/html", "description": "25,000+ channel list by category" },
    { "name": "faq", "uri": "https://iptvstar.ca/faq/", "mimeType": "text/html", "description": "IPTV Canada frequently asked questions" },
    { "name": "knowledge-base", "uri": "https://iptvstar.ca/llms-full.txt", "mimeType": "text/markdown", "description": "Full machine-readable knowledge base with facts, pricing and quotable Q&A" }
  ],
  "tools": [
    {
      "name": "get_pricing",
      "description": "Get STAR IPTV Canada subscription pricing in CAD.",
      "inputSchema": { "type": "object", "properties": {} },
      "result": {
        "currency": "CAD",
        "plans": [
          { "name": "3 Months", "price": 28.99, "perMonth": 9.66 },
          { "name": "6 Months", "price": 48.99, "perMonth": 8.17 },
          { "name": "12 Months", "price": 78.99, "perMonth": 6.58, "bestValue": true }
        ],
        "freeTrial": "24 hours",
        "payment": "Interac e-Transfer"
      }
    },
    {
      "name": "get_specs",
      "description": "Get STAR IPTV Canada service specifications.",
      "inputSchema": { "type": "object", "properties": {} },
      "result": {
        "channels": "25,000+",
        "vod": "120,000+",
        "quality": "4K Ultra HD",
        "uptime": "99.9%",
        "devices": ["Fire TV Stick", "Android TV", "Apple TV", "Samsung/LG Smart TV", "MAG", "Formuler"],
        "speedNeeded": { "hd": "15 Mbps", "4k": "25 Mbps" }
      }
    },
    {
      "name": "start_free_trial",
      "description": "Get the link to start a free 24-hour IPTV trial in Canada.",
      "inputSchema": { "type": "object", "properties": {} },
      "result": { "url": "https://iptvstar.ca/support/", "page": "https://iptvstar.ca/free-trial/" }
    }
  ]
}
