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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_COST_AND_USAGE_REPORT_SERVICE_API_KEYReplace your_aws_cost_and_usage_report_service_api_key with your actual aws cost and usage report service api key
Endpoints
/#X-Amz-Target=AWSOrigamiServiceGatewayService.DeleteReportDefinitionDeleteReportDefinition
/#X-Amz-Target=AWSOrigamiServiceGatewayService.DescribeReportDefinitionsDescribeReportDefinitions
/#X-Amz-Target=AWSOrigamiServiceGatewayService.ModifyReportDefinitionModifyReportDefinition
/#X-Amz-Target=AWSOrigamiServiceGatewayService.PutReportDefinitionPutReportDefinition