Skip to content
LangChain

Plato's Kallipolis for LangChain

io.github.handongzhen101-jpg/platos-kallipolis

Read-only MCP tools for AI agent discovery, structured resources, and NIULAI information.

client:LangChain transport:streamable-http tools:6

Install Plato's Kallipolis in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "platos-kallipolis": {
            "transport": "streamable_http",
            "url": "https://platoskallipolis.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

Plato's Kallipolis in other clients