mirecekd/awsblogs-mcp
3.2
If you are the rightful owner of awsblogs-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This MCP server provides tools for retrieving and filtering AWS blog articles and news from all AWS categories.
Tools
Functions exposed to the LLM to take actions
get_todays_posts
Gets articles published today.
get_posts_by_date
Gets articles from a specific date range.
get_posts_by_category
Gets articles from a specific category.
search_posts
Searches articles by text query.
get_categories
Gets a list of all available article categories.
get_latest_posts
Gets the latest articles.
get_popular_posts
Gets popular articles (marked as popular=true).
get_article_content
Downloads full article content from a given URL.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client