mcp-newsapi
Version:
MCP Server for accessing News API endpoints.
18 lines (13 loc) • 726 B
Markdown
# Project Brief
This document serves as the foundational document for the project, outlining its core requirements and goals.
## Project Name: mcp-newsapi
## Core Requirements:
- Provide access to the News API endpoints via MCP tools.
- Implement tools for the "Everything" and "Top Headlines" endpoints.
- Handle API authentication using an API key.
- Implement robust error handling based on News API documentation.
## Goals:
- Create a reliable and efficient MCP server for accessing news data.
- Provide clear and well-documented tools for users to retrieve news articles.
- Ensure secure handling of the News API key.
- Follow a similar project structure and use similar dependencies as the `mcp-indicators` project.