Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Savings Plans MCP Config

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

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AWS_SAVINGS_PLANS_API_KEY

Replace your_aws_savings_plans_api_key with your actual 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