MCP (Model Context Protocol) Server for Boring News API
Project description
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
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file boring_news_mcp-0.4.0.tar.gz.
File metadata
- Download URL: boring_news_mcp-0.4.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cde7c17cb4f151c9430c6f84b7ae28be467c8aa1ebc9206495fa96a4eaa9411
|
|
| MD5 |
e6a247091c368e48dc9486807f4b2ec5
|
|
| BLAKE2b-256 |
6eb09f2bf1f3eabb35ca63f90d6dfbd1c918a6f229d9bf899b02a55eb6b286fb
|
File details
Details for the file boring_news_mcp-0.4.0-py3-none-any.whl.
File metadata
- Download URL: boring_news_mcp-0.4.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6739269852c6e180b1368b12409c59480611b6acaeb020f4f51f9828eb5afef2
|
|
| MD5 |
9558283a540eaf5112e2938c99ba82ea
|
|
| BLAKE2b-256 |
0a2f1a487512171c701c63bb0290a834e812bc3a6ab3c9fd1aca619bde81595f
|