Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Marketplace Catalog Service MCP Config

<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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-marketplace-catalog.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-marketplace-catalog.json to fetch programmatically.

{
  "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"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-marketplace-catalog.json

Environment Variables

AWS_MARKETPLACE_CATALOG_SERVICE_API_KEY

Replace your_aws_marketplace_catalog_service_api_key with your actual 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