Skip to content
LangChain

AIfra — temporary static previews for LangChain

io.github.nickbasharin/aifra

48-hour HTTPS previews of prebuilt static sites and HTML slides. No server builds or backends.

client:LangChain transport:streamable-http runtime:npm tools:6

Install AIfra — temporary static previews in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

AIfra — temporary static previews in other clients