cdisc-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CDISC_API_KEY | Yes | A CDISC Library personal API key. Obtain one at https://library.cdisc.org. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_productsA | List all available CDISC standards and their published versions. Use this first to discover available versions before querying specific content. |
| search_cdiscB | Search across all CDISC standards by keyword. Args: query: Search keyword, e.g. "adverse event", "AEDECOD", "demographics" |
| get_sdtm_domainsA | List all SDTM domains for a given version. Args: version: SDTM-IG version, e.g. "3.4", "3.3". Use list_products() first. |
| get_sdtm_domain_variablesB | Get all variables defined in an SDTM domain. Args: version: SDTM-IG version, e.g. "3.4" domain: Two-letter domain code, e.g. "DM", "AE", "LB" |
| get_sdtm_variableB | Get the full definition of a specific SDTM variable. Args: version: SDTM-IG version, e.g. "3.4" domain: Domain code, e.g. "AE" variable: Variable name, e.g. "AETERM", "AEDECOD" |
| get_adam_datastructuresB | List all ADaM data structures for a given version. Args: version: ADaM version, e.g. "1.3", "2.1" |
| get_adam_variableB | Get the definition of a specific ADaM variable. Args: version: ADaM version, e.g. "1.3" data_structure: Data structure name, e.g. "ADSL", "ADAE" variable: Variable name, e.g. "USUBJID", "AVAL" |
| get_cdash_domainsB | List all CDASH domains for a given version. Args: version: CDASH version, e.g. "2.0", "1.1" |
| get_cdash_domain_fieldsB | Get all data collection fields for a CDASH domain. Args: version: CDASH version, e.g. "2.0" domain: Domain code, e.g. "DM", "AE", "VS" |
| list_ct_packagesA | List all available CDISC Controlled Terminology packages with release dates. |
| get_codelistA | Get a specific Controlled Terminology codelist definition. Args: package_id: CT package identifier, e.g. "sdtmct-2024-03-29" codelist_id: Codelist concept ID or submission value, e.g. "C66781", "AGEU" |
| get_codelist_termsB | List all valid terms in a CT codelist (max 100 shown, check has_more). Args: package_id: CT package identifier codelist_id: Codelist concept ID or submission value |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Teninq/cdisc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server