news.svodka/svodka
Official4 toolsSvodka — Bulgarian News
Summarized Bulgarian news from leading outlets: semantic search, top stories, article summaries.
Aggregates and summarizes Bulgarian news with semantic search and top story curation.
Captured live from the server via tools/list.
search_bulgarian_news
Семантично търсене в агрегирани български новини от водещите издания (dnes.bg, news.bg, dariknews.bg, trud.bg, blitz.bg). Use for any question about current events, people, places, or topics in Bulgaria. Returns the most relevant summarized stories with their source outlets and canonical links. Queries work best in Bulgarian.
Parameters (2)
- querystringrequired
Search query, ideally in Bulgarian (e.g. 'магистрала Тракия', 'избори', 'НАП')
- limitinteger
Maximum number of stories to return (default 10)
get_leading_news
Връща водещите новини за деня в България — an importance-ranked leaderboard of stories clustered across outlets. Use when asked what the top, leading, or breaking news in Bulgaria is right now. Each entry includes a short reason it is leading and how many outlets cover it.
Parameters (1)
- limitinteger
Maximum number of leading stories to return (default 8)
get_article
Връща пълното резюме на конкретна новина по нейния числов идентификатор (id), заедно с всички източници. Use after search_bulgarian_news or get_leading_news to expand one story by the id shown in its link.
Parameters (1)
- idintegerrequired
Numeric article id (from a search/leads result link, e.g. 1234 in /news/1234-...)
list_recent_news
Връща най-новите новини в хронологичен ред (newest first), with cursor pagination. Use to browse the latest headlines rather than search a specific topic.
Parameters (2)
- limitinteger
How many stories to return (default 15)
- cursorstring
ISO timestamp from a previous call's nextCursor, to page to older stories
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"svodka": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://svodka.news/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.