← collectemtl.ca

INDIVIDUAL MCP TOOL

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.

collectemtl.canone authenticationAvailability not checked

LIVE ENDPOINT

https://collectemtl.ca/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_ecocentres 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 deletion term.

Parent server

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

Related tools

  • 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.
  • get_borough_waste_stats — Return borough-level annual waste mass-balance figures (recovery/diversion rates by material, kg per person, trend over years, vs.
  • 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.
  • geocode_address — Resolve a Montréal address string to a { lat, lng } coordinate (and the matched address).