Skip to content
LangChain

Camping Australia for LangChain

au.com.trip-planner/camping-australia

Search Australian campsites, caravan parks and free camps; weather, gear, road trips and booking.

client:LangChain transport:streamable-http tools:18

Install Camping Australia in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "camping-australia": {
            "transport": "streamable_http",
            "url": "https://app.trip-planner.com.au/api/mcp",
        }
})

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

Camping Australia in other clients