Skip to content
MCP-Bridge
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_KEY

Example: 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/CreateSavingsPlan

CreateSavingsPlan

POST/DeleteQueuedSavingsPlan

DeleteQueuedSavingsPlan

POST/DescribeSavingsPlanRates

DescribeSavingsPlanRates

POST/DescribeSavingsPlans

DescribeSavingsPlans

POST/DescribeSavingsPlansOfferingRates

DescribeSavingsPlansOfferingRates

POST/DescribeSavingsPlansOfferings

DescribeSavingsPlansOfferings

POST/ListTagsForResource

ListTagsForResource

POST/TagResource

TagResource

POST/UntagResource

UntagResource