Likerts for LangChain
io.github.crosstabs/likerts
Manage open-source in-product surveys, collections, responses and exports with scoped access.
client:LangChain
transport:streamable-http
runtime:npm
Install Likerts in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"likerts": {
"transport": "streamable_http",
"url": "https://likerts-mcp.onrender.com/mcp/{workspaceId}",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs