Floom
@floomhq
About Floom
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"floom": {
"command": "npx",
"args": [
"-y",
"@floomhq/mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Floom?
Floom is an open‑source protocol and runtime for agentic work. It turns an OpenAPI specification into three surfaces: a shareable web form, an MCP server that an agent can call, and an HTTP API endpoint — all with built‑in auth, rate limits, secret injection, and run history.
How to use Floom?
Point Floom at an OpenAPI spec URL. For the cloud version, sign in at floom.dev and publish via the build page. For self‑hosting, create an apps.yaml manifest and run the official Docker image with docker run; the manifest defines proxied (wrapping an existing API) or hosted (Floom runs your container) modes. Every published app is immediately available as a web form at /p/:slug, an MCP endpoint at /mcp/app/:slug, and an HTTP endpoint at /api/:slug/run.
Key features of Floom
- One manifest generates a web form, MCP server, and HTTP API.
- Proxied mode wraps any existing API; hosted mode runs your Docker container.
- Built‑in Bearer/API‑key auth, per‑operation rate limits, and secret injection.
- Every app exposes MCP tools; four MCP admin tools let an agent add new apps.
- Shareable result URLs and run history are included out of the box.
Use cases of Floom
- Vibecoder creators – paste an OpenAPI URL and instantly publish a shareable web form plus an MCP tool for friends.
- Biz users – wrap an internal API (e.g. Stripe) in a form for ops teams, with logged runs and clean output rendering.
- Agent development – use Floom’s MCP server so an AI agent can call your API without custom glue code.
- Self‑hosted API gateways – run Floom in Docker to manage rate limits, auth, and logs for your own services.
FAQ from Floom
What input formats does Floom support?
Floom accepts an OpenAPI specification (URL or local file). It reads each operation and automatically turns parameters into form fields or MCP tool inputs.
How does Floom handle authentication and rate limiting?
Floom supports Bearer/API‑key authentication and per‑operation rate limits. Secrets are injected at runtime from environment variables or a config file.
Can I self‑host Floom?
Yes. Self‑hosting takes about 60 seconds: write an apps.yaml manifest and run the official Docker image (ghcr.io/floomhq/floom-monorepo). The full guide is in docs/SELF_HOST.md.
What are the two operation modes (proxied vs. hosted)?
In proxied mode Floom wraps an existing API by reading its OpenAPI spec. In hosted mode Floom runs your own container, using a runtime, build, and run directive in the manifest.
Does Floom expose MCP tools for agents?
Yes. Every published app automatically provides MCP tools. Additionally, four MCP admin tools (ingest_app, list_apps, search_apps, get_app) let an agent add and manage apps over MCP.
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments