AWS EC2 Pricing

by trilogy-group

21 stars
391 downloads
Not rated
GitHub

About

Get up-to-date EC2 pricing information with one call. Fast. Powered by a pre-parsed AWS pricing catalogue.

Details

Author
trilogy-group
GitHub stars
21
Downloads
391
Categories
Cloud Service, Community, Other

- Find cheapest EC2 instances based on specifications
- Supports On‑Demand, Reserved, and CloudFix RightSpend pricing
- Filter by region, platform, tenancy, vCPU, RAM, GPU, and more
- Full JSON‑RPC 2.0 MCP protocol compliance
- Serverless option via Lambda with Function URL
- Always up‑to‑date pricing data sourced from S3

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name AWS EC2 Pricing
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Deploy the serverless Lambda using SAM (sam build && sam deploy --guided) and retrieve the Function URL, or run the traditional server by installing dependencies (pip install -r requirements.txt) and executing python src/server.py. Once deployed, the MCP server handles JSON‑RPC 2.0 requests for EC2 pricing lookups.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

Get up-to-date EC2 pricing information with one call. Fast. Powered by a pre-parsed AWS pricing catalogue.

A Model Context Protocol (MCP) server that provides AWS EC2 instance pricing data. This project includes both a traditional server implementation and a serverless Lambda function.

The Lambda function provides the same functionality as the server but with serverless benefits:

# Build and deploy sam build sam deploy --guided # Get the Function URL aws cloudformation describe-stacks \ --stack-name aws-pricing-mcp \ --query 'Stacks[0].Outputs[?OutputKey==FunctionUrl].OutputValue' \ --output text

For detailed Lambda documentation, seeLAMBDA.md.

# Install dependencies pip install -r requirements.txt # Run the server python src/server.py

- EC2 Pricing Data: Find the cheapest EC2 instances based on specifications
- Multiple Pricing Models: On Demand, Reserved Instances, CloudFix RightSpend
- Flexible Filtering: Region, platform, tenancy, vCPU, RAM, GPU, etc.
- JSON-RPC 2.0: Full MCP protocol compliance
- Serverless Option: Lambda function with Function URL
- Dynamic Data: Always up-to-date pricing from S3

- LAMBDA.md- Comprehensive Lambda documentation
-
MCP.md- MCP protocol examples
-
PRICING.md- Pricing data format and sources
-
BUILD.md- Build instructions

AniList MCP server for accessing AniList API data

APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin API, supporting querying and managing all resources in Apache APISIX.

Interact with your content on the Contentful platform

A Model Context Protocol (MCP) server enabling interaction with Google Admin APIs.

MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.

Server for using HuggingFace Spaces, supporting Images, Audio, Text and more. Claude Desktop mode for ease-of-use.

Connect to Kubernetes cluster and manage pods, deployments, services.

Golang-based Kubernetes MCP Server. Built to be extensible.

A Python MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph.

List and analyze Netbird network peers, groups, policies, and more.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.