Skip to content
LangChain

research synthesis price index for LangChain

org.biobricks/research-synthesis-price-index

BioBricks: the median advertised gene synthesis price per base pair, read from verified vendor...

client:LangChain transport:stdio runtime:npm

Install research synthesis price index in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "research-synthesis-price-index": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@ellul-estate/biobricks-org-research-synthesis-price-index-mcp"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

research synthesis price index in other clients