Nargusta

Public API

Nargusta is a sailors' hospitality network. Four read-only endpoints are open to anyone, including software agents acting for a sailor: they let you find members offering hospitality in a port, browse the network, resolve a place name, and look up a yacht club. Everything else in the network, including requesting hospitality, letters of introduction, passages, and vouching, needs an authenticated member and is deliberately not exposed here.

MCP server

The same four reads are available over the Model Context Protocol at https://nargusta.com/mcp, so an assistant can query the network directly. It is a stateless Streamable HTTP server: no credential, no session, and the same guest limits as the REST endpoints. Tools aresearch_hosts, browse_hosts, resolve_place andlookup_clubs.

The server card describes it for clients that discover servers automatically. To add it to Claude Code:

claude mcp add --transport http nargusta https://nargusta.com/mcp

Ground rules

Hospitality tags

Four tags describe what a member offers. They are the accepted values of the tag parameter.

GET /api/search

Hosts near a place or coordinate.

Returns: An object with origin (null when the place could not be resolved), results (member cards, nearest and best-established first), and clubsHere (club affiliations claimed by the members in results, not necessarily clubs located near the origin).

https://nargusta.com/api/search?q=Newport%2C%20RI&radius=25&tag=mooring-dock

GET /api/browse

The whole network, no location.

Returns: An array of member cards.

https://nargusta.com/api/browse?tag=club-access

GET /api/geocode

A place name resolved to a coordinate.

Returns: found, and when found is true, lat, lng, and a canonical label.

https://nargusta.com/api/geocode?q=English%20Harbour%2C%20Antigua

GET /api/clubs

Yacht clubs by name or acronym.

Returns: Up to eight clubs, best match first, each with a name, country, and sometimes a region.

https://nargusta.com/api/clubs?q=nyyc

Questions

Reach out through the contact page if you are building something on this and need an endpoint that is not here yet.

Join Nargusta

Phone verified in about a minute. Free and non-commercial.