# aws

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add aws/docs

# Browse available tools
npx -y smithery tool list aws/docs

# Get full schema for a tool
npx -y smithery tool get aws/docs aws___read_documentation

# Call a tool
npx -y smithery tool call aws/docs aws___read_documentation '{}'
```

## Direct MCP Connection

Endpoint: `https://docs--aws.run.tools`

## Tools (3)

- `aws___read_documentation` — Fetch and convert an AWS documentation page to markdown format.
- `aws___recommend` — Get content recommendations for an AWS documentation page.
- `aws___search_documentation` — Search AWS documentation using the official AWS Documentation Search API.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get aws/docs <tool-name>
```
