Show HN: A MCP Server for AWS News

1 week ago 5

This MCP Server contains hourly updated AWS News Data, which can be queried with an LLM.

You can use it by adding the following URL to your tool's MCP resources:

https://awsnews.remotemcp.directory/sse (Server-Sent Events)

https://awsnews.remotemcp.directory/mcp (Streaming HTTP)

Tool Name Description Parameters
countNews Get the number of AWS news articles -
getNewsStats Get the AWS news statistics by date Number of Days (optional, default: 90)
getNewsByDate Get the AWS news articles by date Date (in format YYYY-MM-DD)
getLatestNews Get the latest AWS news articles Limit (optional, default: 10)
searchNews Search the AWS news articles Query (required), Limit (optional, default: 10), SortBy (optional, allowed values: relevance, date, default: relevance)
Read Entire Article