Mmcp.market

Flux Cloud MCP server

by RunOnFlux·io.github.RunOnFlux/flux-cloud-mcp·v0.2.7

Deploy, pay for and manage apps on Flux Cloud, the decentralized cloud. Prices in USD.

B84/100grade B
What users say
No reviews yet
Be the first
Safety scan
B84/100

full report

Adoption
Growing

0 stars1.1k downloads/wk

Reviews

Write one

Nobody has reviewed Flux Cloud yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Flux Cloud tools (15, 3 write)

write = sends, deletes, buys or posts
  • flux_build_specFree

    Turns images, ports, resources and a term into a complete, correctly formatted v8 specification, with public ports auto-picked and data replication enabled. Returns the spec plus local validation errors and warnings.

  • flux_cancel_appwrite actionFree

    Ends an app early by updating its term so it expires within about an hour. The network then uninstalls it everywhere. With confirm=true this signs and pays the (usually minimal) update; without it, returns the plan.

  • flux_control_appFree

    restart: restarts containers. redeploy: pulls the image again and recreates containers (hard=true also wipes data). remove: uninstalls from nodes; the registration stays and the network re-spawns it elsewhere, so use flux_cancel_app to stop paying. Scope is one node (nodeIp) or every node running the app (global). Requires the owner key.

  • flux_deploy_appwrite actionFree

    Validates the specification on a node, quotes it, and with confirm=true signs it with the Flux ID, broadcasts it and pays the quoted FLUX from the payment address. Without confirm it only returns the plan (price, balance, warnings) and spends nothing. Registers a new name or updates an existing app of the same owner. Then call flux_wait_for_app with the returned txid.

  • flux_generate_keysFree

    Creates two fresh private keys (WIF): one for the Flux ID that will own apps, one for the address that pays. The response contains the secrets; store them in the MCP server environment as FLUX_ID_PRIVATE_KEY and FLUX_PAYMENT_PRIVATE_KEY, then restart the server. Nothing is stored or sent anywhere by this tool.

  • flux_get_appFree

    Looks up any app on the network by name and returns its published specification, expiry, running instances and URLs.

  • flux_get_app_logsFree

    Fetches the last N log lines of an app (or one component of it) from one of the nodes running it. Requires the owner key.

  • flux_get_app_statsFree

    CPU, memory and network stats of the containers of an app on one node. Requires the owner key.

  • flux_get_identityFree

    Returns the Flux ID (app owner address), the payment address and its spendable FLUX balance with its USD value. Explains what to configure if keys are missing. Never returns private keys.

  • flux_get_network_infoFree

    Node counts by tier, current block height, FLUX/USD rate and the deployment payment address.

  • flux_get_pricingwrite actionFree

    Returns the current USD rate card, the live FLUX/USD rate, the pay-in-FLUX discount and instant USD estimates for a few reference sizes. Use flux_quote_app for the exact price of a specific app.

  • flux_list_my_appsFree

    Lists every app registered by the owner (or a given Flux ID) with expiry and instance counts.

  • flux_quote_appFree

    Returns the Flux Cloud price for registering the given specification, or for updating it if an app of that name already exists (the unused part of the current term is credited). Price is in USD with the FLUX amount at market rate.

  • flux_validate_specFree

    Runs the local rule checks, then asks a FluxOS node to verify the specification exactly as it would at registration (image reachable, architecture, ports, name availability). Returns the node-formatted spec on success.

  • flux_wait_for_appFree

    Polls the network for up to timeoutSeconds (default 45 to fit hosts with a 60 s tool timeout, max 600). Returns payment confirmations, whether the spec was accepted, and the running instances with URLs. Safe to call repeatedly until done=true.

Public scan report

scanner v0.1.3 · 2026-09-19 · same rubric, same numbers if you re-run it

1 high
  • Code scan25 source files scanned25/25
  • Live reliabilityremote reachable in 2250ms17/20
  • Tool poisoning15 tool descriptions checked15/15
  • Auth qualityopen endpoint exposes 3 write-action tools with no auth3/15
  • Maintenancelast push 6 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10

Findings (1)

  • highWrite-action tools reachable without authenticationauth.open-write
Overall 84/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http flux-cloud-mcp https://mcp.runonflux.com/mcp
Add to Cursor

Flux Cloud: common questions

Is Flux Cloud MCP server safe?
Mostly: it is graded B (84/100). Read the Flux Cloud safety report
How do I install Flux Cloud?
It runs remotely at mcp.runonflux.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Flux Cloud need an API key?
Yes. The registry entry asks for FLUX_ID_PRIVATE_KEY, FLUX_PAYMENT_PRIVATE_KEY.
Is Flux Cloud maintained?
The last commit was 6 days ago (2026-09-13). The latest release is v0.2.7.
Is Flux Cloud up?
100% of our last 1 checks got an answer. We check remote servers about four times a day.
What can I use instead of Flux Cloud?
Servers from other publishers that do the same job: Tiniest Cloud MCP server, clawops MCP server and The Deployer MCP server. Compare all Flux Cloud alternatives.

Alternatives to Flux Cloud

Same job from other publishers: the closest match first, then the best rated.

All Flux Cloud alternatives →
  • Tiniest Cloud
    Deploy web apps with sign-in, per-user storage, realtime and AI built in.
    A
  • clawops
    Deploy and manage self-hosted OpenClaw instances across clouds
    C
  • The Deployer
    Check if a repo will deploy, plan a deploy to your own cloud, and see status, logs and redeploys.
    A
  • Boat House
    Deploy and share small apps with team login, persistent data, versioned updates and domains.
    A
  • Gagarin Cloud
    Deploy and operate containers on Gagarin Cloud: services, databases, domains, logs, rollbacks.
    A

More from RunOnFlux