jritsema
MCP Serverjritsemapublic

aws news mcp server

MCP server for AWS news

Repository Info

2
Stars
1
Forks
2
Watchers
2
Issues
Python
Language
-
License

About This Server

MCP server for AWS news

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

aws-news-mcp-server

MCP server for AWS news that provides a tool to fetch the latest AWS announcements, blog posts, and news for specific AWS services.

!> What is the aws news tool?

The AWS News tool is an MCP (Model Context Protocol) server that provides a way to fetch the latest AWS announcements, blog posts, and news for specific AWS services. 

Specifically, it exposes a tool called get_aws_news that allows you to:

• 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

The tool takes these parameters:
• topic (required): The AWS service or topic you want news about (e.g., 's3', 'lambda')
• news_type (optional): Type of news to return (all, news, or blogs)
• include_regional_expansions (optional): Whether to include regional expansion news
• number_of_results (optional): Maximum number of results to return
• since_date (optional): ISO 8601 date to filter results from

This tool is useful when you want to stay updated on the latest AWS service announcements, new features, or blog posts about specific AWS services.

Examples

!> what has aws recently released related to mcp?

I'll check for recent AWS news related to the Model Context Protocol (MCP).


🛠️  Using tool: get_aws_news (trusted) from mcp server aws_news
 ● Running get_aws_news with the param:
 ⋮  {
 ⋮    "arguments": {
 ⋮      "topic": "mcp"
 ⋮    },
 ⋮    "name": "get_aws_news"
 ⋮  }
 ● Completed in 0.311s


AWS has recently released several updates related to the Model Context Protocol (MCP):

1. Amazon Q Developer CLI now supports Model Context Protocol (MCP) (April 29, 2025)
   • This update adds MCP support to the Amazon Q Developer CLI, allowing you to extend Q's capabilities with custom context providers.

2. Extend the Amazon Q Developer CLI with Model Context Protocol (MCP) for Richer Context (April 29, 2025)
   • A blog post explaining how to leverage MCP to provide richer context to Amazon Q through the CLI.

3. Introducing AWS MCP Servers for code assistants (Part 1) (April 1, 2025)
   • A blog post introducing AWS's implementation of MCP servers specifically designed for code assistance.

4. Harness the power of MCP servers with Amazon Bedrock Agents (April 1, 2025)
   • This blog explains how to integrate MCP servers with Amazon Bedrock Agents to enhance their capabilities.

These releases show AWS is actively adopting the Model Context Protocol to improve their AI assistant offerings by allowing developers to provide additional context and tools to their LLM-powered services.

Prompts

If your client supports MCP prompts (examples using Q CLI):

!> @aws-news bedrock,mcp
I'll fetch the latest AWS news for Bedrock and MCP over the past 90 days. Let me get that information for you.
...
> @aws-latest lambda 30
I'll fetch the latest AWS news and blogs for Lambda over the past 30 days for you.
...
!> @aws-blogs agents
I'll fetch the latest AWS blog posts related to agents over the past 90 days for you.
...

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

Usage

{
  "mcpServers": {
    "aws-news": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/jritsema/aws-news-mcp-server"
      ]
    }
  }
}

Or using mcp-cli:

services:
  aws-news:
    image: ghcr.io/jritsema/aws-news-mcp-server
    labels:
      mcp.profile: aws
mcp set aws

The MCP server exposes a tool named get_aws_news with the following parameters:

  • topic (string) (required): AWS topic or service to search for (e.g., 's3', 'lambda', 'ec2')
  • news_type (string) (optional, default: "all"): Type of news to return (all, news, or blogs)
  • include_regional_expansions (boolean) (optional, default: false): Whether to include regional expansion news
  • number_of_results (integer) (optional, default: 40): Maximum number of results to return
  • since_date (string) (optional): ISO 8601 date to filter results (e.g., '2025-01-01T00:00:00Z')

Examples

  • To get all news about Amazon S3: use topic="s3"
  • To get only blog posts about Amazon EC2: use topic="ec2", news_type="blogs"
  • To get news about Lambda since January 2025: use topic="lambda", since_date="2025-01-01T00:00:00Z"
  • To get regional expansion news for DynamoDB: use topic="dynamodb", include_regional_expansions=true

Development

 Choose a make command to run

  init      initialize a new python project
  install:  add a new package (make install <package>), or install all project dependencies from piplock.txt (make install)
  start     run local project

Generated by https://github.com/jritsema/cookiecutter-python

Quick Start

1

Clone the repository

git clone https://github.com/jritsema/aws-news-mcp-server
2

Install dependencies

cd aws-news-mcp-server
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerjritsema
Repoaws-news-mcp-server
LanguagePython
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation