Skip to content
LangChain

Recursive Support Oracle for LangChain

support.recursive/recursive

AI support agent platform for small businesses. Query pricing, features, and examples.

client:LangChain transport:streamable-http

Install Recursive Support Oracle in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "recursive": {
            "transport": "streamable_http",
            "url": "https://recursive.support/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Recursive Support Oracle in other clients