Skip to content
LangChain

Claidex MCP for LangChain

com.claidex/failure-intelligence

Biomedical failure intelligence platform for terminated trials and translational analysis.

client:LangChain transport:streamable-http runtime:npm tools:24

Install Claidex MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "failure-intelligence": {
            "transport": "streamable_http",
            "url": "https://app.claidex.com/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

Claidex MCP in other clients