abfuhrtermine
Finds the responsible provider for an address and returns upcoming collection dates.
adresse: "Kirchstraße 5, 48282 Emsdetten"An open MCP server connects AI assistants to waste collection calendars across Germany — sourced directly from the responsible municipal providers.
→ abfuhrtermine({ adresse: "Kirchstraße 5, Emsdetten" })✓ Next collection: Tuesday, September 1https://abfall-mcp.alpaycelik.dev/mcpThe server is publicly available. Add the endpoint to your MCP client — no installation, account, or API key required.
[mcp_servers.abfall]
url = "https://abfall-mcp.alpaycelik.dev/mcp"Save the configuration and restart your client. The server will then be available as “abfall”.
Five focused tools cover the path from a free-form address question to a targeted provider query.
Finds the responsible provider for an address and returns upcoming collection dates.
adresse: "Kirchstraße 5, 48282 Emsdetten"Searches directly by city, district, or operator name without geocoding.
suchbegriff: "Kreis Steinfurt"Shows the portal, required arguments, examples, and missing mandatory fields.
traeger_id: "..."Queries a known provider directly and resolves its address selection flow.
traeger_id: "...", argumente: { ... }Returns a transparent overview of registered providers and data sources.
keine Argumente / no argumentsEvery registered waste provider as a machine-readable list with ID, name, and portal.
Germany has no central waste collection API. This server unifies 150 different data sources behind a single open interface.
When a match falls below the confidence threshold, the server returns concrete choices. A wrong address can never silently turn into a plausible-looking calendar.
Source, portal, and arguments used remain visible in the response.
Source code, container, and registry entry are public. The hosted endpoint is the fastest start; run the same server yourself when you need full control.