Overview
The CloudFix MCP AWS Pricing Server exposes AWS EC2 pricing through a fast, queryable interface designed for AI agents and developer tools. It uses the Model Context Protocol (MCP) to provide natural-language access to EC2 instance pricing, supporting flexible filters like CPU count, memory size, instance family, operating system, region, and pricing term.
This product is ideal for FinOps, cost optimization tools, LLM agents, infrastructure planners, and internal developer assistants. It runs entirely from a pre-parsed static dataset, with no dependency on live AWS pricing APIs, making it fast, portable, and cost-predictable. You can deploy it as: A remote MCP-compatible API server (ideal for Claude, CLine, and other agents) A container inside your own environment (ECS, EKS, Lambda, or air-gapped) The product supports both On-Demand and Reserved Instance pricing comparisons. Customers can query it using plain English to answer questions like:
What is the cheapest EC2 instance with 32 GB RAM in us-west-2? How much does a 3-year reserved r6g.large save compared to On-Demand? It includes full example configs and instructions for integration with MCP-enabled clients. The source is open and extensible.
Highlights
- LLM-native interface: Accepts natural-language pricing questions via MCP.
- Fast and portable: Lightweight container runs entirely offline if needed.
- FinOps-ready: Ideal for cloud cost advisors, internal chatbots, and AI developer tools.