mcp北欧语
一个MCP服务器用于所有北欧数据。10个模块中的33个工具,不需要任何API密钥。
包含什么
| 模块 | 工具 | 数据源 |
|---|---|---|
🇩🇰 dk-cvr | dk_cvr_search, dk_cvr_lookup | cvrapi.dk |
🇩🇰 dk-addresses | dk_address_search, dk_reverse_geocode, dk_postal_code_lookup, dk_municipality_lookup, dk_nearby_addresses | 达瓦 |
🇩🇰 dk-weather | dk_current_weather, dk_weather_forecast, dk_compare_weather | DMI和谐2公里 |
🇩🇰 dk-energy | dk_electricity_prices, dk_co2_emissions, dk_energy_mix, dk_cheapest_hours | Energi数据服务 |
🇳🇴 no-companies | no_search_companies, no_company_lookup, no_search_subunits, no_company_roles | 刷太阳 |
🇳🇴 no-weather | no_current_weather, no_weather_forecast | MET挪威/年份 |
🇫🇮 fi-companies | fi_search_companies, fi_company_lookup, fi_search_by_industry, fi_recent_registrations | PRH/YTJ |
🇫🇮 fi-weather | fi_current_weather, fi_weather_forecast, fi_compare_weather | 开放天气 |
🇳🇴 no-addresses | no_address_search, no_reverse_geocode, no_postal_code_lookup, no_municipality_addresses | 地图 |
🇸🇪 se-weather | se_current_weather, se_weather_forecast | 瑞典水文气象局 |
所有API都是免费的、开放的,不需要身份验证。
快速启动
{
"mcpServers": {
"nordic": {
"command": "npx",
"args": ["-y", "mcp-nordic"]
}
}
}或者克隆并直接运行:
git clone https://github.com/robobobby/mcp-nordic.git
cd mcp-nordic
npm install
node src/index.js选择性加载
只需要丹麦天气和芬兰公司?
{
"mcpServers": {
"nordic": {
"command": "npx",
"args": ["-y", "mcp-nordic", "--dk-weather", "--fi-companies"]
}
}
}可用标志: --dk-cvr, --dk-addresses, --dk-weather, --dk-energy, --no-companies, --no-addresses, --no-weather, --fi-companies, --fi-weather, --se-weather, --all (默认)。
例子
问你的AI助手:
- “查找丹麦诺和诺德公司”
- “哥本哈根vs奥斯陆的天气怎么样?”
- “斯德哥尔摩这个周末的天气预报如何?”
- “今天在DK1给电动汽车充电最便宜的时间是什么时候?”
- “查找科技行业最近注册的芬兰公司”
- “丹麦目前的能源结构是什么?”
- “寻找石油行业的挪威公司”
- “特罗姆瑟vs基律纳的天气?”
- “查找卑尔根Bryggen的地址”
- “挪威坐标59.91,10.75处是什么?”
国家覆盖范围
| 国家 | 公司 | 天气 | 地址 | 能源 |
|---|---|---|---|---|
| 🇩🇰 丹麦 | ✅ CVR | ✅ DMI | ✅ 达瓦 | ✅ Energine |
| 🇳🇴 挪威。✅ 绿太阳。✅ MET/年编号。✅ 纸板。 | ||||
| 🇫🇮 芬兰 | ✅ PRH/YTJ | ✅ 打开Meteo | -- | -- |
| 🇸🇪 瑞典✅ SMHI | -- | -- |
Cloudflare Workers部署(托管MCP)
此仓库现在包括一个使用MCP web标准流式HTTP传输的Worker入口点。
部署
npm install
npm run worker:deploy端点
https://.workers.dev/healthhttps://.workers.dev/mcp
使用 /mcp URL作为您的托管MCP端点。
独立服务器
每个模块也可以作为独立服务器使用:
许可证
麻省理工学院
