Skip to content
LangChain

SaaSforIT Directory for LangChain

io.github.kibetho/saasforit

AI-powered SaaS tool discovery API. Search 150+ curated business tools and get recommendations.

client:LangChain transport:streamable-http tools:7

Install SaaSforIT Directory in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "saasforit": {
            "transport": "streamable_http",
            "url": "https://fuechvghummojkgliyha.supabase.co/functions/v1/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

SaaSforIT Directory in other clients