Skip to content
LangChain

Mapmelon for LangChain

com.mapmelon/mapmelon

Search curated community colivings and see who else will be staying during your dates.

client:LangChain transport:streamable-http tools:14

Install Mapmelon in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mapmelon": {
            "transport": "streamable_http",
            "url": "https://www.mapmelon.com/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

Mapmelon in other clients