AWS EC2 Pricing MCPServer

trilogy-group
GitHub
AWSPricingCloud

Loading subscription status...

💡 Description

The AWS EC2 Pricing MCP Server enables any LLM or automation script to query real-time EC2 pricing information with a single call, answering questions based on a pre-analyzed AWS price catalog.

📝 JSON Entries

{
  "mcpServers": [
    {
      "AWS EC2 Pricing MCP": {
        "env": {},
        "args": [
          "run",
          "--rm",
          "-i",
          "-q",
          "--network",
          "none",
          "ai1st/aws-pricing-mcp"
        ],
        "command": "docker"
      }
    }
  ]
}

🛠️ Tools

DockercurlgunzipPython

Features

  • Provides real-time AWS EC2 pricing
  • Queries for instance configurations and pricing across regions
  • Calculates reserved instance discounts and OS costs

💬 Example Queries

  • What is the cheapest EC2 instance with 32GB RAM?
  • Which AMD instances have more than 3.5 GHz CPUs?
  • What is the 3-yr All Upfront discount on r6g family in eu-west-1?
  • What is the cheapest instance to run Windows with SQL Server Enterprise?