AACT Clinical Trials MCP ServerServer

navisbio
GitHub
Clinical TrialsHealthcareBioinformatics

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": {
        "env": {
          "DB_USER": "your_aact_username",
          "DB_PASSWORD": "your_aact_password"
        },
        "args": [
          "mcp-server-aact"
        ],
        "command": "uvx"
      }
    }
  ]
}

🛠️ Tools

list_tablesdescribe_tableread_queryappend_insight

Features

  • Direct query access to clinical trial data
  • Supports SQL queries with validation
  • Records insights discovered during analysis

💬 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?