← claidex.com

INDIVIDUAL MCP TOOL

claidex_research_prompt

Compose a rigorous, reusable investigation prompt that tells an MCP client which Claidex tools and resources to use.

claidex.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.claidex.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for claidex_research_prompt and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

claidex.com

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_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.
  • get_claim_content — Retrieve the complete text content of a specific Claidex Claim by its slug.