CDISC Library MCP Server

CDISC Library MCP Server

Provides comprehensive access to CDISC clinical data standards (SDTM, ADaM, CDASH, CT) through 15 MCP tools, resources, and prompts.

Category
Visit Server

README

CDISC Library MCP Server

PyPI version Python 3.10+ License: MIT

MCP Server for CDISC Library API - 提供对临床数据标准的完整访问。

功能特性

  • 🔧 15 个 MCP Tools - 覆盖 SDTM, ADaM, CDASH, CT 等标准
  • 📦 MCP Resources - 产品列表、API 信息
  • 💬 MCP Prompts - 引导式标准探索
  • 🗄️ 持久化缓存 - 减少 API 调用,加速访问
  • 🇨🇳 中文错误提示 - 友好的错误消息

安装

方式一:uvx(推荐,自动安装)

无需手动安装,MCP 客户端会自动下载:

{
  "mcpServers": {
    "cdisc-library": {
      "command": "uvx",
      "args": ["cdisc-library-mcp"],
      "env": {
        "CDISC_API_KEY": "your-api-key-here"
      }
    }
  }
}

方式二:pip 安装

pip install cdisc-library-mcp

然后在 MCP 客户端配置:

{
  "mcpServers": {
    "cdisc-library": {
      "command": "cdisc-library-mcp",
      "env": {
        "CDISC_API_KEY": "your-api-key-here"
      }
    }
  }
}

获取 API Key

  1. 访问 CDISC Library API Portal
  2. 登录或注册 CDISC 账号
  3. Profile 页面 获取 API Key

MCP 客户端配置文件位置

客户端 配置文件路径
Claude Desktop (macOS) ~/Library/Application Support/Claude/claude_desktop_config.json
Claude Desktop (Windows) %APPDATA%\Claude\claude_desktop_config.json
Cursor ~/.cursor/mcp.json
TRAE 项目根目录 .mcp.json

可用工具

标准查询

工具 描述
get_products 获取所有 CDISC 产品列表
get_standard 获取标准产品信息
get_classes 获取标准的类列表

数据集操作

工具 描述
get_datasets 获取数据集列表
get_dataset 获取数据集详情
get_dataset_variables 获取变量列表
get_variable 获取变量详情

控制术语

工具 描述
get_ct_packages 获取 CT 包列表
get_ct_package 获取 CT 包详情
get_codelists 获取编码列表
get_codelist 获取编码详情
get_codelist_terms 获取术语列表
get_term 获取术语详情

搜索与比较

工具 描述
search 全局搜索 CDISC Library
compare_versions 版本差异比较

版本号格式

CDISC Library API 使用 - 分隔版本号:

标准 正确格式 错误格式
SDTM 1-8, 2-0 1.8, 2.0
SDTMIG 3-4, 3-3 3.4, 3.3

工具会自动转换格式,支持两种输入。

环境变量

变量名 必需 默认值 说明
CDISC_API_KEY - API 密钥
CDISC_BASE_URL https://library.cdisc.org/api API URL
CDISC_CACHE_DIR ~/.cdisc-mcp/cache 缓存目录
CDISC_CACHE_TTL 86400 缓存时间(秒)

开发

# 克隆仓库
git clone https://github.com/whereayan/cdisc-library-mcp.git
cd cdisc-library-mcp

# 安装开发依赖
pip install -e ".[dev]"

# 运行测试
python -m pytest tests/ -v

# 运行测试覆盖率
python -m pytest tests/ --cov=src/cdisc_mcp

发布

# 使用发布脚本
python scripts/release.py 0.1.3

# 或手动发布
python -m build
twine upload dist/*

许可证

MIT License

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured