By trilogy-groupCreated 4 days ago
starstarstarstarstar

Fast, up-to-date EC2 pricing via a pre-parsed catalogue.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Community MCP Server

Tags

AwsEc2 PricingCloud Cost Analysis

What is AWS EC2 Pricing MCP Server?

AWS EC2 Pricing MCP Server is a tool that provides fast, real-time EC2 pricing data via a pre-parsed AWS pricing catalogue, allowing automation scripts and LLMs to query AWS instance pricing with a single call. It helps answer questions like finding the cheapest instance with specific RAM, looking up CPU speeds for AMD instances, checking discounts for reserved instances, or comparing costs for Windows with SQL Server Enterprise instances.

How to use AWS EC2 Pricing MCP Server?

Using Docker

  1. Docker Hub Image: Run a pre-built image by providing a mcp_config.json with the command to run the container.
  2. Local Image: Build the image locally by downloading the pricing data, then configure it similarly to the Docker Hub version.

Using Python Directly

  1. Download the latest pricing data from AWS S3.
  2. Place it alongside server.py and configure a mcp_config.json file to run the script.

Key Features of AWS EC2 Pricing MCP Server?

  • Real-time pricing queries: Instantly retrieve EC2 instance pricing data.
  • Pre-parsed catalogue: Optimized for fast performance.
  • Flexible querying: Supports complex filters (e.g., RAM, CPU speed, discounts).
  • Secure execution: Docker runs in isolated mode (--network none) for privacy.

Use Cases of AWS EC2 Pricing MCP Server?

  1. Cost analysis: Compare expenses across instance types or regions.
  2. Automation: Integrate pricing checks into CI/CD or deployment scripts.
  3. Benchmarking: Find the most cost-effective instance for workloads.
  4. Research: Analyze trends like reserved instance discounts over time.

FAQ from AWS EC2 Pricing MCP Server?

  • How often is the pricing data updated?

    The data is refreshed based on AWS catalogue updates. Rebuilding the image with BUILD_DATE ensures fresh data.

  • Can this be deployed on-premise?

    Yes, both Docker and local Python modes support private deployment.

  • Does this track historical pricing?

    No, it only includes current pricing. For history, download past catalogues manually.