Maplith for LangChain
com.maplith/maplith
Data-ontology maps of your business systems, served to AI agents over MCP.
client:LangChain
transport:streamable-http
Install Maplith in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"maplith": {
"transport": "streamable_http",
"url": "https://app.maplith.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs