← pharmacybroker.ca

INDIVIDUAL MCP TOOL

list_pharmacies_for_sale

Current pharmacy listings on PharmacyBroker.ca with code, title, location, province, type, status, asking price where published, and highlights.

pharmacybroker.canone authenticationAvailability not checked

LIVE ENDPOINT

https://pharmacybroker.ca/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_pharmacies_for_sale and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

pharmacybroker.ca

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pharmacybroker-ca]
url = "https://pharmacybroker.ca/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pharmacybroker-ca": {
      "type": "http",
      "url": "https://pharmacybroker.ca/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pharmacybroker-ca
Remote MCP URL: https://pharmacybroker.ca/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pharmacybroker-ca": {
      "url": "https://pharmacybroker.ca/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pharmacybroker-ca": {
      "type": "http",
      "url": "https://pharmacybroker.ca/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pharmacybroker-ca",
  "transport": "streamable-http",
  "url": "https://pharmacybroker.ca/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_listing — Full public detail for one pharmacy listing, by listing code (for example PB-012) or URL slug.
  • search_pharmacy_directory — Search the PharmacyBroker.ca directory of licensed pharmacies, built from the provincial College registers.
  • pharmacy_ownership_summary — Totals and the largest ownership groups or banners for a province directory: how many pharmacies, how many distinct owners (BC), the top owners or banner groups with store counts, the top cities, and (BC) recent ownership changes, openings, and closures detected between register refreshes.
  • province_market_overview — Market facts for buying or selling a pharmacy in one Canadian province or territory: typical EBITDA multiple range, the regulator that oversees ownership transfers, key facts about the funding model and market, and the link to the province page.
  • estimate_pharmacy_value — Indicative enterprise value range for a Canadian pharmacy from the same calibrated model as the website calculator, using provincial multiple ranges, size bands, and lease and setting risk.
  • list_guides — The published PharmacyBroker.ca guides on pharmacy valuation, EBITDA normalization, asset versus share sales, the sale process and timeline, bank financing, vendor take back financing, long term care valuation, and pharmacy websites, each with its short question and answer pairs.
  • submit_enquiry — Send a confidential enquiry to PharmacyBroker.ca on behalf of the user: to request NDA access to a listing, register as a buyer, or ask about selling or valuing a pharmacy.