Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-marketplace-catalog.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-marketplace-catalog": {
      "url": "https://mcpbridge.org/config/amazonaws-com-marketplace-catalog.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-marketplace-catalog": {
      "url": "https://mcpbridge.org/config/amazonaws-com-marketplace-catalog.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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