A

aws-pricing-mcp该 MCP 服务器让 AI 工具直接获取实时的 AWS EC2 价格。您可以按内存、处理器类型、地区和计费方案搜索实例,快速挑选最经济的云选项。

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

aws-pricing-mcp 是一个模型上下文协议(MCP)服务器,提供实时的 AWS EC2 实例定价数据。它允许 AI 工具直接访问并根据内存、处理器类型、地区和计费方案等规格搜索最划算的云选项。项目同时提供传统服务器实现和无服务器 Lambda 函数部署两种方式,支持按需、预留实例和 CloudFix RightSpend 等多种计费模式。服务器支持按地区、平台、租用方式、vCPU、内存、GPU 等多维度灵活过滤,并遵循 JSON-RPC 2.0 协议。定价数据始终保持最新,来源于 S3。

主要功能

  • EC2 定价数据
  • 多种计费模型
  • 灵活过滤
  • JSON-RPC 2.0 兼容
  • 无服务器选项
  • 来自 S3 的动态数据

价格

模型
Free
评分
暂无评价

使用场景

成本优化

使用 aws-pricing-mcp 根据内存、处理器类型和地区等具体需求,找到最经济的 AWS EC2 实例。

云资源规划

利用该服务器搜索并比较不同 EC2 实例的价格,帮助更好地进行云资源规划和预算编制。

优点 & 缺点

优点

  • 提供对实时 AWS EC2 定价数据的直接访问
  • 支持多种计费模型
  • 灵活的过滤选项帮助找到最廉价的 EC2 实例
  • 可通过 Lambda 函数进行无服务器部署

缺点

  • 部署和使用需要一定的技术专长
  • 仅限于 AWS EC2 定价数据

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Is the pricing data kept current, and where does it come from?

Yes, the MCP pulls pricing information directly from an S3 bucket that is regularly updated, ensuring the data you receive reflects the latest AWS EC2 pricing.

Asked by Amara Chukwu · Aug 19, 2025

Which filters can I apply when searching for EC2 instances via the MCP?

You can filter by region, platform, tenancy, vCPU count, RAM, GPU, and other attributes such as processor type, enabling precise queries for the exact specifications you need.

Asked by Kalinda Reddy · Jul 20, 2025

What pricing models does the MCP support for EC2 instances?

The service provides live pricing for On‑Demand, Reserved Instances, and CloudFix RightSpend models, allowing you to compare costs across these options when searching for the cheapest instance.

Asked by Cristina Moreno · Jul 6, 2025

How can I deploy the aws‑pricing‑mcp server and is there a serverless option?

You can run the traditional server by installing dependencies (pip install -r requirements.txt) and executing python src/server.py. A serverless deployment is also available as an AWS Lambda function; you build and deploy it using SAM (sam build && sam deploy) and then call it via the generated Function URL.

Asked by Noelia Campos · May 28, 2025

提问

服务配缩器 的替代品