WhatsNew-MCPserver
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WhatsNew-MCPservershow me AWS What's New for January 2026"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: mcp-ai-news-server
Requirements
Python >= 3.10
Installation
git clone https://github.com/chhanz/WhatsNew-MCPserver.gitMCP Tool
get_whats_new
Parameter | Format | Example |
|
|
|
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.pyNotes
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityBmaintenanceProvides an MCP tool to search the FreeCodeCamp news RSS feed by keyword, returning article titles, links, published dates, and summaries.
- Flicense-qualityDmaintenanceMCP server that fetches and filters AI-related news from 20+ RSS feeds with scheduled notifications and email digests.1
- Flicense-qualityDmaintenanceEnables crawling news articles by category (politics, economy, society, etc.) and generates blog-ready markdown summaries. Provides MCP tools for listing categories, crawling news, getting article details, and saving to files.
- Alicense-qualityBmaintenanceMCP server that aggregates AI news, academic papers from ArXiv, and trending GitHub repositories from multiple sources, enabling users to fetch, search, and filter recent AI content via natural language.1MIT
Related MCP Connectors
Hacker News MCP β search and retrieve stories from Hacker News
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP servβ¦
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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