Boat House
com.boathousecloud/boathouse·v1.0.0Deploy and share small apps with team login, persistent data, versioned updates and domains.
Usage numbers are collected on the next scan
Reviews
Write oneNobody has reviewed Boat House yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Tools (41, 11 write)
write = sends, deletes, buys or postsaccess_requestswrite actionFreeEveryone waiting to be let into one of this workspace's tools: request id, email, tier asked for, and their message. Owners and tool admins.
allow_requestFreeLet a waiting person in at the tier they asked for. Their tool grant is made and they get an email saying what to do next. Owners and tool admins.
billingFreeThe workspace's money: prepaid balance, whether it is paused, how fast running tools burn credit, how many days are left, whether a card is on file, and the last ledger lines.
capacityFreeQuote additional app storage. Show the maximum extra monthly price and get owner approval before confirming. No automatic upgrade. Owners only.
card_linkFreeA one-time link where a workspace owner types a card into Stripe. This is the only part of Boathouse that needs a browser. Owners only.
delete_toolwrite actionFreeDelete a tool: its container, its releases and its sharing. By default the tool's database and files are kept. purge true also destroys them forever, and then requires purge_confirm true as well.
deploywrite actionFreeDeploy a folder as a tool and make it live at https://<tool>.<workspace domain>. Send the whole folder in `files`, which MUST include a top-level Dockerfile whose process listens on $PORT (8080). Creates the tool on the first deploy; afterwards it replaces the running container. If you got these files from `pull`, pass the release number you pulled as `base` so a deploy someone else made in the meantime is not silently overwritten.
domain_attachFreeBring a domain the workspace already owns elsewhere: Boathouse starts answering on it and returns the DNS records to make at the current DNS host. Optionally point it at one tool at the same time. Owners only.
domain_buywrite actionFreeBuy a domain through Boathouse's registrar and point it at this box, paid from the workspace's prepaid balance. Without confirm it only returns the quote (cost now, renewal price, your balance) and buys nothing. Owners only.
domain_checkFreeAsk the registrar whether a domain is free and what it costs per year. Buys nothing. total_cents is the price the workspace pays (registrar_cents plus Boathouse's margin_cents); show that one.
domain_detachFreeStop serving a domain. The registration itself is untouched and domain_attach brings it back. Owners only.
domain_dnsFreeThe DNS records the registrar currently holds for a domain Boathouse bought or manages. Changes nothing.
domain_pointFreeMake a domain (and its www) open one tool instead of the workspace's tool list. An empty tool clears it. Owners only.
domain_primaryFreeMake one of the workspace's domains the primary one: the address tool URLs and emails use. Owners only.
domain_renewal_setwrite actionFreeSet automatic renewal and a maximum prepaid renewal charge. Quote the change first, then require explicit approval with confirm true. Turning renewal off lets the domain expire. Owners only.
domain_renewalsFreeRead domain expiry dates, renewal status, spending limits and billing problems. Owners only.
domain_repointFreeRewrite a Boathouse-managed domain's DNS records to point at this Boathouse again (after a move, or if someone changed them). Owners only.
domains_listFreeThe addresses this workspace answers on: the free <workspace>.boathousecloud.com address, the primary domain, and every custom domain with its DNS state.
get_toolFreeOne tool in detail: URL, container state, current release, who it is visible to, and the list of people it has been shared with.
list_toolsFreeEvery tool in the workspace with its state (running/absent), current release, public URL and who can see it. A 'tool' is one small web app Boathouse runs behind the workspace login.
logsFreeThe tool container's recent log lines, newest last. Use this to find out why a tool is failing.
pricesFreeWhat Boathouse charges, in plain words: one organization plan for up to five lightweight tools, shared limits, storage, and the domain margin.
pullwrite actionFreeFetch the exact source folder a release was built from, so you can edit it and deploy it back. Returns the release number and the files as text (binary files come back base64 encoded). Tool admins only.
referralFreeThis person's referral code and link, the deal in words, and what each referred workspace has earned them so far (10% of usage charges, paid monthly in cash).
releasesFreeThe last 20 releases of a tool: number, status (live/superseded/failed), when, who and the note. A failed release shows the last line of its build log.
request_accessFreeAsk to be let into a tool in someone else's workspace, at viewer, editor or admin. Its owners get an email with one Allow button; nobody there runs a command. The person is emailed when it is allowed.
restartFreeRestart the tool's container with its current release and current secrets.
rollbackwrite actionFreePut an earlier release back in service. With no `to`, goes back to the release before the live one. This rolls back the software, never the database.
secrets_deletewrite actionFreeRemove one secret from a tool. It disappears on the tool's next restart or deploy.
secrets_listFreeThe names of a tool's secrets (API keys and the like), when each was last set and by whom. Values are never returned.
secrets_setFreeSet one secret on a tool. It is injected as an environment variable of that name and the tool is restarted. Names are UPPER_SNAKE_CASE. Never echo the value back to the user.
set_accessFreeSet who a tool is open to by default: 'members' means anyone in the workspace (at the given tier), 'listed' means only the people it has been explicitly shared with. Use 'listed' for anything sensitive.
sharewrite actionFreeGive one person access to one tool by email, at a tier: viewer (read only; the gateway blocks their writes), editor (may change the data), admin (may change the software, secrets, sharing). If the person is new, Boat House emails a secure invitation when email is configured. Check emailed in the result; if delivery failed, share the invitation page so the person can request their secure email.
topupFreeOpen secure Stripe checkout to add prepaid hosting credit; the owner completes payment there. Without confirm it only quotes and returns operation_id. Confirm the same cents and operation_id after user approval; reuse the ID on retries. Between $5.00 (500) and $1,000.00 (100000). Owners only.
unshareFreeTake away one person's access to one tool. They keep their workspace account.
usageFreeCheck storage, memory, CPU and the reason an app is paused. Tool admins only.
users_addFreeAdd a person to the workspace, or change their role. owner = may spend money, buy domains and manage people, and is admin on every tool; member = may see tools open to members and deploy their own; guest = sees only what is explicitly shared with them. Returns a one-time invite link for someone new. Owners only.
users_inviteFreeResend an invitation to someone in the workspace. New accounts confirm their mailbox through the emailed link; established accounts receive a normal sign-in URL. Password recovery is self-service on that page, and only the account holder's mailbox receives a reset link. Check emailed before offering a fallback.
users_listFreeEveryone in the workspace: role (owner, member or guest), name, and whether they have set a password yet.
users_removewrite actionFreeRemove a person from the workspace. Their sessions, project keys, invites and tool grants stop working immediately. Owners only.
whoamiwrite actionFreeWho this project key belongs to: the email, the workspace, the domain its tools live on, and the prepaid balance. Call it first if you are not sure which workspace you are acting in.
Public scan report
scanner v0.1.2 · 2026-09-18 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 819ms20/20
- Tool poisoning41 tool descriptions checked15/15
- Auth qualityAPI key sent as a header8/15
- Maintenancelast push 0 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Install directly
claude mcp add --transport http boathouse https://mcp.boathousecloud.com/mcp
Alternatives to Boat House
Same job, ranked by rating then adoption.
- bettermemoryMemory for coding agents, checked against the filesystem and git before it is believed.not reviewed—A
- KSailSDK for creating, managing, and operating Kubernetes clusters and workloads with ease.not reviewed—A
- Tenki Sandbox MCPDisposable microVM sandboxes for AI agents: run code, read/write files, git, preview URLs.not reviewed—A
- ScherlokZero-config data-quality monitoring: profile a warehouse, detect anomalies, gate CI.not reviewed—A
- jira-mini-mcpMinimal Jira Cloud MCP server: broad reads, a narrow 3-tool write surface, optional read-only mode.not reviewed—A