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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_APPLICATION_COST_PROFILER_API_KEYReplace your_aws_application_cost_profiler_api_key with your actual aws application cost profiler api key
Endpoints
/reportDefinition/{reportId}GetReportDefinition
/reportDefinition/{reportId}UpdateReportDefinition
/reportDefinition/{reportId}DeleteReportDefinition
/importApplicationUsageImportApplicationUsage
/reportDefinitionListReportDefinitions
/reportDefinitionPutReportDefinition