MCP.so
登录
F

Floom

@floomhq

关于 Floom

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

floomhq

提交者

Federico De Ponte

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "floom": {
      "command": "npx",
      "args": [
        "-y",
        "@floomhq/mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器