Skip to content
MCP-Bridge
Databases

AWS Cost Explorer Service MCP Config

<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

Config URL

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

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

Configuration JSON

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

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

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-ce.json

Environment Variables

AWS_COST_EXPLORER_SERVICE_API_KEY

Replace your_aws_cost_explorer_service_api_key with your actual 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