Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Price List Service MCP Config

<p>Amazon Web Services Price List API is a centralized and convenient way to programmatically query Amazon Web Services for services, products, and pricing information. The Amazon Web Services Price List uses standardized product attributes such as <code>Location</code>, <code>Storage Class</code>,

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AWS_PRICE_LIST_SERVICE_API_KEY

Replace your_aws_price_list_service_api_key with your actual aws price list service api key

Endpoints

POST/#X-Amz-Target=AWSPriceListService.DescribeServices

DescribeServices

POST/#X-Amz-Target=AWSPriceListService.GetAttributeValues

GetAttributeValues

POST/#X-Amz-Target=AWSPriceListService.GetPriceListFileUrl

GetPriceListFileUrl

POST/#X-Amz-Target=AWSPriceListService.GetProducts

GetProducts

POST/#X-Amz-Target=AWSPriceListService.ListPriceLists

ListPriceLists