Skip to main content
Glama

outstations-mcp

MCP server serving yacht-club outstation records — member-moorage facilities with size limits, rafting rules, booking processes, amenities, and overnight-comfort ranking. Ships bundled with the three Royal Victoria Yacht Club (RVYC) outstations (Long Harbour, Friday Harbor, Telegraph Harbour).

Tools

  • list_outstations(clubs?) — all stations: location, coords, size limits.

  • find_outstations_near(lat, lon, radius_nm=20, clubs?) — nearby stations, nearest first.

  • get_outstation(name) — full record + prose + the club's general rules.

  • rank_outstations(names, forecast) — overnight-comfort rank for stations that support anchoring/mooring; dock-only stations are returned under not_ranked. Reuses pilotbook-mcp's scoring against a weather-mcp forecast.

The clubs filter is an optional list of club codes (e.g. ["RVYC"]); omit for all clubs. The agent/context layer decides which clubs are relevant from who is aboard.

Related MCP server: Lumen Resto MCP

Data

Records are markdown (YAML frontmatter + prose) under src/outstations_mcp/data/ (clubs/ and outstations/). Point at a different directory with OUTSTATIONS_DATA_PATH. pilotbook_anchorage cross-links a station to the nearest pilot-book anchorage; the agent calls pilotbook-mcp's get_anchorage for seabed/depth.

Install

uv sync --dev

Run the server

uv run outstations-mcp
A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sailingnaturali/outstations-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server