Skip to main content
Glama
chhanz

WhatsNew-MCPserver

by chhanz

WhatsNew-MCPserver

An MCP (Model Context Protocol) server that fetches AWS What's New announcements by month.

πŸ‡ΊπŸ‡Έ English README | πŸ‡°πŸ‡· ν•œκ΅­μ–΄ README

Overview

This server exposes a single MCP tool get_whats_new that queries the AWS What's New page via its internal JSON API and returns formatted results filtered by year/month.

Requirements

  • Python >= 3.10

  • uv

Installation

git clone https://github.com/chhanz/WhatsNew-MCPserver.git

MCP Tool

get_whats_new

Parameter

Format

Example

year_month

YYYY/MM

2026/01

Returns a formatted list of AWS What's New entries for the specified month, including title, date, description, and link.

Usage

Kiro MCP Configuration

Add to your .kiro/settings/mcp.json:

{
  "mcpServers": {
    "whats-new-mcp": {
      "command": "uvx",
      "args": [
        "--from", "/path/to/WhatsNew-MCPserver",
        "whats-new-mcp"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}

Project Structure

WhatsNew-MCPserver/
β”œβ”€β”€ pyproject.toml
β”œβ”€β”€ README.md
β”œβ”€β”€ README-kr.md
└── src/
    └── whats_new_mcp/
        β”œβ”€β”€ __init__.py
        └── server.py

Notes

  • The API endpoint is an undocumented internal API used by the AWS website frontend. It may change without notice.

  • Monthly filtering is done client-side since the API only supports year-level tag filtering.

License

This project is licensed under CC BY-NC 4.0. Commercial use is not permitted.

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chhanz/WhatsNew-MCPserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server