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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_PRICE_LIST_SERVICE_API_KEYReplace your_aws_price_list_service_api_key with your actual aws price list service api key
Endpoints
POST
/#X-Amz-Target=AWSPriceListService.DescribeServicesDescribeServices
POST
/#X-Amz-Target=AWSPriceListService.GetAttributeValuesGetAttributeValues
POST
/#X-Amz-Target=AWSPriceListService.GetPriceListFileUrlGetPriceListFileUrl
POST
/#X-Amz-Target=AWSPriceListService.GetProductsGetProducts
POST
/#X-Amz-Target=AWSPriceListService.ListPriceListsListPriceLists