AWS Documentation MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FASTMCP_LOG_LEVEL | No | The log level for FastMCP | ERROR |
| AWS_DOCUMENTATION_PARTITION | No | The AWS partition to query documentation from. Set to 'aws-cn' to query AWS China documentation instead of global AWS documentation. | aws |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_documentationA | Fetch and convert an AWS documentation page to markdown format. |
| search_documentationA | Search AWS documentation using the official AWS Documentation Search API. |
| recommendA | Get content recommendations for an AWS documentation page. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: reading a specific URL, getting recommendations, and searching across documentation. There is no overlap or ambiguity.
Tool names mostly follow a verb_noun pattern ('read_documentation', 'search_documentation'), but 'recommend' is a verb without a noun, making it slightly inconsistent.
With 3 tools covering read, search, and recommend, the count is well-scoped for a documentation server. Neither too few nor too many.
Core functionality is covered, but a tool to navigate documentation structure (e.g., list service guides) is missing, though not critical.