MCP server for searching and retrieving AWS blog content
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"aws-blogs-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# AWS Blogs MCP Server A Model Context Protocol (MCP) server that provides access to AWS blog content. Search and retrieve blog posts from aws.amazon.com directly in your AI assistant. ## 🌍 Compatible IDEs & Clients This MCP server works with any MCP-compatible client: - ✅ **Amazon Q Developer** (VS Code, JetBrains, CLI) - ✅ **Claude Desktop** - ✅ **Kiro IDE** - ✅ **Any MCP-compatible client** ## 🚀 Easy Installation (Recommended) ### Using uvx (Universal Package Manager) The easiest way to use this MCP server is via PyPI: ```bash # No installation needed - uvx handles everything ``` Add to your MCP configuration: **Amazon Q Developer (`~/.aws/amazonq/mcp.json`):** ```json { "mcpServers": { "aws-blogs": { "command": "uvx", "args": ["aws-blogs-mcp-server"], "env": { "FASTMCP_LOG_LEVEL": "ERROR" }, "disabled": false, "autoApprove": [ "search_aws_blogs", "find_blog_by_title", "get_blog_post", "get_blog_categories", "find_similar_blogs" ] } } } ``` **Claude Desktop (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):** ```json { "mcpServers": { "aws-blogs": { "command": "uvx", "args": ["aws-blogs-mcp-server"], "env": { "FASTMCP_LOG_LEVEL": "ERROR" } } } } ``` **Kiro IDE (`~/.kiro/settings/mcp.json`):** ```json { "mcpServers": { "aws-blogs": { "command": "uvx", "args": ["aws-blogs-mcp-server"], "env": { "FASTMCP_LOG_LEVEL": "ERROR" }, "disabled": false, "autoApprove": [ "search_aws_blogs", "find_blog_by_title", "get_blog_post", "get_blog_categories", "find_similar_blogs" ] } } } ``` ## 🛠️ Manual Installation (Alternative) ### Prerequisites - **Python 3.8+** (required on all platforms) - **uvx** or **pip** for package management ### Cross-Platform Support - ✅ **macOS** (Intel & Apple Sil…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.