AWS EC2 Pricing MCP Server

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

Local serverstdioPython

What is the AWS EC2 Pricing MCP server?

Aws ec2 pricing mcp server lets Claude, Cursor and other MCP clients work with AWS EC2 Pricing directly. Get up-to-date EC2 pricing information with one call. Fast. Powered by a pre-parsed AWS pricing catalogue.

What AWS EC2 Pricing does

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.

Key capabilities

  • 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

Installing the aws ec2 pricing mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Where it fits

Cloud and DevOps servers put infrastructure on speaking terms with your assistant, so "why is this broken?" is answered from real state rather than a generic checklist. AWS EC2 Pricing sits in that group. Worth comparing against the other cloud devops servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the aws ec2 pricing mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Frequently asked questions

It connects AWS EC2 Pricing to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with AWS EC2 Pricing directly.