ClinicalTrials.gov
Search ClinicalTrials.gov study records, retrieve trial details, and monitor updated studies.
Tools
| Name | Description |
|---|---|
search_studiesSearch ClinicalTrials.gov studies with v2 API filters and cursor pagination. | Search ClinicalTrials.gov studies with v2 API filters and cursor pagination. |
get_studyGet one ClinicalTrials.gov study by NCT ID. | Get one ClinicalTrials.gov study by NCT ID. |
list_study_metadataReturn ClinicalTrials.gov v2 API metadata and field definitions. | Return ClinicalTrials.gov v2 API metadata and field definitions. |
Triggers
| Name | Description |
|---|---|
updated_studiesPoll for recently updated ClinicalTrials.gov studies matching a query. | Poll for recently updated ClinicalTrials.gov studies matching a query. |
Quick Start
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.