← Registry

General Tools

boathousecloud.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint41 known toolsFirst detected September 18, 2026Last detected September 18, 2026

ENDPOINT 1

https://mcp.boathousecloud.com/mcp

No auth detected

MCP server metadata

Name
boathouse
Version
0.3
Capabilities
tools
Server instructions

Boathouse is a small cloud: a workspace deploys folder-with-a-Dockerfile tools that become login-protected URLs (https://<tool>.<workspace domain>), shares them by email at three tiers (viewer, editor, admin), keeps their source, secrets, logs and releases, and buys domains. Every tool below acts as the workspace whose project key you send: set the header Authorization: Bearer <project key> on this MCP connection (minted on the workspace's account page, or with `bh keys create`). The server is stateless: no session id, no server-to-client stream. Anything that spends money (domain_buy, topup) quotes first and only acts with confirm true.

Known tools 41

whoami

Who this project key belongs to: the email, the workspace, the domain its tools live on, and the prepaid balance.

Potential side effects
list_tools

Every tool in the workspace with its state (running/absent), current release, public URL and who can see it.

Inferred read-only
get_tool

One tool in detail: URL, container state, current release, who it is visible to, and the list of people it has been shared with.

Inferred read-only
deploy

Deploy a folder as a tool and make it live at https://<tool>.

Inferred read-only
pull

Fetch the exact source folder a release was built from, so you can edit it and deploy it back.

Potential side effects
logs

The tool container's recent log lines, newest last.

Inferred read-only
releases

The last 20 releases of a tool: number, status (live/superseded/failed), when, who and the note.

Inferred read-only
rollback

Put an earlier release back in service.

Inferred read-only
restart

Restart the tool's container with its current release and current secrets.

Inferred read-only
share

Give 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).

Potential side effects
unshare

Take away one person's access to one tool.

Inferred read-only
request_access

Ask to be let into a tool in someone else's workspace, at viewer, editor or admin.

Inferred read-only
access_requests

Everyone waiting to be let into one of this workspace's tools: request id, email, tier asked for, and their message.

Potential side effects
allow_request

Let a waiting person in at the tier they asked for.

Inferred read-only
set_access

Set 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.

Inferred read-only
secrets_list

The names of a tool's secrets (API keys and the like), when each was last set and by whom.

Inferred read-only
secrets_set

Set one secret on a tool.

Inferred read-only
secrets_delete

Remove one secret from a tool.

Potential side effects
users_list

Everyone in the workspace: role (owner, member or guest), name, and whether they have set a password yet.

Inferred read-only
users_add

Add a person to the workspace, or change their role.

Inferred read-only
users_invite

Resend an invitation to someone in the workspace.

Inferred read-only
users_remove

Remove a person from the workspace.

Potential side effects
domains_list

The addresses this workspace answers on: the free <workspace>.

Inferred read-only
domain_check

Ask the registrar whether a domain is free and what it costs per year.

Inferred read-only
domain_buy

Buy a domain through Boathouse's registrar and point it at this box, paid from the workspace's prepaid balance.

Inferred read-only
domain_renewals

Read domain expiry dates, renewal status, spending limits and billing problems.

Inferred read-only
domain_renewal_set

Set automatic renewal and a maximum prepaid renewal charge.

Potential side effects
domain_attach

Bring a domain the workspace already owns elsewhere: Boathouse starts answering on it and returns the DNS records to make at the current DNS host.

Inferred read-only
domain_point

Make a domain (and its www) open one tool instead of the workspace's tool list.

Inferred read-only
domain_primary

Make one of the workspace's domains the primary one: the address tool URLs and emails use.

Inferred read-only
domain_dns

The DNS records the registrar currently holds for a domain Boathouse bought or manages.

Inferred read-only
domain_repoint

Rewrite a Boathouse-managed domain's DNS records to point at this Boathouse again (after a move, or if someone changed them).

Inferred read-only
domain_detach

Stop serving a domain.

Inferred read-only
usage

Check storage, memory, CPU and the reason an app is paused.

Inferred read-only
capacity

Quote additional app storage.

Inferred read-only
billing

The 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.

Inferred read-only
prices

What Boathouse charges, in plain words: one organization plan for up to five lightweight tools, shared limits, storage, and the domain margin.

Inferred read-only
referral

This 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).

Inferred read-only
topup

Open secure Stripe checkout to add prepaid hosting credit; the owner completes payment there.

Potential side effects
card_link

A one-time link where a workspace owner types a card into Stripe.

Inferred read-only
delete_tool

Delete a tool: its container, its releases and its sharing.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.boathouse]
url = "https://mcp.boathousecloud.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "boathouse": {
      "type": "http",
      "url": "https://mcp.boathousecloud.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: boathouse
Remote MCP URL: https://mcp.boathousecloud.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "boathouse": {
      "url": "https://mcp.boathousecloud.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "boathouse": {
      "type": "http",
      "url": "https://mcp.boathousecloud.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "boathouse",
  "transport": "streamable-http",
  "url": "https://mcp.boathousecloud.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.