Weavz
ClinicalTrials.gov

ClinicalTrials.gov

Search ClinicalTrials.gov study records, retrieve trial details, and monitor updated studies.

3 tools
1 trigger

Tools

Name
search_studies

Search ClinicalTrials.gov studies with v2 API filters and cursor pagination.

get_study

Get one ClinicalTrials.gov study by NCT ID.

list_study_metadata

Return ClinicalTrials.gov v2 API metadata and field definitions.

Triggers

Name
updated_studies

Poll for recently updated ClinicalTrials.gov studies matching a query.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('clinicaltrials', 'search_studies', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'clinicaltrials',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect ClinicalTrials.gov to my app?

ClinicalTrials.gov does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.

What tools does ClinicalTrials.gov support?

ClinicalTrials.gov supports 3 tools including Search Studies, Get Study, List Study Metadata.

Can I use ClinicalTrials.gov with AI agents?

Yes. Add ClinicalTrials.gov to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can ClinicalTrials.gov be used in stateful agent workflows?

Yes. Agents can combine ClinicalTrials.gov tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does ClinicalTrials.gov use?

ClinicalTrials.gov does not require external authentication.

How much does the ClinicalTrials.gov integration cost?

The ClinicalTrials.gov integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does ClinicalTrials.gov support?

ClinicalTrials.gov supports 1 triggers including Updated Studies.

Connect ClinicalTrials.gov in minutes

Get 20,000 free action executions every month. No credit card required.