Bt Reseller MCP MCP Server

A Model Context Protocol (MCP) server that exposes the [Netify BT-Authorised Reseller Programme](https://www.netify.co.uk/resell/bt-business-services/

Local serverstdio

What is the Bt Reseller MCP MCP server?

Bt Reseller MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. A Model Context Protocol (MCP) server that exposes the Netify BT-Authorised Reseller Programme as a callable surface for AI agents.

What you get

Registered office: Moor Hall Barn, Workhouse Lane, Melton Constable, Norfolk, NR24 2BE, England.

What the assistant can call

Once Bt Reseller MCP is connected, these are the calls the assistant has available:

  • get_programme_info — Programme metadata (route, fees=£0, joining target=0, partner details)
  • list_products — All seven resellable BT Business products. Optional category filter
  • get_product — Full details for one product by key (fttp, sogea, cve, badr, btnet, sdwan, sase)
  • check_eligibility — Scores a prospective reseller 0-100 against the five BT dimensions. Returns blockers and next steps
  • estimate_commission — Qualitative monthly and annual run-rate commission estimate (ranges and formula descriptions, never exact rates)
  • build_application_url — Constructs a prefilled reseller application URL
  • list_compliance_requirements — The five compliance checks BT actually performs

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Bt Reseller MCP's toolset — get_programme_info, list_products, get_product and 4 more — is a fair guide to whether it matches your workflow. It is maintained by netifymarketplace; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the bt reseller mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
get_programme_infoProgramme metadata (route, fees=£0, joining target=0, partner details).
list_productsAll seven resellable BT Business products. Optional category filter.
get_productFull details for one product by key (fttp, sogea, cve, badr, btnet, sdwan, sase).
check_eligibilityScores a prospective reseller 0-100 against the five BT dimensions. Returns blockers and next steps.
estimate_commissionQualitative monthly and annual run-rate commission estimate (ranges and formula descriptions, never exact rates).
build_application_urlConstructs a prefilled reseller application URL.
list_compliance_requirementsThe five compliance checks BT actually performs.

Example prompts to try

  • Use Bt Reseller MCP to get programme info.
  • Use Bt Reseller MCP to list products.
  • Use Bt Reseller MCP to get product.

Frequently asked questions

It connects Bt Reseller MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (get_programme_info, list_products, get_product, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Bt Reseller MCP directly.