Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Oliviergg • Analytics & Monitoring
A Python server library for interacting with the Boring News API from a Model Context Protocol (MCP) server.
Fetch and analyze news articles by specific criteria such as date, category, or mentioned persons.
Generate daily news summaries and highlights focusing on technology and culture.
Categorize and group news articles for comprehensive analysis or reporting.
The Boring News MCP Server is a Python server library designed to interface with the Boring News API from an MCP server like Claude Desktop. It offers functionality to fetch articles by date, category, or tags, retrieve articles mentioning specific people, find similar articles based on text content, and more. This library is ideal for users looking to automate news curation and analysis with predefined prompts focusing on daily, cultural, and highlighted news summaries.
Retourne les actualités pour une date donnée. Args: date: Target date in YYYY-MM-DD format (optional, defaults to today) category: Category to filter articles by (optional) tags: Comma-separated list of tags to filter articles by (optional)
Get articles mentioning a specific person. Args: person: Name of the person
Get articles similar to the provided text. Args: text: Text to find similar articles for
Get main articles groups for a specific date. article groups are groups of articles that are talking about the same subject. Args: date: Target date in YYYY-MM-DD format (optional, defaults to today)
Get all categories and their article counts for a specific date. Args: date: Target date in YYYY-MM-DD format (optional, defaults to today)
Generate a daily news summary focused on tech and culture first. Args: target_date: Target date in YYYY-MM-DD format
Generate a comprehensive daily news summary grouped by themes. Args: target_date: Target date in YYYY-MM-DD format
Generate a summary of major news highlights of the day. Args: target_date: Target date in YYYY-MM-DD format
Generate a summary focused on cultural news of the day. Args: target_date: Target date in YYYY-MM-DD format
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.