aria-mcp-news-dr
Fetches Danish news from DR's RSS feeds, including national, topical, and regional news, without any API key.
README
aria-mcp-news-dr
A Model Context Protocol (MCP) server that exposes Danish news from DR (Danmarks Radio) to AI assistants via free public RSS feeds. Built for ARIA and shareable with the community.
Fully keyless — DR's RSS feeds are open and require no API key.
Data Source
| Source | What | Attribution |
|---|---|---|
| DR (Danmarks Radio) | National and regional Danish news via RSS | DR — Danmarks Radio (dr.dk). Feeds are for personal use. |
Install & Run
npx aria-mcp-news-dr
Or install globally:
npm install -g aria-mcp-news-dr
aria-mcp-news-dr
Requires Node.js 20 or later.
Tools
list_feeds
Returns all available DR RSS feed names and their Danish descriptions — both national/topical feeds and regional feeds.
Parameters: None
Returns:
{
"national": [
{ "name": "senestenyt", "description": "Seneste nyt (latest news)" },
{ "name": "indland", "description": "Indland (domestic news)" }
],
"regional": [
{ "name": "kbh", "description": "DR København (Copenhagen region)" }
],
"totalFeeds": 16
}
get_news
Fetch the latest news items from a DR RSS feed.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
feed |
string | No | DR feed slug (default: senestenyt). Use list_feeds to see all options. |
limit |
number | No | Max items to return (default 10, max 50). |
Returns: Array of news items:
[
{
"title": "Statsministeren holder pressemøde om ny aftale",
"link": "https://www.dr.dk/nyheder/politik/...",
"summary": "Statsministeren har indkaldt til et pressemøde og vil præsentere en ny aftale om klimaet.",
"published": "2024-06-01T08:00:00.000Z",
"categories": ["Politik", "Klima"]
}
]
Fields: title, link, summary (HTML stripped), published (ISO 8601), categories (optional).
search_news
Fetch a DR RSS feed and return only items whose title or summary contains the search query (case-insensitive).
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
query |
string | Yes | Search term to filter by. |
feed |
string | No | DR feed slug (default: senestenyt). |
limit |
number | No | Max matching items to return (default 10, max 50). |
Returns:
{
"query": "klima",
"feed": "senestenyt",
"matchCount": 3,
"items": [...]
}
Available Feeds
National / topical
| Slug | Description |
|---|---|
senestenyt |
Seneste nyt (latest news) |
indland |
Indland (domestic news) |
udland |
Udland (international news) |
penge |
Penge (business & money) |
politik |
Politik (politics) |
sporten |
Sporten (sports) |
senestesport |
Seneste sport (latest sports news) |
Regional
| Slug | Description |
|---|---|
kbh |
DR København (Copenhagen region) |
sjaelland |
DR Sjælland (Zealand region) |
fyn |
DR Fyn (Funen region) |
syd |
DR Syd (Southern Jutland) |
trekanten |
DR Trekanten (Triangle region) |
oestjylland |
DR Østjylland (East Jutland / Aarhus) |
bornholm |
DR Bornholm (Bornholm island) |
ARIA MCP Config
Add to your ARIA credentials / MCP config to use with ARIA:
{
"Name": "DR Nyheder",
"Command": "npx",
"Args": ["-y", "aria-mcp-news-dr"]
}
No environment variables required — all feeds are fully keyless.
Development
git clone https://github.com/kimhjort/aria-mcp-news-dr
cd aria-mcp-news-dr
npm install
npm run build
npm test
License
MIT — see LICENSE.
News content is provided by DR (Danmarks Radio). Feeds are for personal use; see dr.dk for terms.
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。