INDIVIDUAL MCP TOOL
search_claims
Search the Claidex failure database for post-mortems matching a drug name, gene target, disease, failure archetype, or sponsor.
LIVE ENDPOINT
https://app.claidex.com/api/mcp
Connect to this endpoint to inspect the live schema for search_claims and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.claidex]
url = "https://app.claidex.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"claidex": {
"type": "http",
"url": "https://app.claidex.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: claidex
Remote MCP URL: https://app.claidex.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"claidex": {
"url": "https://app.claidex.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"claidex": {
"type": "http",
"url": "https://app.claidex.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "claidex",
"transport": "streamable-http",
"url": "https://app.claidex.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
claidex_capabilities— Return the Claidex MCP feature map, configured storage/model providers, safety controls, resources, prompts, and tool counts.claidex_claim_risk_matrix— Search claims and summarize MRS bands, trial phases, failure archetypes, and high-risk programs for rapid diligence.claidex_health_snapshot— Return Sentinel metrics, coverage, graph counts, recent automation runs, MRS bands, and preprint-watch summaries.claidex_research_prompt— Compose a rigorous, reusable investigation prompt that tells an MCP client which Claidex tools and resources to use.claidex_tool_catalog— Return the complete MCP tool catalog, optionally including full input schemas and filtering native versus agent-backed tools.consult_specialist_model— Ask a specialist Gateway model for code, database/tool-calling, statistics, literature, preprint, or mechanistic synthesis support.fetch— Fetch a specific result returned by search.fetch_research_url— Fetch a public HTTPS research URL, JSON API response, package metadata endpoint, documentation page, or dataset preview.