Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Application Cost Profiler MCP Config

<p>This reference provides descriptions of the AWS Application Cost Profiler API.</p> <p>The AWS Application Cost Profiler API provides programmatic access to view, create, update, and delete application cost report definitions, as well as to import your usage data into the Application Cost Profiler

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-applicationcostprofiler": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-applicationcostprofiler"],
      "env": {
      "AWS_APPLICATION_COST_PROFILER_API_KEY": "your_aws_application_cost_profiler_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-applicationcostprofiler.json

Environment Variables

AWS_APPLICATION_COST_PROFILER_API_KEY

Replace your_aws_application_cost_profiler_api_key with your actual aws application cost profiler api key

Endpoints

GET/reportDefinition/{reportId}

GetReportDefinition

PUT/reportDefinition/{reportId}

UpdateReportDefinition

DELETE/reportDefinition/{reportId}

DeleteReportDefinition

POST/importApplicationUsage

ImportApplicationUsage

GET/reportDefinition

ListReportDefinitions

POST/reportDefinition

PutReportDefinition