MCP Servers / other / News MCP

News MCP

JSON →
stdionone3other

Provides access to news articles from a PostgreSQL database and offers a tool to summarize them using the OpenAI API.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: news-mcp
Tools
What this server exposes
summarize_news
Retrieves raw news articles from the database, allowing the client (LLM) to summarize them. Takes optional category (string) and limit (integer, default 20) arguments. Returns a list of article dictionaries, each containing id, title, link, published, source, and content. Available categories: tech, data_science, llm_tools, cybersecurity, linux, audio_dsp, startups, news, science, research, policy.
Configuration
Environment & auth
authnone
envDATABASE_URL
envOPENAI_API_KEY
envUV_PUBLISH_TOKEN
Resources
News MCP — MCP Server · libregistry