AWS EC2 Pricing MCP Server
@trilogy-group
关于 AWS EC2 Pricing MCP Server
An MCP server that exposes AWS EC2 pricing data with an option to search by CPU, RAM, networking
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"AWS EC2 Pricing MCP": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-q",
"ai1st/aws-pricing-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AWS EC2 Pricing MCP Server?
An MCP (Model Context Protocol) server that provides AWS EC2 instance pricing data. It supports both a traditional server deployment and a serverless Lambda function, enabling LLMs to query current EC2 prices based on specifications.
How to use AWS EC2 Pricing MCP Server?
Deploy the serverless Lambda using SAM (sam build && sam deploy --guided) and retrieve the Function URL, or run the traditional server by installing dependencies (pip install -r requirements.txt) and executing python src/server.py. Once deployed, the MCP server handles JSON‑RPC 2.0 requests for EC2 pricing lookups.
Key features of AWS EC2 Pricing MCP Server
- Find cheapest EC2 instances based on specifications
- Supports On‑Demand, Reserved, and CloudFix RightSpend pricing
- Filter by region, platform, tenancy, vCPU, RAM, GPU, and more
- Full JSON‑RPC 2.0 MCP protocol compliance
- Serverless option via Lambda with Function URL
- Always up‑to‑date pricing data sourced from S3
Use cases of AWS EC2 Pricing MCP Server
- Automatically compare EC2 instance costs during infrastructure planning
- Integrate real‑time pricing into AI assistants for cost‑sensitive recommendations
- Query cheapest instances for batch jobs or spot workloads
- Validate pricing assumptions in CI/CD pipelines for cloud cost governance
FAQ from AWS EC2 Pricing MCP Server
What pricing models are available?
On‑Demand, Reserved Instances, and CloudFix RightSpend.
How do I deploy the serverless version?
Use the AWS SAM CLI: run sam build followed by sam deploy --guided. The Function URL is returned as a stack output.
What transports does the server support?
It uses JSON‑RPC 2.0 over HTTP for the Lambda function (via Function URL) and the MCP protocol for the traditional server.
Where does pricing data come from?
Pricing data is pulled dynamically from an S3 source, ensuring it is always current.
What are the runtime dependencies?
Python 3.x and the packages listed in requirements.txt. For Lambda deployment, the AWS SAM CLI is also required.
云与基础设施 分类下的更多 MCP 服务器
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
🐋 Docker MCP server
ckreilingMCP server for Docker
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
评论