aws-pricing-mcp

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 を使用します。

{ "mcpServers": { "AWS EC2 Pricing MCP": { "command": "docker", "args": ["run", "--rm", "-i", "-q", "ai1st/aws-pricing-mcp"] } } }

--rm フラグはコンテナ終了時にコンテナを削除します。-i フラグは標準入出力通信の対話モードを有効にします。-q フラグはイメージのダウンロードに関するDockerメッセージを抑制します。

ローカルイメージの使用

イメージをビルドします。

docker build -t aws-pricing-mcp .

これにより、価格データがダウンロードされ、イメージがビルドされます。

ローカルにビルドされたイメージのサンプル mcp_config.json:

{ "mcpServers": { "AWS EC2 Pricing MCP": { "command": "docker", "args": ["run", "--rm", "-i", "aws-pricing-mcp"] } } }

--rm フラグはコンテナ終了時にコンテナを削除します。-i フラグは標準入出力通信の対話モードを有効にします。

Pythonを直接使用する

まず価格データをダウンロードする必要があります。

curl https://cloudfix-public-aws-pricing.s3.us-east-1.amazonaws.com/pricing/ec2_pricing.json.gz | gunzip > ec2_pricing.json

server.py と同じディレクトリにある必要があります。

ローカル Python のサンプル mcp_config.json:

{ "mcpServers": { "AWS EC2 Pricing MCP": { "command": "python", "args": [ "/path/to/server.py" ] } } }

組み立て説明書

Docker イメージの構築と公開の手順については、 BUILD.md を参照してください。

価格データ JSON 形式

PRICING.md を参照してください。

-
security - not tested
A
license - permissive license
-
quality - not tested

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

  1. Dockerの使用
    1. Dockerハブイメージの使用
    2. ローカルイメージの使用
  2. Pythonを直接使用する
    1. 組み立て説明書
      1. 価格データ JSON 形式

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          An 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 -
          5
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          Azure MCP Server
          Last updated -
          473
          MIT License
          • Linux
          • Apple

        View all related MCP servers

        ID: cb8bt7rna3