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/*
相關伺服器
Perplexity
Web search using the Perplexity API with automatic model selection based on query intent.
Minima
Local RAG (on-premises) with MCP server.
Amazon Product Search
An AI-powered server for Amazon product search and recommendations.
Local RAG Backend
A local RAG backend powered by Docker Compose, supporting various document formats for search.
Jina AI Search
Access Jina AI's Search Foundation APIs for web search, news search, and more, tailored for LLMs.
Code Research MCP Server
Search and access programming resources from Stack Overflow, MDN, GitHub, npm, and PyPI.
Google Search
Perform Google searches and view web content with advanced bot detection avoidance.
Metasearch
A metasearch server that uses the Tavily API to perform searches based on specified queries.
VideoSeek
Find anything in any video. Semantic video search, video Q&A, persistent memory, and social media import (TikTok/YouTube/Instagram) for AI agents. 18 MCP tools.
CUFinder
Access 1B+ verified contacts and 85M+ companies for B2B lead generation, person lookup, company enrichment, and local business search directly through AI assistants.