news-ai-mcp-server

Mohammadshahzaib007/news-ai-mcp-server

3.1

If you are the rightful owner of news-ai-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A minimal Python-based MCP server that connects to NewsAPI.org to fetch and summarize the latest top headlines.

The News AI MCP Server is a Python-based server that leverages the Model Context Protocol (MCP) to connect with NewsAPI.org. It fetches and summarizes the latest top headlines based on country, category, and search queries. The server is built using the Python MCP SDK and is designed to be easily integrated into MCP clients. It is initialized using 'uv' for environment management and has been tested on a cloud desktop client. The server provides a streamlined way to access and summarize news data, making it a valuable tool for developers looking to incorporate news content into their applications.

Features

  • Fetch top headlines from NewsAPI.org by country code, category, and search query.
  • Summarizes news headlines with title, short description, author, and source attribution.
  • Includes a test greeting resource for verifying server communication.
  • Easily integratable into MCP clients.