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_KEYExample: 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&changeSetIdCancelChangeSet
DELETE
/DeleteResourcePolicy#resourceArnDeleteResourcePolicy
GET
/DescribeChangeSet#catalog&changeSetIdDescribeChangeSet
GET
/DescribeEntity#catalog&entityIdDescribeEntity
GET
/GetResourcePolicy#resourceArnGetResourcePolicy
POST
/ListChangeSetsListChangeSets
POST
/ListEntitiesListEntities
POST
/ListTagsForResourceListTagsForResource
POST
/PutResourcePolicyPutResourcePolicy
POST
/StartChangeSetStartChangeSet