Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS Marketplace Catalog Service MCP Server

<p>Catalog API actions allow you to manage your entities through list, describe, and update capabilities. An entity can be a product or an offer on AWS Marketplace. </p> <p>You can automate your entity update process by integrating the AWS Marketplace Catalog API with your AWS Marketplace product bu

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-marketplace-catalog

Environment Variables

AWS_MARKETPLACE_CATALOG_SERVICE_API_KEY

Example: your_aws_marketplace_catalog_service_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-marketplace-catalog": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-marketplace-catalog"],
      "env": {
      "AWS_MARKETPLACE_CATALOG_SERVICE_API_KEY": "your_aws_marketplace_catalog_service_api_key"
}
    }
  }
}

Endpoints

PATCH/CancelChangeSet#catalog&changeSetId

CancelChangeSet

DELETE/DeleteResourcePolicy#resourceArn

DeleteResourcePolicy

GET/DescribeChangeSet#catalog&changeSetId

DescribeChangeSet

GET/DescribeEntity#catalog&entityId

DescribeEntity

GET/GetResourcePolicy#resourceArn

GetResourcePolicy

POST/ListChangeSets

ListChangeSets

POST/ListEntities

ListEntities

POST/ListTagsForResource

ListTagsForResource

POST/PutResourcePolicy

PutResourcePolicy

POST/StartChangeSet

StartChangeSet