home / mcp / bitflux mcp server

BitFlux MCP Server

Provides BitFlux-driven EC2 usage, pricing data, and instance recommendations via local MCP clients.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "bitflux-ai-bitflux_mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/bitflux-ai/[email protected]",
        "bitflux_mcp"
      ]
    }
  }
}

You run a BitFlux MCP Server to gather data from your BitFlux-enabled EC2 instances and help determine the best instance type for your workload. It communicates with the BitFlux cloud service and AWS APIs, enabling you to query usage and pricing data from your local workstation alongside your AI tooling.

How to use

You will configure your MCP client to connect to the BitFlux MCP Server using the provided local runtime commands. When you run the MCP client, it loads the BitFlux MCP configuration and exposes data such as instance recommendations and pricing, which you can feed into your workflow to make informed sizing decisions for your workloads.

Available tools

bitflux_instance_recommendation

Endpoint that provides a recommendation based on stats from the download_stats_by_instance_id tool and the get_ec2_pricing tool, helping you choose the right instance type.

bitflux://generic_ami_id

Resource endpoint that returns the AMI ID for a generic AMI suitable for creating an EC2 instance.

bitflux://bitflux_ami_id

Resource endpoint that returns the AMI ID for a BitFlux-specific AMI to launch BitFlux-enabled EC2 instances.

BitFlux MCP Server - bitflux-ai/bitflux_mcp