Skip to content
LangChain

FoxForm for LangChain

io.github.vitorrocha-panda/foxform

Build, publish and read scored forms and quizzes where the score picks the next screen.

client:LangChain transport:streamable-http tools:10

Install FoxForm in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "foxform": {
            "transport": "streamable_http",
            "url": "https://mcp.foxform.app/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

FoxForm in other clients