aria-mcp-affald-horsens
MCP server that provides household waste collection schedules for Horsens Kommune, Denmark, allowing address search and retrieval of next collection dates or calendars.
README
aria-mcp-affald-horsens
A Model Context Protocol (MCP) server for household waste collection schedules in Horsens Kommune. Built for ARIA and shareable with the community.
Example output ARIA might give Kim:
i aften: rest/madaffald ud (tømmes mandag den 15. juni) næste papir/pap: tirsdag den 23. juni (om 10 dage)
Data Source
Data is fetched from PerfectWaste (https://europe-west3-perfect-waste.cloudfunctions.net), the backend powering Horsens Kommune's waste portal. The API is unofficial and undocumented — it was reverse-engineered from the portal and community Home Assistant integrations. There is no guarantee of stability; Horsens might migrate providers without notice.
The legacy horsens.renoweb.dk ASMX endpoint (GetAffaldsplanMateriel_mitAffald) is MitID-gated and cannot be used headlessly. Only address search on that endpoint is unauthenticated, but it is useless without schedule access. PerfectWaste is fully headless with no auth.
Best-effort only. Always verify collection dates at horsens.dk/affald.
Install & Run
npx aria-mcp-affald-horsens
Or install globally:
npm install -g aria-mcp-affald-horsens
aria-mcp-affald-horsens
Requires Node.js 20 or later.
Tools
find_address
Search for a Horsens address and return PerfectWaste address candidates (id + display name).
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
query |
string | Yes | Address string to search (e.g. "Vestergade 5", "Søndergade 1, 8700 Horsens") |
Returns:
{
"query": "Vestergade 5",
"candidates": [
{ "addressID": "39429", "displayName": "Vestergade 5, 8732 Hovedgård" },
{ "addressID": "47864", "displayName": "Vestergade 5, 8700 Horsens" }
]
}
next_collection
Return the next upcoming collection date for each waste fraction at an address.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
address |
string | Yes | Free-text address or raw PerfectWaste addressID (digits only) |
Returns:
{
"addressID": "47864",
"addressDisplay": "Vestergade 5, 8700 Horsens",
"asOf": "2026-06-13T08:00",
"nextByFraction": [
{
"fractionName": "Rest - Mad",
"date": "2026-06-15T00:00:00.000Z",
"dateLocal": "2026-06-15",
"dateLabel": "mandag den 15. juni 2026",
"daysUntil": 2,
"putOutTonight": false
},
{
"fractionName": "Papir, pap og tekstilaffald",
"date": "2026-06-23T00:00:00.000Z",
"dateLocal": "2026-06-23",
"dateLabel": "tirsdag den 23. juni 2026",
"daysUntil": 10,
"putOutTonight": false
},
{
"fractionName": "Plast og drikkekarton - Glas og metal",
"date": "2026-06-26T00:00:00.000Z",
"dateLocal": "2026-06-26",
"dateLabel": "fredag den 26. juni 2026",
"daysUntil": 13,
"putOutTonight": false
}
],
"notice": "Data source: PerfectWaste (unofficial API, Horsens Kommune). ..."
}
putOutTonight is true when the collection is tomorrow — use it for reminders like "i aften: rest/madaffald ud".
collection_calendar
Return all upcoming collection events for the next N weeks.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
address |
string | Yes | Free-text address or raw PerfectWaste addressID |
weeks |
number | No | Look-ahead in weeks (default 4, max 52) |
Returns: Same fields as next_collection events but as a flat chronological list covering the full window.
Environment Variables
| Variable | Default | Description |
|---|---|---|
RENOWEB_HOST |
https://europe-west3-perfect-waste.cloudfunctions.net |
Override the PerfectWaste base URL. Useful if another kommune uses the same backend at a different endpoint. |
RENOWEB_MUNICIPALITY |
615 |
Municipality code. 615 = Horsens. Other PerfectWaste kommuner may use different codes. |
The RENOWEB_* names are intentional — they keep the interface familiar and forward-compatible if a true RenoWeb headless path is discovered later.
ARIA MCP Config
Add to your ARIA MCP config (mcpServers in ARIA credentials):
{
"command": "npx",
"args": ["-y", "aria-mcp-affald-horsens"],
"env": {}
}
ARIA can then answer questions like:
- "hvornår tømmes papir næste gang?"
- "hvad skal ud i aften?"
- "vis affaldskalender for de næste 4 uger på Vestergade 5"
Fragility Notes
- API is undocumented. PerfectWaste has no published SLA for this endpoint. It has been stable since at least early 2026, but could break without notice.
- Municipality codes. The
615code for Horsens was discovered empirically. Other kommuner using PerfectWaste will have different codes. - Address coverage. Some commercial/institutional addresses (e.g. Rådhustorvet 4) return empty collection data — the portal apparently only covers residential collection routes.
- Calendar depth. PerfectWaste typically returns ~3 months of data. The
weeksparameter is capped client-side.
Development
git clone https://github.com/kimhjort/aria-mcp-affald-horsens
cd aria-mcp-affald-horsens
npm install
npm run build
npm test
License
MIT — see LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。