AWS Marketplace MCP Server

Official

Turn software procurement research into a conversation — search, compare, and evaluate Marketplace listings.

Remote serverstreamable-http

What is the AWS Marketplace MCP server?

AWS Marketplace MCP server exists for a simple reason — assistants are far more useful when they can act on AWS Marketplace directly instead of describing what you should do. Amazon's public MCP endpoint for the AWS Marketplace catalogue: search listings, pull pricing and review sentiment, and generate comparison or evaluation reports.

What you get

Amazon's public MCP endpoint for the AWS Marketplace catalogue: search listings, pull pricing and review sentiment, and generate comparison or evaluation reports.

What the assistant can call

Once AWS Marketplace is connected, these are the calls the assistant has available:

  • get_aws_marketplace_report_guidelines — Returns the workflow instructions and markdown output template for a recommendations, comparison, or evaluation report. Intended to be called first
  • search_aws_marketplace_solutions — Searches the AWS Marketplace catalogue with one to ten keyword queries and returns unranked listing metadata plus review counts and average ratings
  • get_aws_marketplace_solution — Fetches full listing detail for up to ten solution IDs: pricing options, highlights, review sentiment, security certificates, rankings, and
  • get_aws_marketplace_related_solutions — Returns products AWS Marketplace considers related to the given solution IDs, ordered by relation score
  • research_aws_marketplace_solution — Runs deep web research on up to five listings across sections such as features, reviews, limitations, competitors, pricing, integrations, and case
  • submit_aws_marketplace_feedback — Submits positive or negative feedback about a generated report, optionally tagged as irrelevant, incomplete, or inaccurate

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration and credentials

Any MCP client that supports Streamable HTTP. No AWS account, IAM role, or API key is required.

Choosing this one

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. AWS Marketplace's toolset — get_aws_marketplace_report_guidelines, search_aws_marketplace_solutions, get_aws_marketplace_solution and 3 more — is a fair guide to whether it matches your workflow. It is maintained by Amazon Web Services rather than a third party, which usually means auth handling and breaking changes are dealt with faster.

This entry was verified against AWS Marketplace's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the aws marketplace mcp server does with a few real requests.

What you can do with it

Shortlisting a software category

Ask for the leading options in a category, get a ranked recommendations report backed by catalogue data and review sentiment rather than vendor marketing.

Head-to-head vendor comparison

Pull full metadata for two or three listings and produce a side-by-side matrix covering pricing model, certifications, fulfilment type, and reviewer sentiment.

Building an internal purchase justification

Generate an evaluation report for a single product that includes known limitations and customer case studies, ready to circulate to a budget owner.

Available tools

ToolWhat it does
get_aws_marketplace_report_guidelinesReturns the workflow instructions and markdown output template for a recommendations, comparison, or evaluation report. Intended to be called first in any report workflow.
search_aws_marketplace_solutionsSearches the AWS Marketplace catalogue with one to ten keyword queries and returns unranked listing metadata plus review counts and average ratings.
get_aws_marketplace_solutionFetches full listing detail for up to ten solution IDs: pricing options, highlights, review sentiment, security certificates, rankings, and procurement links.
get_aws_marketplace_related_solutionsReturns products AWS Marketplace considers related to the given solution IDs, ordered by relation score.
research_aws_marketplace_solutionRuns deep web research on up to five listings across sections such as features, reviews, limitations, competitors, pricing, integrations, and case studies, with citations.
submit_aws_marketplace_feedbackSubmits positive or negative feedback about a generated report, optionally tagged as irrelevant, incomplete, or inaccurate.

How to install the AWS Marketplace MCP server

claude mcp add aws-marketplace --transport http https://marketplace-mcp.us-east-1.api.aws/mcp

Configuration

Any MCP client that supports Streamable HTTP. No AWS account, IAM role, or API key is required.

Example prompts to try

  • Find SOC 2 compliant SIEM options on AWS Marketplace for a 400-person company and rank them.
  • Compare Datadog and New Relic on AWS Marketplace — pricing model, certifications, and reviewer sentiment.
  • Build an evaluation report for Terraform Cloud on AWS Marketplace, including known limitations.
  • What products are related to this Marketplace listing, and how do their ratings compare?

Frequently asked questions

No. AWS documents the endpoint as requiring no authentication, and a direct initialize plus tools/list call succeeds with no credentials attached. The server only reads the public Marketplace catalogue, so there is nothing account-specific to authorise. It cannot see your existing subscriptions or spend.