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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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