Boring News
Fetches the latest news headlines from the Boring News API.
Boring News MCP Server
A Python server library for interacting with the Boring News API from a MCP (Model Context Protocol) server like Claude Desktop. The website : boring-news.fr
Features
four actions :
-
Fetch articles by date, category, or tags
-
Get articles mentioning specific people
-
Find similar articles based on text content
-
Get article groups and categories
-
Predefined Prompts
- Daily news (tech and culture focused)
- Comprehensive daily summaries
- News highlights
- Cultural news focus
Quick Start
pip install boring-news-mcp
Exemple of claude Desktop Configuration
{
"mcpServers": {
...
"boringnews": {
"command": "python",
"args": [
"-m",
"boring_news_mcp"
]
},
...
}
}
API Reference
Articles
get_articles_by_date(date: Optional[str], category: Optional[str], tags: Optional[str]) -> strget_articles_by_person(person: str) -> strget_similar_articles(text: str) -> strget_article_groups(date: Optional[str]) -> strget_categories(date: Optional[str]) -> str
News Summaries Prompt
daily_news(target_date: str) -> strdaily_news_summary(target_date: str) -> strdaily_news_highlights(target_date: str) -> strdaily_cultural_news(target_date: str) -> str
Requirements
- Python >= 3.8
- httpx >= 0.25.0
- fastmcp >= 0.1.0
License
MIT License
Build
uv run -m buid
uv run -m twine upload dist/*
rm dist/*
関連サーバー
MCP Gemini Grounded Search
A Go-based MCP server providing grounded search functionality using Google's Gemini API.
Vistoya
Google for agentic fashion shopping/discovery. Indexed fashion brand e-coms. Semantic search.
Google Scholar
Search and access academic papers on Google Scholar.
knowledge-rag
Local RAG system for Claude Code with hybrid search (semantic + BM25), cross-encoder reranking, markdown-aware chunking, 9 file formats, file watcher, and 12 MCP tools. Zero external servers. pip install knowledge-rag
Google Web Search (Gemini)
Provides Google Web Search functionality using the Gemini API. Requires a Google API Key or OAuth credentials.
招投标大数据服务
Query comprehensive enterprise information from e-commerce platforms, including store details, sales data, and product statistics.
Webcamexplore
Discover and search live webcams through the public Webcam Explore MCP server
SearchAPI Agent
An MCP agent that integrates various search tools using the SearchAPI service. Requires SearchAPI and Google API keys.
Metasearch
A metasearch server that uses the Tavily API to perform searches based on specified queries.
Google Research
Perform advanced web research using Google Search, with intelligent content extraction and multi-source synthesis.