Skip to content
LangChain

Text Intelligence Mcp for LangChain

io.github.varvararatta/text_intelligence_mcp

Text Intelligence delivers robust NLP capabilities without the hassle of authentication or

client:LangChain transport:streamable-http tools:6

Install Text Intelligence Mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "text_intelligence_mcp": {
            "transport": "streamable_http",
            "url": "https://text-intelligence-mcp.mcpize.run/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

Text Intelligence Mcp in other clients