Skip to content
LangChain

GoAI Moat Review Intelligence for LangChain

com.goaimoat/review-intelligence

Analyze product reviews: pain points, feature requests, sentiment and competitive gaps for sellers.

client:LangChain transport:streamable-http tools:3

Install GoAI Moat Review Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "review-intelligence": {
            "transport": "streamable_http",
            "url": "https://reviewintel.mcp.goaimoat.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

GoAI Moat Review Intelligence in other clients