jritsema/aws-news-mcp-server
If you are the rightful owner of aws-news-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.
The AWS News MCP server is a tool designed to fetch the latest AWS announcements, blog posts, and news for specific AWS services.
The AWS News MCP server is a specialized tool that allows users to stay updated with the latest developments in AWS services. It provides a streamlined way to access announcements, blog posts, and news articles related to specific AWS topics or services. By leveraging the Model Context Protocol (MCP), this server offers a flexible and efficient method to filter and retrieve information based on user-defined parameters. Users can specify the type of news they are interested in, whether they want to include regional expansion news, and the number of results they wish to receive. Additionally, the server supports date filtering, enabling users to access news from a specific time frame. This tool is particularly useful for developers, IT professionals, and businesses that rely on AWS services and need to keep abreast of the latest updates and features. By providing timely and relevant information, the AWS News MCP server helps users make informed decisions and optimize their use of AWS technologies.
Features
- Fetch AWS news articles for specific AWS services/topics
- Filter by news type (news, blogs, or both)
- Include or exclude regional expansion news
- Limit the number of results
- Filter by date
Usages
usage with docker
{ "mcpServers": { "aws-news": { "command": "docker", "args": [ "run", "-i", "--rm", "ghcr.io/jritsema/aws-news-mcp-server" ] } } }
usage with mcp cli
services: aws-news: image: ghcr.io/jritsema/aws-news-mcp-server labels: mcp.profile: aws sh mcp set aws
Tools
get_aws_news
Fetches the latest AWS news articles for specific services or topics.