← Registry

General Tools

collectemtl.ca

Provides Montréal waste collection schedules, ecocentre locations, and borough waste statistics via geocoding and calendar feeds.

1 endpoint5 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://collectemtl.ca/api/mcp

No auth detected

MCP server metadata

Name
collecte-mtl
Version
0.0.1
Capabilities
tools.listChanged
Server instructions

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_collection

Given 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-only
find_ecocentres

Return 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 effects
get_borough_waste_stats

Return borough-level annual waste mass-balance figures (recovery/diversion rates by material, kg per person, trend over years, vs.

Inferred read-only
get_collection_calendar

Return 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-only
geocode_address

Resolve a Montréal address string to a { lat, lng } coordinate (and the matched address).

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.