Skip to content
LangChain

Seoul Tourism (Visit Seoul) for LangChain

io.github.namuaix/seoul-tourism

Official Seoul tourism data in 7 languages, in cooperation with the Seoul Tourism Organization.

client:LangChain transport:streamable-http tools:3

Install Seoul Tourism (Visit Seoul) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "seoul-tourism": {
            "transport": "streamable_http",
            "url": "https://mcp.namu.ai.kr/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

Seoul Tourism (Visit Seoul) in other clients