TextMine MCP for LangChain
com.textmine/textmine-mcp
Search, read, and automate TextMine documents, records, workflows, integrations, and agent tasks.
client:LangChain
transport:streamable-http
Install TextMine MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"textmine-mcp": {
"transport": "streamable_http",
"url": "https://mcp.textmine.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs