Claidex MCP
com.claidex/failure-intelligenceBiomedical failure intelligence platform for terminated trials and translational analysis.
Tools · 24
Return the Claidex MCP feature map, configured storage/model providers, safety controls, resources, prompts, and tool counts.
Search claims and summarize MRS bands, trial phases, failure archetypes, and high-risk programs for rapid diligence.
Return Sentinel metrics, coverage, graph counts, recent automation runs, MRS bands, and preprint-watch summaries.
Compose a rigorous, reusable investigation prompt that tells an MCP client which Claidex tools and resources to use.
Return the complete MCP tool catalog, optionally including full input schemas and filtering native versus agent-backed tools.
Ask a specialist Gateway model for code, database/tool-calling, statistics, literature, preprint, or mechanistic synthesis support. Use for hard subproblems, second opinions, code generation/review, o…
Fetch a specific result returned by search. This compatibility tool supports OpenAI and ChatGPT remote MCP retrieval flows.
Fetch a public HTTPS research URL, JSON API response, package metadata endpoint, documentation page, or dataset preview. Blocks private/internal hosts and truncates large responses.
Retrieve the complete text content of a specific Claidex Claim by its slug. Use this when you need to read the full post-mortem analysis, including hypothesis, failure mechanism, and prevention analys…
Look up a drug or compound in ChEMBL. Returns mechanism of action, primary target, ChEMBL ID, max development phase, molecular type, and synonyms.
Search ClinicalTrials.gov for clinical trials. Can search by drug name, condition, target, or NCT ID. Returns trial status, phase, sponsor, primary endpoints, and why_stopped if terminated.
Query the Claidex failure graph for a specific gene target. Returns the Mechanism Risk Score (MRS), failure counts by phase and archetype, and all related claim slugs.
Query the FDA FAERS database for adverse event signals for a drug. Returns top adverse event terms, serious case count, and death count.
Query Open Targets for target-disease association evidence. Returns genetic evidence score, clinical evidence, known drugs, tractability, and safety liabilities for a gene-disease pair.
Look up package metadata from npm or PyPI before recommending code, analysis packages, API clients, or dataset tooling.
Embed a query and candidate documents, then rank documents by cosine similarity. Use for semantic matching, retrieval checks, clustering triage, and lightweight RAG over user-provided passages.
Rerank candidate documents/passages against a query using a dedicated reranking model. Use after retrieval/search when exact relevance ordering matters.
Evaluate deterministic mathematical expressions with optional variables. Use for algebra, matrices, vectors, transformations, descriptive numerical checks, and reproducible calculations. Does not exec…
Run a statistical analysis computation. Supports: Wilson confidence intervals, binomial proportions, phase transition success rates, power calculations, Bayesian posterior estimates, descriptive stati…
Search Claidex failure claims and preprint flags. This compatibility tool returns citation-ready results for OpenAI and ChatGPT remote MCP flows.
Search the Claidex failure database for post-mortems matching a drug name, gene target, disease, failure archetype, or sponsor. Returns matching claims with title, slug, drug, target, disease, phase, …
Search the Claidex Preprint Watch database for bioRxiv preprints flagged as contradicting the clinical failure record. Search by target gene, disease, or preprint title.
Search PubMed for biomedical literature. Returns title, authors, journal, year, DOI, abstract, and PMID for each result.
Search the web for recent news, investor commentary, analyst notes, press releases, and conference coverage about drugs, clinical trials, or biomedical mechanisms.
Resources · 5
Feature, safety, storage, model, resource, prompt, and tool inventory.
claidex://capabilities
Database, graph, coverage, automation, MRS, and preprint-watch metrics.
claidex://metrics
Complete MCP tool catalog with schemas.
claidex://tools
Reusable investigation prompts exposed by this server.
claidex://prompts
Authentication, validation, network, and sensitive-data handling notes.
claidex://security
Prompts · 5
Investigate a failed biomedical program with Claidex claims, graph context, and citations.
Build a target-level risk dossier using MRS, graph edges, Open Targets, and failure archetypes.
Audit a preprint or early signal for contradiction risk, reproducibility gaps, and trial relevance.
Run statistical checks for phase transition, base-rate, and failure-rate claims.
Assess an npm or PyPI package before adding it to a biomedical data pipeline.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"claidex_mcp": {
"url": "https://app.claidex.com/api/mcp",
"transport": "streamable-http"
}
}
}