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 または自動化スクリプトから 1 回の呼び出しで 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ハブイメージの使用
Docker ハブ イメージには次の mcp_config.json を使用します。
--rm フラグはコンテナ終了時にコンテナを削除します。-i フラグは標準入出力通信の対話モードを有効にします。-q フラグはイメージのダウンロードに関するDockerメッセージを抑制します。
ローカルイメージの使用
イメージをビルドします。
これにより、価格データがダウンロードされ、イメージがビルドされます。
ローカルにビルドされたイメージのサンプル mcp_config.json:
--rm フラグはコンテナ終了時にコンテナを削除します。-i フラグは標準入出力通信の対話モードを有効にします。
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