# AWS Docs and Regions

A fully managed remote MCP server that provides up-to-date documentation, code samples, knowledge about the regional availability of AWS APIs and CloudFormation resources, and other official AWS cont…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add FaresYoussef94/aws-knowledge-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list FaresYoussef94/aws-knowledge-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get FaresYoussef94/aws-knowledge-mcp aws___get_regional_availability

# Call a tool
npx -y @smithery/cli@latest tool call FaresYoussef94/aws-knowledge-mcp aws___get_regional_availability '{}'
```

## Direct MCP Connection

Endpoint: `https://aws-knowledge-mcp--faresyoussef94.run.tools`

## Tools (5)

- `aws___get_regional_availability` — Retrieve AWS regional availability information for products (service and features), sdk service APIs and CloudFormation…
- `aws___list_regions` — Retrieve a list of all AWS regions.
- `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` — # AWS Documentation Search Tool

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get FaresYoussef94/aws-knowledge-mcp <tool-name>
```
