{
  "version": "1.0",
  "name": "IPTV Balkan WebMCP",
  "description": "WebMCP interface for IPTV Balkan — allows AI agents to query pricing, FAQ, channels, and setup guides",
  "tools": [
    { "name": "get-pricing", "description": "Get current subscription plans and prices" },
    { "name": "get-faq", "description": "Get FAQ entries about IPTV Balkan" },
    { "name": "get-contact", "description": "Get customer support contact information" },
    { "name": "get-channels", "description": "Get available IPTV channels by country or category" },
    { "name": "get-install-guide", "description": "Get device-specific IPTV installation guide" },
    { "name": "get-trial-form", "description": "Get free trial registration form schema" }
  ],
  "resources": {
    "knowledge": "/knowledge.json",
    "documentation": "/llms-full.txt"
  }
}
