Nausika for LangChain
app.nausika/mcp
Mediterranean marine, nautical, sailing: forecasts, tides, sea routes, anchorages, POIs for AI.
client:LangChain
transport:streamable-http
tools:19
Install Nausika in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://mcp.nausika.app",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- nausika_marine_forecast
- nausika_seasonal_forecast
- nausika_tides
- nausika_search_places
- nausika_get_place
- nausika_sea_route
- nausika_calculator
- nausika_geocode
- nausika_describe_place_schema
- nausika_is_water
- nausika_convert_coordinates
- nausika_manage_boat_profile
- nausika_get_boat_profile
- nausika_manage_favorite
- nausika_get_favorites
- nausika_manage_rating
- nausika_get_ratings
- nausika_manage_route
- nausika_get_routes