← Registry

Data Collection

trialbase-db.org

Provides search and retrieval of clinical trial data, including trial details and cross-registry identifiers.

x402 supported1 endpoint2 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

https://api.trialbase-db.org/mcp

No auth detected

MCP server metadata

Name
trials
Version
1.0.0
Capabilities
tools.listChanged

Known tools 2

trials_search

Search trials by condition, intervention, sponsor, phase, status, country, or free text.

Inferred read-only
trials_get

Fetch one canonical trial by id, with every registry's provenance + cross-registry IDs.

Inferred read-only

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.trials]
url = "https://api.trialbase-db.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trials": {
      "type": "http",
      "url": "https://api.trialbase-db.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trials
Remote MCP URL: https://api.trialbase-db.org/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": {
    "trials": {
      "url": "https://api.trialbase-db.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trials": {
      "type": "http",
      "url": "https://api.trialbase-db.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trials",
  "transport": "streamable-http",
  "url": "https://api.trialbase-db.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.