Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-cur.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-cur": {
      "url": "https://mcpbridge.org/config/amazonaws-com-cur.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-cur": {
      "url": "https://mcpbridge.org/config/amazonaws-com-cur.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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