Cloud InfrastructureAuto-generated
AWS Savings Plans MCP Server
Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances). You commit to a consistent amount of usage, in USD per hour, for a term of 1 or 3 years, and receive a lower price for that usage. For more information, see the <a href="https://docs
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-savingsplans
Environment Variables
AWS_SAVINGS_PLANS_API_KEYExample: your_aws_savings_plans_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-savingsplans": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-savingsplans"],
"env": {
"AWS_SAVINGS_PLANS_API_KEY": "your_aws_savings_plans_api_key"
}
}
}
}Endpoints
POST
/CreateSavingsPlanCreateSavingsPlan
POST
/DeleteQueuedSavingsPlanDeleteQueuedSavingsPlan
POST
/DescribeSavingsPlanRatesDescribeSavingsPlanRates
POST
/DescribeSavingsPlansDescribeSavingsPlans
POST
/DescribeSavingsPlansOfferingRatesDescribeSavingsPlansOfferingRates
POST
/DescribeSavingsPlansOfferingsDescribeSavingsPlansOfferings
POST
/ListTagsForResourceListTagsForResource
POST
/TagResourceTagResource
POST
/UntagResourceUntagResource