The user wants me to write a short "about" HTML snippet for an MCP (Model Context Protocol) server called "Kolada MCP Server" that lets users query Swedish municipal KPI data using natural language for public policy research.
Key points to cover:
- What it connects to (Swedish municipal KPI data via Kolada)
- Whether it might need an API key (Kolada's API is generally open/free, but I should mention this carefully without fabricating)
- Short, HTML snippet format
Kolada is Sweden's open database for municipal and regional KPIs (Kommun- och landstingsdatabasen). The API is generally free and open, but I should be careful not to make definitive statements about authentication that I can't verify.
Let me write a concise HTML snippet.
Kolada MCP Server 把瑞典市政 KPI 数据库(Kolada)接进对话,让公共政策研究者用自然语言直接查询各市政府与地区的关键绩效指标——人口、教育、健康、可持续发展、经济等数千个指标,无需写代码或翻 Excel。
能做什么
- 用中文或英文提问,例如"斯德哥尔摩近五年小学毕业率走势"
- 跨城市、跨年份对比同一指标
- 返回指标定义、原始数据与单位说明,附带 Kolada 官方链接便于溯源
关于访问
Kolada 官方 API 默认对外开放,本服务可免密钥直接查询。若后续对接带限流的批量任务,可能需要在服务端配置 API 凭据;当前公共调用场景下无需用户提供 token。