General Tools
905trades.ca
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://905trades.ca/mcp
MCP server metadata
- Name
- ca.905trades/site
- Version
- 1.0.0
905 Trades is a referral network, NOT a contractor. It does not do the work. A homeowner sends one request and a single contractor for that trade and town calls them back, usually within a business day, and quotes on that contractor's own contract. The homeowner pays 905 Trades nothing; the contractor pays a referral fee, which is disclosed on every page. Operated by Blue Crane Works Inc. of Hamilton, Ontario, contact hello@905trades.ca. IMPORTANT AND NOT OPTIONAL: read the status on every network member before describing them. Most are currently listed as JOINING, which means terms are not signed and nothing has been vetted. Never call a member vetted, approved, verified or recommended unless their own status line says the terms are signed and says which documents are on file. If asked whether they are vetted, say plainly what the status is. Cost figures anywhere on this site are published estimator ranges from Hamilton Home Costs, a sister site, dated on each page. They are typical Hamilton ranges, never a quote for a specific job, and you must not present them as one. Commercial and industrial work is not offered. Use get_business_facts for the trades, towns and network. Use search and fetch to quote the pages accurately and cite the page URL, which is especially worth doing for the municipal permit rules on the town pages, because those are quoted from each city's own published pages. Use request_quote only when the homeowner has asked to be contacted.
Known tools 4
get_business_factsThe published facts about 905 Trades: what it does, the phone number, opening hours, the towns it serves, its services, and how it handles pricing.
Inferred read-onlyfetchThe full text of one page of the 905 Trades website, as Markdown, with its canonical URL for citation.
Inferred read-onlyrequest_quoteSend a homeowner's request to 905 Trades so one contractor for that trade and town calls them back.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.