AACT Clinical Trials MCP Server
AACT 임상 시험 MCP 서버
개요
FastMCP 프레임워크를 사용하여 AACT(Aggregate Analysis of ClinicalTrials.gov) 데이터베이스에 대한 액세스를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버 구현입니다. 이 서버를 통해 AI 지원자는 ClinicalTrials.gov 데이터베이스에서 임상 시험 데이터를 직접 쿼리할 수 있습니다.
Related MCP server: Clinical Trials MCP Agent
특징
도구
list_tablesAACT 데이터베이스에서 사용 가능한 모든 테이블에 대한 개요를 확인하세요.
분석 전 데이터베이스 구조를 이해하는 데 유용합니다.
describe_table특정 AACT 테이블의 세부 구조를 살펴보세요
열 이름과 데이터 유형을 표시합니다.
예:
{"table_name": "studies"}
read_queryAACT 임상 시험 데이터베이스에 대한 SELECT 쿼리 실행
검증을 통해 SQL 쿼리를 안전하게 처리합니다.
예:
{"query": "SELECT nct_id, brief_title FROM ctgov.studies LIMIT 5"}
append_insight분석 중 발견된 주요 결과와 통찰력을 기록합니다.
분석적 내러티브를 구축하는 데 도움이 됩니다.
예:
{"finding": "Phase 3 oncology trials have increased by 15% over the last 5 years"}
자원
schema://database데이터베이스 스키마를 JSON 리소스로 반환합니다.
memo://insights세션 동안 수집된 통찰력의 형식화된 메모를 반환합니다.
구성
필수 환경 변수
DB_USER: AACT 데이터베이스 사용자 이름DB_PASSWORD: AACT 데이터베이스 비밀번호
의미 커널을 사용한 사용
지엑스피1
예시 프롬프트
이 플러그인과 함께 사용할 수 있는 몇 가지 프롬프트 예는 다음과 같습니다.
"유방암 임상 시험에서 가장 흔한 개입 유형은 무엇입니까?"
"2023년에는 3상 임상시험이 몇 건이나 완료됐나요?"
"다양한 국가의 당뇨병 임상 시험 등록 통계를 보여주세요"
"지난 5년 동안 종양학 시험 중 몇 퍼센트가 결과를 보고했습니까?"
구현 세부 사항
이 서버는 다음을 사용하여 구축되었습니다.
모델 컨텍스트 프로토콜 구현을 위한 FastMCP
PostgreSQL 데이터베이스 연결을 위한 Python psycopg2
ClinicalTrials.gov 정보의 데이터 소스인 AACT 데이터베이스
특허
MIT 라이센스
기여하다
여러분의 참여를 환영합니다!
GitHub에 이슈를 열어보세요
토론을 시작하세요
감사의 말
이 프로젝트는 다음 코드에서 영감을 받아 처음 시작되었습니다.
우리에게 길을 보여준 이 멋진 프로젝트들에 감사드립니다! 🙌
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables searching and retrieving information from the ClinicalTrials.gov database of over 400,000 clinical studies, including trial details, eligibility criteria, locations, and results across 220+ countries.5
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to search and analyze clinical trial data from ClinicalTrials.gov using both structured SQL queries for filtering trials by status, phase, and conditions, and semantic vector search for exploring detailed protocol information like exclusion criteria.
- AlicenseBqualityDmaintenanceProvides programmatic access to ClinicalTrials.gov API with 18 specialized tools for searching, analyzing, and retrieving detailed information about 400,000+ clinical trials worldwide, including filtering by condition, location, phase, sponsor, eligibility criteria, and outcomes.17204MIT
- FlicenseBqualityDmaintenanceProvides access to the ClinicalTrials.gov API, enabling search, analysis, and retrieval of clinical trial data through MCP tools.178
Related MCP Connectors
ClinicalTrials MCP — wraps ClinicalTrials.gov API v2 (free, no auth)
Search ClinicalTrials.gov — find studies, retrieve results, match patients to eligible trials.
NIH clinical trials and FDA adverse event reports. 4 MCP tools for health research.
Appeared in Searches
- A server for finding information on writing or researching a thesis
- Research on Patient-Disease-Gene-Drug Relationships and Pharmacogenomics Using Digital Imaging Data
- A database of diseases with associated genetic variants and sequencing information
- Resources or information related to academic topics
- A server for finding academic research and 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/navisbio/AACT_clinicaltrials_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server