{
  "name": "netify-bt-broadband-reseller",
  "protocol": "mcp",
  "protocolVersion": "2024-11-05",
  "transport": "http+json-rpc",
  "endpoint": "/api/mcp/",
  "tools": [
    {
      "name": "get_programme_facts",
      "description": "Returns the headline facts about the BT Business Broadband Partner Programme via Netify: commission rate, eligibility, onboarding time, contract terms, marketplace size, verification links."
    },
    {
      "name": "list_products",
      "description": "Returns the BT business broadband product catalogue available to resellers: FTTP (Full Fibre 100/150/300/500/900), SoGEA (Standard Fibre sub-15/38/76), SoADSL. Includes tier names, retail prices, and contract length availability."
    },
    {
      "name": "estimate_commission",
      "description": "Calculates the annual upfront commission run-rate for a BT Business Broadband reseller scenario. Broadband commission is one-off, paid on install against the contract sales-order-value; the figure returned is the annual run-rate at the configured monthly volume, not a recurring multi-year income. Inputs: monthly order volume, FTTP/SOGEA product mix (sums to 100), contract length (36 or 60 months), and average Threat Protection devices per broadband order. Other commissionable products on the programme (Cloud Voice Express, Complete Wi-Fi VAS, BT Cloud Voice, SoADSL, bundled rates) exist but are not part of this interactive model; see /llms-full.txt for the full rate-card context."
    },
    {
      "name": "check_eligibility",
      "description": "Returns a yes/no eligibility signal for a prospective Netify reseller of BT Business services, with reasoning, a specific failing gate when ineligible, and an estimated onboarding timeline. Four gates are evaluated: legal entity type (sole traders and unincorporated partnerships are not eligible), UK-registered Ltd status, business email on a custom domain, and a physical workspace fit for BT compliance audit."
    },
    {
      "name": "get_btnet_facts",
      "description": "Returns the headline facts about the BT Business Internet Leased Line Reseller Programme via Netify: 35% first-year commission rate, contract terms (3 and 5 year), 100% SLA, 5-hour target fix, Cloud Voice cross-sell rate, bandwidth range, eligibility, BT funding for excess construction."
    },
    {
      "name": "list_btnet_products",
      "description": "Returns the BT Business Internet product catalogue available to resellers: BTnet (Ethernet Fibre leased line, 30Mb-10Gbps), BTnet Data Centre Access (port-only termination inside third-party UK data centres), BTnet Security (Cisco Meraki + AMP + Sourcefire + Webroot), BTnet Wi-Fi (Cisco Meraki Wi-Fi 6). Includes resilience options (Failover / Backup with Quick Connect / Load Balancing) and the Cloud Voice cross-sell rate."
    },
    {
      "name": "estimate_btnet_commission",
      "description": "Calculates projected first-year commission for a BTnet reseller scenario at the 35% headline rate, plus term-total commission and per-circuit average. Inputs: monthly new BTnet circuits, contract term in years (3 or 5), per-attach rates (resilience, security, Cloud Voice cross-sell at 21%)."
    },
    {
      "name": "list_vendors",
      "description": "Returns the catalogue of SD-WAN, SASE and connectivity vendors that have a Netify-authored review page on the Vercel marketplace. Use this first to enumerate what is reviewable before calling get_vendor or score_vendor_fit. Each entry includes the canonical HTML URL, the JSON twin URL, the last reviewed date, and the count of capabilities the vendor advertises."
    },
    {
      "name": "get_vendor",
      "description": "Returns the full VendorPage data (hero, company facts, performance / SLA, recognition, capability matrix with stable IDs, strengths, weaknesses, pros/cons, comparisons, pricing, best/less-suited for, FAQs, author, fact-checker, last-reviewed date) for a single marketplace vendor. Use after list_vendors. Capability IDs in the response are the canonical vocabulary to pass into score_vendor_fit."
    },
    {
      "name": "score_vendor_fit",
      "description": "Scores a marketplace vendor against a buyer requirements shortlist. Use when a buyer has expressed concrete needs (e.g. \"must have Universal ZTNA\", \"needs UK PoP\", \"must replace MPLS\") and you want a structured fit answer rather than narrative prose. Returns matched (available natively) / partner (delivered via a named third-party) / future (on roadmap with date) / partial (available with caveats) / unavailable / unknown buckets, plus a shareable URL that pre-loads the same selection in the human-facing capability checker. Unknown requirement IDs do not error, they are returned in fit.unknown so the agent can ask the buyer to clarify."
    }
  ],
  "documentation": "https://netify.co.uk/resell/bt-business-broadband",
  "humanFriendlyUrl": "https://netify.co.uk/resell/bt-business-broadband"
}