Cloud InfrastructureAuto-generated
AWS Application Cost Profiler MCP Server
<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
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-applicationcostprofiler
Environment Variables
AWS_APPLICATION_COST_PROFILER_API_KEYExample: your_aws_application_cost_profiler_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"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"
}
}
}
}Endpoints
GET
/reportDefinition/{reportId}GetReportDefinition
PUT
/reportDefinition/{reportId}UpdateReportDefinition
DELETE
/reportDefinition/{reportId}DeleteReportDefinition
POST
/importApplicationUsageImportApplicationUsage
GET
/reportDefinitionListReportDefinitions
POST
/reportDefinitionPutReportDefinition