Boathouse Connect Connector for AI agents.
10 live capabilities
Manage marina reservations and rowing club equipment through a conversational interface.
Waiting for input…
Why people use Boathouse Connect
Boathouse Connect for Marina and Rowing Club Management
With this Connector, you just ask your agent for what you need. You can check a member's tier, see if a boat is free, or book a new reservation in a single sentence. You get a direct line to your data that actually understands your business.
What Vinkius changes
You get a conversational interface for your entire maritime or rowing club operation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking the daily practice roster
A coach needs to see who is coming to practice today.
- Real-world use case 02
Booking a slip for a guest
A marina guest wants to book a slip for next Friday.
- Real-world use case 03
Verifying equipment ownership
An admin needs to find out who owns a specific rowing shell.
Complete set · 10capabilities
The complete Boathouse Connect capability set.
These are the exact actions your AI can choose when you ask it to work with Boathouse Connect.
01—04
4 capabilities in this set.
Part of 10 available through Boathouse Connect.
- 01 Capability
Create reservation
Book a specific boat slip or piece of equipment for a user. This lets you handle new arrivals without opening the dashboard.
- 02 Capability
Get equipment
Pull up specific details for a piece of rowing gear or boat. Use this to see exact specs or current condition.
- 03 Capability
Get reservation
Fetch the details of an existing booking to see who has what and when. It's perfect for verifying a guest's stay.
- 04 Capability
Get user
Look up a specific club member's profile and contact information. This helps you quickly find who you need to talk to.
05—07
3 capabilities in this set.
Part of 10 available through Boathouse Connect.
- 05 Capability
List equipment
See every piece of gear in your inventory along with its current status. Use this to manage your rowing shell fleet.
- 06 Capability
List locations
Get a list of all physical boathouses or marinas in your organization. This helps you manage multiple sites easily.
- 07 Capability
List reservations
View every current and upcoming booking in your system. Use this to see the full picture of your daily operations.
08—10
3 capabilities in this set.
Part of 10 available through Boathouse Connect.
- 08 Capability
List schedules
See the full calendar of practices and events for your club. This keeps everyone on the same page about the schedule.
- 09 Capability
Check boathouse status
Verify that your API connection is active and your account is reachable. This ensures your agent can always access your data.
- 10 Capability
List users
Pull a complete list of all members currently registered in your directory. Use this to manage your club's roster.
Set up in minutes
One URL. Then ask Boathouse Connect to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Boathouse Connect from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8YACeosJpXOnSTgqmQ0l7dkotzSYZvgoqQfhAUwP/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Boathouse Connect, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Boathouse Connect for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8YACeosJpXOnSTgqmQ0l7dkotzSYZvgoqQfhAUwP/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Boathouse Connect URL.
- Step 03
Save and start
Save the connection and enable Boathouse Connect in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"boathouse-connect": {
"url": "https://edge.vinkius.com/vk_preview_8YACeosJpXOnSTgqmQ0l7dkotzSYZvgoqQfhAUwP/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Boathouse Connect
Open Agent mode in chat and ask: "Using Boathouse Connect, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"boathouse-connect": {
"url": "https://edge.vinkius.com/vk_preview_8YACeosJpXOnSTgqmQ0l7dkotzSYZvgoqQfhAUwP/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Boathouse Connect
Ask Copilot: "Using Boathouse Connect, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"boathouse-connect": {
"url": "https://edge.vinkius.com/vk_preview_8YACeosJpXOnSTgqmQ0l7dkotzSYZvgoqQfhAUwP/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Boathouse Connect
Open Cascade and ask: "Using Boathouse Connect, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"boathouse-connect": {
"url": "https://edge.vinkius.com/vk_preview_8YACeosJpXOnSTgqmQ0l7dkotzSYZvgoqQfhAUwP/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Boathouse Connect
Ask Cline: "Using Boathouse Connect, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add boathouse-connect --transport http "https://edge.vinkius.com/vk_preview_8YACeosJpXOnSTgqmQ0l7dkotzSYZvgoqQfhAUwP/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Boathouse Connect
Ask Claude: "Using Boathouse Connect, show me...". 10 tools are ready
Where the request belongs
Work Boathouse Connect can move forward.
This is for club managers who are overwhelmed by paperwork, coaches who need to see rosters on the fly, and marina staff who need to book slips without logging into a heavy dashboard.
Club Manager
Checks member tiers and equipment status during busy weekend check-ins.
Rowing Coach
Pulls up practice schedules and roster details while standing on the dock.
Marina Operations Staff
Creates new boat reservations and monitors slip availability from a mobile device.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBooking Manager
Manage yacht charters via Booking Manager. track yachts, check availability, and manage bookings directly from any AI agent.
InflatableOffice
Run your party rental and inflatable business with online booking, inventory management, and delivery route planning.
Mews
Manage hotel reservations, guests, rooms, billing, housekeeping, and services for your Mews property through natural conversation.
Booqable
Manage your rentals via Booqable. track orders, check availability, and manage inventory directly from any AI agent.
Clubspeed
Manage entertainment venues and bookings via Clubspeed. track customers, monitor reservations, and manage race heats directly from any AI agent.
NavAPI
Manage maritime navigation. audit ports, routes, and traffic via AI.
Bring your own AI
Change the model, client or framework. Keep Boathouse Connect connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Boathouse Connect.
The practical details behind the request, access and result.
Can I use Boathouse Connect MCP to manage my rowing club's gear?
Yes, you can use it to see every piece of equipment in your inventory and check its current status instantly.
Does Boathouse Connect MCP work with my existing member database?
It connects directly to your Boathouse Connect account to pull up member profiles and contact info for your club.
How do I book a boat slip using this Connector?
You just tell your agent to create a reservation for a specific date and member, and it handles the rest automatically.
Can I see my club's practice schedule through the agent?
Yes, you can pull up all practice and event schedules for your organization in one conversation.
Is Boathouse Connect MCP good for marina staff?
It's built for ops staff who need to check dock availability and create bookings without leaving their current workflow.
What happens if I need to see all my club locations?
Your agent can list every boathouse and marina location configured in your system so you can manage multiple sites easily.
Can my AI create a new equipment reservation?
Yes. Use the create_reservation capability with the equipment ID, member user ID, date, and time slot. The agent books the equipment and confirms the reservation details.
How do I check equipment availability?
Use list_equipment to see all gear with current availability status, then get_equipment for detailed specs on a specific item. Cross-reference with list_reservations to see upcoming bookings.
Can I view member profiles and membership tiers?
Yes. list_users returns the full member directory, and get_user fetches a detailed profile for any member including contact information, membership tier, and activity status.
One connection away
Give your agent a direct line to Boathouse Connect.
Connect Boathouse Connect once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available