General Tools
collectemtl.ca
Provides Montréal waste collection schedules, ecocentre locations, and borough waste statistics via geocoding and calendar feeds.
ENDPOINT 1
https://collectemtl.ca/api/mcp
MCP server metadata
- Name
- collecte-mtl
- Version
- 0.0.1
Tools for Montréal (Québec) municipal waste collection. Use `find_waste_collection` to get collection schedules (garbage, recycling, food waste, green/bulky waste) for an address; `find_ecocentres` for the nearest drop-off centres; `get_borough_waste_stats` for borough-level recovery statistics; `get_collection_calendar` for a subscribable iCalendar (.ics) feed of the collection dates at an address. Data is best-effort and refreshed ~monthly — it is not a live feed. Coordinates and addresses must be within the island of Montréal.
Known tools 5
find_waste_collectionGiven a Montréal address (or lat/lng), return the waste-collection info for every stream (garbage, recycling, food/organic waste, green waste, bulky items, etc.) at that location: the collection days/schedule, an AI-normalized schedule with the exact upcoming dates when available, the sector, any exceptions, and the raw bilingual notice text.
Inferred read-onlyfind_ecocentresReturn the nearest municipal écocentres (drop-off centres) to a Montréal address (or lat/lng), nearest first, with distance, hours, accepted materials, access rules and tariffs.
Potential side effectsget_borough_waste_statsReturn borough-level annual waste mass-balance figures (recovery/diversion rates by material, kg per person, trend over years, vs.
Inferred read-onlyget_collection_calendarReturn a subscribable iCalendar (.ics) feed URL for the waste-collection dates at a Montréal address (or lat/lng), plus a structured summary of the upcoming dates per stream.
Inferred read-onlygeocode_addressResolve a Montréal address string to a { lat, lng } coordinate (and the matched address).
Inferred read-onlyCONNECT 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.collecte-mtl]
url = "https://collectemtl.ca/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"collecte-mtl": {
"type": "http",
"url": "https://collectemtl.ca/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: collecte-mtl
Remote MCP URL: https://collectemtl.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": {
"collecte-mtl": {
"url": "https://collectemtl.ca/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"collecte-mtl": {
"type": "http",
"url": "https://collectemtl.ca/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "collecte-mtl",
"transport": "streamable-http",
"url": "https://collectemtl.ca/api/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.