An MCP server that provides access to AWS documentation. This server allows Claude to search and retrieve information from AWS documentation to help answer questions about AWS services and features.
No reviews yet. Be the first to review!
Sign in to join the conversation
Fetches an AWS documentation page and converts it to markdown format. Parameters: url (string)
Searches AWS documentation using the official AWS Documentation Search API. Parameters: ctx (Context), search_phrase (string), limit (int), product_types (optional List[string]), guide_types (optional List[string])
Fetches sections of AWS documentation page and converts it to markdown format. Parameters: url (string), section (list[string])
Searches for specific rows in large documentation tables (e.g., service quotas, pricing tables). More efficient than read_sections for pages with hundreds of table rows. Parameters: url (string), section_title (optional string), query (string), max_rows (int, default 20)
Gets content recommendations for an AWS documentation page. Parameters: url (string)
Gets a list of available AWS services in China regions.