aws-pricing-calculator-mcp

dmorand17/aws-pricing-calculator-mcp
★ 0 stars Python Browser/Web Updated today
Python MCP server for building AWS Pricing Calculator estimates in natural language — uses public calculator.aws endpoints, no AWS credentials required.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aws-pricing-calculat": {
      "command": "uvx",
      "args": [
        "aws-pricing-calculator-mcp"
      ]
    }
  }
}

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.

Tools (14)

AWS_CALC_CDN_BASEAWS_CALC_DEFINITION_PATH_TEMPLATEAWS_CALC_LOCALEAWS_CALC_MANIFEST_PATHAWS_CALC_METADATA_BASEAWS_CALC_READ_URL_TEMPLATEAWS_CALC_SAVE_URLAWS_CALC_SHARE_URL_TEMPLATEadd_servicecreate_estimateexport_estimateget_server_infoget_service_fieldssearch_services