Skip to main content
Glama

cBioPortal MCP Server

by pickleton89
__init__.py613 B
""" Endpoint modules for the cBioPortal MCP server. This package contains modular endpoint implementations organized by domain: - studies: Cancer study related endpoints - genes: Gene and mutation related endpoints - samples: Sample related endpoints - molecular_profiles: Molecular profile and clinical data endpoints """ from .studies import StudiesEndpoints from .genes import GenesEndpoints from .samples import SamplesEndpoints from .molecular_profiles import MolecularProfilesEndpoints __all__ = [ "StudiesEndpoints", "GenesEndpoints", "SamplesEndpoints", "MolecularProfilesEndpoints", ]

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/pickleton89/cbioportal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server