← garagedoorman.ca

INDIVIDUAL MCP TOOL

get_business_facts

The published facts about Garage Doorman: what it does, the phone number, opening hours, the towns it serves, its services, and how it handles pricing.

garagedoorman.canone authenticationAvailability not checked

LIVE ENDPOINT

https://www.garagedoorman.ca/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_business_facts 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

garagedoorman.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.ca-garagedoorman-site]
url = "https://www.garagedoorman.ca/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ca-garagedoorman-site": {
      "type": "http",
      "url": "https://www.garagedoorman.ca/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ca-garagedoorman-site
Remote MCP URL: https://www.garagedoorman.ca/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": {
    "ca-garagedoorman-site": {
      "url": "https://www.garagedoorman.ca/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "ca-garagedoorman-site",
  "transport": "streamable-http",
  "url": "https://www.garagedoorman.ca/mcp"
}
MCP Inspector

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

Related tools

  • search — Keyword search over the pages of the Garage Doorman website.
  • fetch — The full text of one page of the Garage Doorman website, as Markdown, with its canonical URL for citation.
  • request_quote — Ask Garage Doorman to contact a homeowner about a garage door repair, a new door, an opener or a tune-up.