← pharmacybroker.ca

INDIVIDUAL MCP TOOL

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.

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 submit_enquiry and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

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

  • list_pharmacies_for_sale — Current pharmacy listings on PharmacyBroker.ca with code, title, location, province, type, status, asking price where published, and highlights.
  • 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.