AACT Clinical Trials MCP ServerServer

navisbio
GitHub
clinical trialshealthcaredata analysis

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server implementation that provides access to the AACT (Aggregate Analysis of ClinicalTrials.gov) database using the FastMCP framework. This server allows AI assistants to directly query clinical trial data from the ClinicalTrials.gov database.

📝 JSON Entries

{
  "mcpServers": [
    {
      "AACT Clinical Trials MCP Server": {
        "env": {
          "DB_USER": "your_aact_username",
          "DB_PASSWORD": "your_aact_password"
        },
        "args": [
          "mcp-server-aact"
        ],
        "command": "uvx"
      }
    }
  ]
}

🛠️ Tools

list_tablesdescribe_tableread_queryappend_insight

Features

  • Allows querying clinical trial data from the AACT database
  • Tools for exploring database tables and executing SQL queries

💬 Example Queries

  • What are the most common types of interventions in breast cancer clinical trials?
  • How many phase 3 clinical trials were completed in 2023?
  • Show me the enrollment statistics for diabetes trials across different countries
  • What percentage of oncology trials have reported results in the last 5 years?