home / mcp / bitflux mcp server
Provides BitFlux-driven EC2 usage, pricing data, and instance recommendations via local MCP clients.
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.
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.
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.
Resource endpoint that returns the AMI ID for a generic AMI suitable for creating an EC2 instance.
Resource endpoint that returns the AMI ID for a BitFlux-specific AMI to launch BitFlux-enabled EC2 instances.