🧠 Why BYO-AI?
BoatMC publishes an MCP server (Model Context Protocol — the standard for AI tool access). Your AI client — Claude Desktop, ChatGPT, Gemini — connects to it and gains 18 boat-aware tools. For this bring-your-own-AI MCP path, your AI subscription is paid by you and bounded by your own rate limits; BoatMC only serves the authenticated boat tools and does not operate that chat session. Separate BoatMC-guided install support may use BoatMC-managed diagnostics and support automation.
This page mints a bearer token scoped to your boat (…) and gives you per-provider copy-paste setup commands.
Claude DesktopCustom connector setupSupported
Claude Desktop (and Claude.ai's web connectors interface) supports remote MCP servers natively. Use the OAuth option if your Claude Desktop build supports it — otherwise drop the bearer config into your claude_desktop_config.json.
Option A — OAuth (recommended):
- Open Claude Desktop → Settings → Developer → Edit Config.
- Add the OAuth connector block below to
claude_desktop_config.json. - Restart Claude Desktop. On reconnect, approve the BoatMC OAuth flow in your browser.
Loading…
Option B — Bearer token (if your client doesn't support OAuth):
Loading…
Claude Code CLIOne-linerSupported
If you have the Claude Code CLI installed, paste this command to register BoatMC as an MCP server:
Loading…
Claude Code stores the config globally — works across all your projects.
ChatGPTCustom GPT ActionsPlan-gated
ChatGPT's remote MCP connector support is gated by plan and the specific surface you're using. Most boaters will use the GPT Actions fallback instead:
- Go to chatgpt.com/gpts/editor → Create a new GPT → Configure → Actions.
- Import OpenAPI schema from this URL:
Loading…
3. Set Authentication → API Key → Bearer → paste this token:
Loading…
Token expires — come back here to mint a fresh one if your GPT stops working.
Google GeminiGemini CLITooling only
Consumer Gemini chat doesn't yet support custom remote MCP servers. The Gemini CLI and MCP-capable Google tooling do. For CLI:
- Install Gemini CLI:
npm i -g @google/gemini-cli - Add BoatMC as a remote MCP server with this config:
Loading…
Any MCP clientGeneric bearer configSupported
For any tool that speaks the MCP spec — add this server config:
Loading…
OAuth discovery is also supported at /.well-known/oauth-authorization-server.
18 tools your AI can call
Once connected, your AI can invoke any of these on your boat. Tools marked with ✍️ are writes — they create maintenance items, log entries, etc.
Verify your connection
Test the MCP endpoint right now from this page — calls /mcp with your bearer token and lists the tools. If this returns cleanly, your AI client will too.