deployDeploy Python code to Floom and get a usable URL. Accepts raw Python source or a base64-encoded ZIP. Optionally include a floom.yaml config to declare
runExecute an action on a deployed Floom app. Returns the function output as JSON. Preferred: use app_slug + action for simple invocation. Alternative: u
list_projectsList all deployed Floom projects.
get_projectGet details for a Floom project including endpoint schemas and input parameters. Use this before calling run to see what inputs an endpoint expects.
manage_secretsManage persistent secrets (API keys, tokens) for a Floom project. Available across all runs. Supports list, set, and delete operations. For one-time s
get_logsGet recent run logs for a Floom project.
list_versionsList all versions of a Floom project. Shows which version is dev (latest deploy) and which is prod (promoted).
promotePromote a version to production. By default promotes the current dev version. Runs a health check; auto-rolls back if the check fails.
rollbackRollback production to a previous version.
storage_setStore a persistent key-value pair for a Floom project. Values persist across runs and deploys.
storage_getRetrieve a stored value for a Floom project.
storage_deleteDelete a stored value for a Floom project.
storage_listList all stored keys for a Floom project with usage info.
create_share_linkCreate a public share link for a Floom endpoint. Share links allow anyone to run the endpoint without authentication.
list_share_linksList all share links for a Floom project.
disable_share_linkDisable a share link for a Floom project. The link will no longer be accessible.
fetch_contextFetch external data from a URL and attach it as context to a Floom project. Context data enhances AI-powered endpoints.
list_contextsList all context entries for a Floom project.
+12 more tools
We re-grade npm:@floomhq/mcp-server on a schedule and alert your Slack/webhook the moment its tools change or its grade drops — rug-pull insurance for the connection.
Add the wmcp.sh trust oracle as an MCP server and call grade_mcp_server / check_mcp_drift in your agent's pre-connection gate:
https://wmcp.sh/mcp/trust
readOnly vs observed behavior) layer on via the wmcp.sh proxy.