Skip to content
MCP-Bridge
Cloud Infrastructure

AWSMarketplace Metering MCP Config

<fullname>AWS Marketplace Metering Service</fullname> <p>This reference provides descriptions of the low-level AWS Marketplace Metering Service API.</p> <p>AWS Marketplace sellers can use this API to submit usage data for custom usage dimensions.</p> <p>For information on the permissions you need to

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-meteringmarketplace": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-meteringmarketplace"],
      "env": {
      "AWSMARKETPLACE_METERING_API_KEY": "your_awsmarketplace_metering_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-meteringmarketplace.json

Environment Variables

AWSMARKETPLACE_METERING_API_KEY

Replace your_awsmarketplace_metering_api_key with your actual awsmarketplace metering api key

Endpoints

POST/#X-Amz-Target=AWSMPMeteringService.BatchMeterUsage

BatchMeterUsage

POST/#X-Amz-Target=AWSMPMeteringService.MeterUsage

MeterUsage

POST/#X-Amz-Target=AWSMPMeteringService.RegisterUsage

RegisterUsage

POST/#X-Amz-Target=AWSMPMeteringService.ResolveCustomer

ResolveCustomer