AWS-Pricing-MCP
## Features - Query real-time AWS pricing for EC2, RDS, Lambda, S3, and 16 more services - Compare prices across 18 AWS regions to find cheapest option - Estimate monthly costs for multi-instance workloads - MCP-compatible JSON responses for AI agent integration ## Use Cases - FinOps automation and cost optimization - AI agents that provision cloud resources - Infrastructure cost estimation…
AWS-Pricing-MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Optimize Workload /api/v1/optimize |
AI-powered cost optimization recommendations |
| GET |
Health Check /health |
Check API health status |
| GET |
List Services /api/v1/services |
List all supported AWS services |
| GET |
List Regions /api/v1/regions |
List all supported AWS regions |
| POST |
Get Pricing /api/v1/pricing |
Query pricing by service, region, and instance type |
| POST |
Compare Regions /api/v1/compare/regions |
Find cheapest region for an instance type |
| POST |
Estimate Cost /api/v1/estimate |
Estimate monthly cost for a workload |