Skip to content
MCP-Bridge
Databases

AWS Marketplace Entitlement Service MCP Config

<fullname>AWS Marketplace Entitlement Service</fullname> <p>This reference provides descriptions of the AWS Marketplace Entitlement Service API.</p> <p>AWS Marketplace Entitlement Service is used to determine the entitlement of a customer to a given product. An entitlement represents capacity in a p

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-entitlement-marketplace": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-entitlement-marketplace"],
      "env": {
      "AWS_MARKETPLACE_ENTITLEMENT_SERVICE_API_KEY": "your_aws_marketplace_entitlement_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-entitlement-marketplace.json

Environment Variables

AWS_MARKETPLACE_ENTITLEMENT_SERVICE_API_KEY

Replace your_aws_marketplace_entitlement_service_api_key with your actual aws marketplace entitlement service api key

Endpoints

POST/#X-Amz-Target=AWSMPEntitlementService.GetEntitlements

GetEntitlements