Skip to content
MCP-Bridge
DatabasesAuto-generated

AWS Cost Explorer Service MCP Server

<p>You can use the Cost Explorer API to programmatically query your cost and usage data. You can query for aggregated data such as total monthly costs or total daily usage. You can also query for granular data. This might include the number of daily write operations for Amazon DynamoDB database tabl

Quick Setup

Transport: STDIO

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

Environment Variables

AWS_COST_EXPLORER_SERVICE_API_KEY

Example: your_aws_cost_explorer_service_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "amazonaws-com-ce": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-ce"],
      "env": {
      "AWS_COST_EXPLORER_SERVICE_API_KEY": "your_aws_cost_explorer_service_api_key"
}
    }
  }
}

Endpoints

POST/#X-Amz-Target=AWSInsightsIndexService.CreateAnomalyMonitor

CreateAnomalyMonitor

POST/#X-Amz-Target=AWSInsightsIndexService.CreateAnomalySubscription

CreateAnomalySubscription

POST/#X-Amz-Target=AWSInsightsIndexService.CreateCostCategoryDefinition

CreateCostCategoryDefinition

POST/#X-Amz-Target=AWSInsightsIndexService.DeleteAnomalyMonitor

DeleteAnomalyMonitor

POST/#X-Amz-Target=AWSInsightsIndexService.DeleteAnomalySubscription

DeleteAnomalySubscription

POST/#X-Amz-Target=AWSInsightsIndexService.DeleteCostCategoryDefinition

DeleteCostCategoryDefinition

POST/#X-Amz-Target=AWSInsightsIndexService.DescribeCostCategoryDefinition

DescribeCostCategoryDefinition

POST/#X-Amz-Target=AWSInsightsIndexService.GetAnomalies

GetAnomalies

POST/#X-Amz-Target=AWSInsightsIndexService.GetAnomalyMonitors

GetAnomalyMonitors

POST/#X-Amz-Target=AWSInsightsIndexService.GetAnomalySubscriptions

GetAnomalySubscriptions