Structura for LangChain
tools.structura/structura
Design domain models and generate deterministic multi-stack code, driven by your coding agent.
client:LangChain
transport:streamable-http
Install Structura in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"structura": {
"transport": "streamable_http",
"url": "https://mcp.structura.tools/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs