{
  "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 per-deal one-off commission for a single BT Business Broadband reseller scenario, plus the annualised pipeline run-rate at the configured deals-per-month volume. Models the full rate-card spectrum: 3 products (FTTP, SOGEA Standard, Essential SOGEA 76 which pays a lower 10.5% NEW rate), 3 deal types (New, Resign no-change, Upgrade in resign window), Solus vs Bundled-with-Cloud-Voice-Express (Bundled drops the broadband portion to 18.9% but adds a CVE line at 21%), contract length 36 or 60 months, and optional Threat Protection devices per order at 17.5% on £4.99/device/month. Returns perDealCommission (one-off paid on install), perDealBreakdown (broadband, CVE, threatProtection components), broadbandContractSov, and annualCommissionAtMonthlyRunRate (perDeal x 12 x dealsPerMonth). Other commissionable products on the programme (SoADSL, BT Cloud Voice, Complete Wi-Fi VAS, CVE migration on resigns, in-life upgrades) exist on the rate card 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. Seven hard gates are evaluated: UK-registered Ltd status (sole traders and unincorporated partnerships are not eligible), business email on a custom domain, physical workspace fit for BT compliance audit, documented Anti-Bribery and Corruption policy, Ofcom General Conditions and UK GDPR adherence, UK-based staff handling customer data, and a named compliance owner inside the reseller business. Route to market (businessType) is informational only, it drives the next-step copy and does not gate the verdict."
    },
    {
      "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."
    },
    {
      "name": "list_cloud_voice_options",
      "description": "Returns the BT Cloud Voice rate card and valid identifiers: licence tiers (basic/connect/collaborate) with per-user prices by 24/36/60-month term, the UK Unlimited package price, sharer plans (uk / intFixed / intFixedMobile) with their minute bundles and per-site prices, user features and site features with ids and prices, handsets with ids and one-off prices, number/connection charges, discount step rules, and tier guidance. Call this first when you need exact ids, prices or option names before building a quote."
    },
    {
      "name": "calculate_cloud_voice_quote",
      "description": "Computes an indicative BT Cloud Voice quote from a quote state, using the same engine as the on-page calculator. Returns monthlyRecurring (MRR after per-line discounts), monthlyRecurringAtListBeforeDiscount, oneOffUpfront, perUserPerMonth, totalContractValue, a discountStatus flag, an itemised line breakdown, plus any blocking errors (e.g. fewer than 3 users) and warnings. This is the ONLY source of BT Cloud Voice prices — never compute prices yourself."
    },
    {
      "name": "create_cloud_voice_lead",
      "description": "Submit a BT Cloud Voice enquiry to Netify on behalf of a customer who has explicitly asked to proceed. Requires the customer's work email; name, company and phone are recommended. Optionally pass quoteState (same shape as calculate_cloud_voice_quote) to attach the exact indicative figures. This emails a Netify BT Cloud Voice specialist — the route that can run BT's internal Cloud Voice discount calculator and secure the discount — and takes NO BT-facing or contractual action. Only call with the customer's genuine email and explicit consent to be contacted."
    }
  ],
  "documentation": "https://netify.co.uk/resell/bt-business-broadband",
  "humanFriendlyUrl": "https://netify.co.uk/resell/bt-business-broadband"
}