Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Cost and Usage Report Service MCP Config

<p>The AWS Cost and Usage Report API enables you to programmatically create, query, and delete AWS Cost and Usage report definitions.</p> <p>AWS Cost and Usage reports track the monthly AWS costs and usage associated with your AWS account. The report contains line items for each unique combination o

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AWS_COST_AND_USAGE_REPORT_SERVICE_API_KEY

Replace your_aws_cost_and_usage_report_service_api_key with your actual aws cost and usage report service api key

Endpoints

POST/#X-Amz-Target=AWSOrigamiServiceGatewayService.DeleteReportDefinition

DeleteReportDefinition

POST/#X-Amz-Target=AWSOrigamiServiceGatewayService.DescribeReportDefinitions

DescribeReportDefinitions

POST/#X-Amz-Target=AWSOrigamiServiceGatewayService.ModifyReportDefinition

ModifyReportDefinition

POST/#X-Amz-Target=AWSOrigamiServiceGatewayService.PutReportDefinition

PutReportDefinition