Skip to content
LangChain

executable science for LangChain

science.executable/executable-science

Read-only access to this research pilot's task templates, resource catalogue and capability status.

client:LangChain transport:streamable-http tools:5

Install executable science in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

executable science in other clients