Skip to content
LangChain

Tulimoa for LangChain

com.tulimoa/platform

Discover curated SaaS and AI-agent tools in the Tulimoa directory; submit and edit your listings.

client:LangChain transport:streamable-http tools:5

Install Tulimoa in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

Tulimoa in other clients