Python MCP server for building AWS Pricing Calculator estimates in natural language — uses public calculator.aws endpoints, no AWS credentials required.
Or install with pip: pip install aws-pricing-calculator-mcp
README Excerpt
A Python MCP server that lets an LLM build and export It talks only to the same public, unauthenticated CloudFront and calculator.aws endpoints that the web calculator uses — no AWS credentials are required. This is a Python reimplementation of the concept from built with FastMCP, async `httpx`, and Pydantic.