Skip to content
LangChain

GuruWalk Affiliates for LangChain

com.guruwalk/affiliates-mcp

GuruWalk affiliate program for AI agents. Free walking tours in 100+ countries. Earn per booking.

client:LangChain transport:streamable-http

Install GuruWalk Affiliates in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "affiliates-mcp": {
            "transport": "streamable_http",
            "url": "https://back.guruwalk.com/mcp/affiliates",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

GuruWalk Affiliates in other clients