← 905trades.ca

INDIVIDUAL MCP TOOL

request_quote

Send a homeowner's request to 905 Trades so one contractor for that trade and town calls them back.

905trades.canone authenticationAvailability not checked

LIVE ENDPOINT

https://905trades.ca/mcp

No auth detected

Connect to this endpoint to inspect the live schema for request_quote 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.
  • A tool name or description suggests a financial action.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_business_facts — The published facts about 905 Trades: what it does, the phone number, opening hours, the towns it serves, its services, and how it handles pricing.
  • search — Keyword search over the pages of the 905 Trades website.
  • fetch — The full text of one page of the 905 Trades website, as Markdown, with its canonical URL for citation.