Tools to access AWS documentation, search for content, and get recommendations.
10K+
1
3 Tools
Version 4.43 or later needs to be installed to add the server automatically
Use cases
About
Tools to access AWS documentation, search for content, and get recommendations.
Attribute | Details |
---|---|
Docker Image | mcp/aws-documentation |
Author | awslabs |
Repository | https://github.com/awslabs/mcp |
Dockerfile | https://github.com/awslabs/mcp/blob/main/src/aws-documentation-mcp-server/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/aws-documentation --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | Apache License 2.0 |
Tools provided by this Server | Short Description |
---|---|
read_documentation | Fetch and convert an AWS documentation page to markdown format. |
recommend | Get content recommendations for an AWS documentation page. |
search_documentation | Search AWS documentation using the official AWS Documentation Search API. |
read_documentation
Fetch and convert an AWS documentation page to markdown format.
This tool retrieves the content of an AWS documentation page and converts it to markdown format. For long documents, you can make multiple calls with different start_index values to retrieve the entire content in chunks.
The output is formatted as markdown text with:
If the response indicates the document was truncated, you have several options:
url
|string
|URL of the AWS documentation page to read
max_length
|integer
optional|Maximum number of characters to return.
start_index
|integer
optional|On return output starting at this character index, useful if a previous fetch was truncated and more content is required.recommend
Get content recommendations for an AWS documentation page.
This tool provides recommendations for related AWS documentation pages based on a given URL. Use it to discover additional relevant content that might not appear in search results.
The recommendations include four categories:
To find newly released information about a service:
Each recommendation includes:
url
|string
|URL of the AWS documentation page to get recommendations forsearch_documentation
Search AWS documentation using the official AWS Documentation Search API.
This tool searches across all AWS documentation for pages matching your search phrase. Use it to find relevant documentation when you don't have a specific URL.
Each result includes:
search_phrase
|string
|Search phrase to use
limit
|integer
optional|Maximum number of results to return{
"mcpServers": {
"aws-documentation": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/aws-documentation"
]
}
}
}
Manual installation
You can install the MCP server using:
Installation for