Skip to content
LangChain

clover public for LangChain

io.github.fourleafai/clover-public

Job search and interview prep MCP. 15 tools, OAuth 2.1, cross-LLM. four-leaf.ai.

client:LangChain transport:streamable-http

Install clover public in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "clover-public": {
            "transport": "streamable_http",
            "url": "https://four-leaf.ai/api/mcp",
        }
})

tools = await client.get_tools()

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

clover public in other clients