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

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

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