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_capabilities
- claidex_claim_risk_matrix
- claidex_health_snapshot
- claidex_research_prompt
- claidex_tool_catalog
- consult_specialist_model
- fetch
- fetch_research_url
- get_claim_content
- query_chembl
- query_clinicaltrials
- query_failure_graph
- query_openfda
- query_opentargets
- query_package_registry
- rank_documents_by_embedding
- rerank_documents
- run_computation
- run_statistical_analysis
- search
- search_claims
- search_preprint_flags
- search_pubmed
- web_search