Content Tools
svodka.news
A server for searching and retrieving Bulgarian news articles with semantic search, leading news, and chronological listings.
ENDPOINT 1
https://svodka.news/mcp
MCP server metadata
- Name
- news.svodka/svodka
- Version
- 1.0.0
Svodka aggregates and summarizes Bulgarian news from leading outlets. Use search_bulgarian_news for topical questions, get_leading_news for today's top stories, list_recent_news to browse the latest, and get_article to expand one story by id. Summaries and reasons are written in Bulgarian; always cite the canonical Линк back to svodka.news when relaying a story.
Known tools 4
search_bulgarian_newsСемантично търсене в агрегирани български новини от водещите издания (dnes.
Inferred read-onlyget_leading_newsВръща водещите новини за деня в България — an importance-ranked leaderboard of stories clustered across outlets.
Inferred read-onlyget_articleВръща пълното резюме на конкретна новина по нейния числов идентификатор (id), заедно с всички източници.
Inferred read-onlylist_recent_newsВръща най-новите новини в хронологичен ред (newest first), with cursor pagination.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.news-svodka-svodka]
url = "https://svodka.news/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"news-svodka-svodka": {
"type": "http",
"url": "https://svodka.news/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: news-svodka-svodka
Remote MCP URL: https://svodka.news/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"news-svodka-svodka": {
"url": "https://svodka.news/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"news-svodka-svodka": {
"type": "http",
"url": "https://svodka.news/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "news-svodka-svodka",
"transport": "streamable-http",
"url": "https://svodka.news/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.