Integrations
Provides real-time AWS EC2 pricing information, allowing users to query instance configurations, pricing across regions, reserved instance discounts, and operating system costs.
AWS EC2 가격 MCP 서버
AWS EC2 가격 MCP 서버를 사용하면 모든 LLM 또는 자동화 스크립트가 한 번의 호출로 실시간 EC2 가격을 쿼리할 수 있습니다. 사전 구문 분석된 AWS 가격 카탈로그를 기반으로 다음과 같은 질문에 답변합니다.
What is the cheapest EC2 instance with 32GB RAM?
Which AMD instances have more than 3.5 Ghz CPUs?
What is the 3-yr All Upfront discount on r6g family in eu-west-1?
What is the cheapest instance to run Windows with SQL Server Enterprise?
도커 사용하기
Docker 허브 이미지 사용
Docker 허브 이미지에는 이 mcp_config.json을 사용하세요.
지엑스피1
--rm 플래그는 컨테이너가 종료될 때 컨테이너를 제거합니다. -i 플래그는 stdio 통신을 위한 대화형 모드를 활성화합니다. -q 플래그는 이미지 다운로드 관련 도커 메시지를 표시하지 않습니다.
로컬 이미지 사용
이미지 빌드:
이렇게 하면 가격 데이터가 다운로드되고 이미지가 구축됩니다.
로컬로 빌드한 이미지에 대한 샘플 mcp_config.json:
--rm 플래그는 컨테이너가 종료될 때 컨테이너를 제거합니다. -i 플래그는 stdio 통신을 위한 대화형 모드를 활성화합니다.
Python을 직접 사용하기
먼저 가격 데이터를 다운로드해야 합니다.
server.py와 같은 디렉토리에 있어야 합니다.
로컬 Python에 대한 샘플 mcp_config.json:
조립 설명서
Docker 이미지를 빌드하고 게시하는 방법에 대한 지침은 BUILD.md를 참조하세요.
가격 데이터 JSON 형식
pricing.md를 참조하세요.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
AWS 가격 책정 MCP
Related MCP Servers
- -securityAlicense-qualityAn unofficial MCP server that provides an interface to access the Autumn pricing API for managing customers, entitlements, invoices, and generating billing portal links.Last updated -5TypeScriptMIT License
- Python
- PythonMIT License
- MIT License