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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_SAVINGS_PLANS_API_KEYReplace your_aws_savings_plans_api_key with your actual aws savings plans api key
Endpoints
/CreateSavingsPlanCreateSavingsPlan
/DeleteQueuedSavingsPlanDeleteQueuedSavingsPlan
/DescribeSavingsPlanRatesDescribeSavingsPlanRates
/DescribeSavingsPlansDescribeSavingsPlans
/DescribeSavingsPlansOfferingRatesDescribeSavingsPlansOfferingRates
/DescribeSavingsPlansOfferingsDescribeSavingsPlansOfferings
/ListTagsForResourceListTagsForResource
/TagResourceTagResource
/UntagResourceUntagResource