Skip to content
LangChain

Fine Structure for LangChain

ai.finestructure/fine-structure

Build and host full-stack apps from a prompt, with agents that reach you on WhatsApp and email.

client:LangChain transport:streamable-http tools:84

Install Fine Structure in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "fine-structure": {
            "transport": "streamable_http",
            "url": "https://finestructure.ai/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

All 84 tools →

Fine Structure in other clients