DROMA MCP Server
JSON →Interact with DROMA drug-omics association analysis databases using natural language.
Install
pip install droma-mcp Tools · 17
- load_dataset Load DROMA datasets (CCLE, gCSI, etc.) into memory from database
- list_loaded_datasets Show which datasets are currently loaded in memory
- set_active_dataset Set the active dataset for subsequent operations
- unload_dataset Remove datasets from memory to free up resources
- load_molecular_profiles_normalized Load molecular profiles (mRNA, CNV, methylation, etc.) with z-score normalization
- load_treatment_response_normalized Load drug response data with normalization
- load_multi_project_molecular_profiles_normalized Load data across multiple projects
- load_multi_project_treatment_response_normalized Load treatment response across projects
- check_zscore_normalization Verify normalization status of cached data
- get_cached_data_info Get information about cached datasets
- export_cached_data Export data to CSV/Excel/JSON formats
- get_droma_annotation Retrieve sample or drug annotation data from the database
- list_droma_samples List all available samples for a project with filtering options
- list_droma_features List all available features (genes, drugs) for a project and data type
- list_droma_projects List all projects available in the DROMA database
- plot_drug_sensitivity_rank Create drug sensitivity rank plots
- analyze_drug_omic_pair Analyze associations between drugs and omic features
Links
★ 1 GitHub stars