# AWS Marketplace (verified)

Browse and manage AWS Marketplace subscriptions and product listings. Discover SaaS, data, and infrastructure products available on AWS.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list aws-marketplace

# Get full schema for a tool
npx -y @smithery/cli@latest tool get aws-marketplace get_aws_marketplace_related_solutions

# Call a tool
npx -y @smithery/cli@latest tool call aws-marketplace get_aws_marketplace_related_solutions '{}'
```

## Direct MCP Connection

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

## Tools (6)

- `get_aws_marketplace_related_solutions` — Direct AWS Marketplace Catalog API call. Returns raw unranked list of related solutions for given solution_ids without …
- `get_aws_marketplace_report_guidelines` — **⚠️ CALL THIS TOOL FIRST for any recommendation, comparison, or evaluation workflow.** Returns combined workflow instr…
- `get_aws_marketplace_solution` — Direct AWS Marketplace Catalog API call. Retrieves raw solution metadata by solution_ids without AI processing, ranking…
- `research_aws_marketplace_solution` — Deep web research tool for AWS Marketplace solutions. Performs comprehensive web searches to gather detailed informatio…
- `search_aws_marketplace_solutions` — Direct AWS Marketplace Catalog API search. Returns raw unranked, unfiltered solutions matching the search queries witho…
- `submit_aws_marketplace_feedback` — Submit user feedback about AWS Marketplace MAX responses.

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