MCP server for working with AWS Blog and News articles
@mirecekd
MCP server for working with AWS Blog and News articles について
This MCP server provides tools for retrieving and filtering AWS blog articles and news from all AWS categories. The server is built using the FastMCP framework and supports SSE transport on port 8807.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"awsblogs-mcp": {
"command": "docker",
"args": [
"run",
"-p",
"8807:8807",
"ghcr.io/mirecekd/awsblogs-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is AWS Blogs MCP Server?
AWS Blogs MCP Server is an MCP server that provides tools for retrieving and filtering AWS blog articles and news from all AWS categories via the api.aws-news.com API. Built with the FastMCP framework, it supports SSE transport on port 8807 and is intended for developers and AI agents needing structured access to official AWS content.
How to use AWS Blogs MCP Server?
Docker is the recommended method: run docker run -p 8807:8807 ghcr.io/mirecekd/awsblogs-mcp or build locally. For local development, install dependencies with pip install -e . and start the server with python main_sse.py --host 0.0.0.0 --port 8807. Configure your MCP client (e.g., Cline) with type: "sse" and URL http://localhost:8807/sse/.
Key features of AWS Blogs MCP Server
- Retrieves articles published today or within a date range
- Filters by article type (News, Blog, or Both) and category
- Full‑text search across titles, URLs, and slugs
- Lists available categories and popular articles
- Downloads full article content with metadata
- Built‑in 5‑minute cache and structured JSON responses
- Fully Dockerized with SSE transport on port 8807
Use cases of AWS Blogs MCP Server
- Monitor daily AWS news and blog posts for competitive intelligence
- Search for articles on specific topics (e.g., “Machine Learning”, “Containers”)
- Automate the collection of AWS announcements for documentation or newsletters
- Integrate with N8N workflows to trigger alerts based on new articles
- Build conversational AI agents that answer questions about recent AWS updates
FAQ from AWS Blogs MCP Server
What data source does the server use?
It uses the public API at https://api.aws-news.com/articles, which aggregates AWS blog and news articles across all categories.
Does the server require authentication or API keys?
No. The server communicates with a public API and does not require any credentials or API keys.
What transport protocol does it use?
The server uses SSE (Server‑Sent Events) on port 8807. Clients must connect via SSE (e.g., http://localhost:8807/sse/).
How long are search results cached?
Responses are cached for 5 minutes to reduce load on the upstream API.
What article categories are available?
The server supports over 40 categories, including Architecture, Machine Learning, Security, Containers, Database, and many more as listed in the README.
「クラウドとインフラ」の他のコンテンツ
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
🐋 Docker MCP server
ckreilingMCP server for Docker
Cloudflare MCP Server
cloudflareGCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
コメント