Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS Cost and Usage Report Service MCP Server

<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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-cur

Environment Variables

AWS_COST_AND_USAGE_REPORT_SERVICE_API_KEY

Example: your_aws_cost_and_usage_report_service_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "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"
}
    }
  }
}

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