README.md 391 B

📰 News MCP Server

FastMCP-based MCP server exposing deduplicated, topic-aware news clusters.

Quick start

cd news-mcp
python -m venv .venv || true
source .venv/bin/activate
pip install -r requirements.txt
./run.sh

Default URL:

  • http://127.0.0.1:8506/mcp/sse

Tool

  • get_latest_events(topic, limit)

Source