Skip to content
LangChain

Invisible Exit for LangChain

io.github.kindrat86/invisibleexit

Faceless micro-SaaS system for employed professionals. Build $4K/mo without quitting

client:LangChain transport:streamable-http tools:3

Install Invisible Exit in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "invisibleexit": {
            "transport": "streamable_http",
            "url": "https://invisibleexit.com/api/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

Invisible Exit in other clients