
Claidex MCP
Claidex Failure Intelligence is an MCP server that lets agents query biomedical failure intelligence on terminated trials and translational analysis using an authenticated Claidex API.
About
Claidex Failure Intelligence is an MCP server for developers and researchers working adjacent to drug development, biotech analytics, or evidence-heavy health products. It exposes a biomedical failure intelligence platform centered on terminated trials and translational analysis, giving coding agents a structured way to reason about what failed and why instead of scraping publications manually. During the Idea phase, founders validating a scientific niche can pair this with literature review workflows to stress-test assumptions before prototyping dashboards or alert products. Authentication is mandatory via a Claidex API key, so budget for credentials and compliance review if you handle sensitive research data. This is not a general-purpose web search MCP; it is a vertical research backend. Choose it when trial-failure signal is core to your product thesis, not when you only need generic CRM or docs integrations.
- Biomedical failure intelligence for terminated trials and translational analysis
- Remote MCP at app.claidex.com/api/mcp plus npm package @claidex-mcp/claidex-mcp (stdio)
- Bearer API key required (Authorization header / CLAIDEX_MCP_API_KEY)
- Claidex MCP v1.0.0 with GitHub source ssatanis/claidex-sentinel
Claidex MCP by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --env CLAIDEX_MCP_URL=YOUR_CLAIDEX_MCP_URL --env CLAIDEX_MCP_API_KEY=YOUR_CLAIDEX_MCP_API_KEY failure-intelligence -- npx -y @claidex-mcp/claidex-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | @claidex-mcp/claidex-mcp |
|---|---|
| Transport | STDIO, HTTP |
| Auth | Required |
What it does
Query terminated clinical trials and translational failure patterns through Claidex so your agent can ground biotech or health-product research in real trial outcomes.
Who is it for?
Best when you're building trial-intelligence or translational tools and already use Claidex and need MCP inside Claude Code or Cursor.
Skip if: Generic SaaS developers without life-sciences research needs or teams unwilling to manage a paid or protected Claidex API key.
What you get
After you configure your API key, your agent can pull Claidex failure and translational insights to inform research memos and product hypotheses.
- Agent-queryable biomedical failure and trial-termination intelligence
- Research-grade inputs for memos, decks, or biotech product specs
By the numbers
- MCP catalog version 1.0.0
- npm package @claidex-mcp/claidex-mcp
- Default endpoint app.claidex.com/api/mcp
Recommended MCP Servers
How it compares
Vertical biomedical research MCP, not a general PubMed scraper or a local debugging skill.
FAQ
Who is Claidex Failure Intelligence for?
Developers and analysts in biotech or health data who want MCP access to Claidex’s terminated-trial and translational failure intelligence with API-key auth.
When should I use Claidex Failure Intelligence?
Use it during Idea-phase research when you are evaluating therapeutic areas, competitive trial history, or failure modes before scoping a data product or report.
How do I add Claidex Failure Intelligence to my agent?
Either add remote streamable HTTP https://app.claidex.com/api/mcp with Authorization Bearer claidex_sk_live_… or install @claidex-mcp/claidex-mcp and set CLAIDEX_MCP_URL and CLAIDEX_MCP_API_KEY.