Model Context Protocol Server for Life Sciences Research
TogoMCP is a comprehensive Model Context Protocol (MCP) server developed by DBCLS that provides LLM agents with seamless access to a vast ecosystem of life sciences databases. It integrates over 20 major biological and biomedical databases, enabling AI assistants like Claude, ChatGPT, and Gemini to help researchers query, explore, and integrate complex biological data using natural language.
Through SPARQL queries, RDF data exploration, and ID conversion services, TogoMCP bridges the gap between AI assistants and the rich data landscape of life sciences. Whether you're a biologist exploring disease–protein associations, a chemist searching for drug candidates, or a data scientist integrating information across multiple domains, TogoMCP provides a powerful toolkit for knowledge discovery.
Query proteins, genes, chemicals, diseases, pathways, and more across 20+ integrated databases including UniProt, PubChem, ChEMBL, PDB, Reactome, ClinVar, and others — all through a single MCP endpoint.
Built on Semantic Web technologies. TogoMCP exposes SPARQL endpoints from the RDF Portal, enabling precise, structured queries with rich cross-references between datasets.
Powered by TogoID, the server converts identifiers across 65+ biological databases — including cross-category conversions (e.g., disease IDs → gene IDs) with semantic relationship annotations.
Designed for integration with LLM-based assistants. Compatible with Claude Desktop, ChatGPT (Enterprise), and Gemini CLI. No bioinformatics expertise required — use natural language to explore data.
The following examples illustrate how AI assistants powered by TogoMCP can tackle complex life sciences research questions by orchestrating queries across multiple databases.
The system executed a comprehensive multi-database search strategy, querying MeSH for cardiovascular disease terms, then searching ChEMBL for related drug targets, and running complex SPARQL queries to retrieve detailed bioactivity data. It compiled and classified 75+ cardiovascular protein targets with their inhibitors, development stages, and clinical outcomes into a structured report.
The system retrieved the UniProt database schema and executed targeted SPARQL queries to extract and analyze all human enzymes with EC number classifications from Swiss-Prot. Results were aggregated by EC class, percentages computed, and a visual distribution chart generated alongside a comprehensive analysis report.
The system coordinated queries across three major chemical databases, retrieving schemas for ChEBI, ChEMBL, and PubChem. It executed cross-database SPARQL queries for natural product classification and bioactivity data, retrieved detailed molecular descriptors via PubChem, and synthesized the findings into a comparative report covering potency, structural diversity, and therapeutic area coverage.
Connect TogoMCP to your AI assistant in minutes. Choose your platform below.
https://togomcp.rdfportal.org/mcpclaude_desktop_config.json.{
"mcpServers": {
"togomcp": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://togomcp.rdfportal.org/mcp"]
}
}
}
MCP connectors in ChatGPT are currently available for Business/Enterprise plans only.
https://togomcp.rdfportal.org/mcpTogoMCP uses Streamable HTTP transport (not SSE). Configure your settings.json as follows:
{
"mcpServers": {
"togomcp": {
"httpUrl": "https://togomcp.rdfportal.org/mcp"
}
}
}
Save the file — Gemini CLI will automatically detect the new MCP server on next launch.
TogoMCP integrates over 20 major life sciences databases, covering proteins, genes, chemicals, diseases, pathways, taxonomy, and more.
TogoMCP exposes a rich set of tools for searching, querying, and converting life sciences data.
get_MIE_file first to understand the database schema and available properties.TogoMCP works excellently in combination with these complementary MCP servers for richer research workflows.
PubDictionaries provides text annotation services for biomedical literature, helping identify and map biological entities such as genes, proteins, diseases, and chemicals in text.
The PubMed MCP server provides access to the world's largest biomedical literature database, enabling article search, metadata retrieval, and full-text access from PubMed Central.
The Ontology Lookup Service (OLS4) from EMBL-EBI provides access to biomedical ontologies, enabling standardization of terminology and exploration of hierarchical relationships between biological concepts.
Explore the ecosystem of tools and organizations behind TogoMCP.
The NBDC RDF Portal is a comprehensive repository of semantic life sciences data developed by DBCLS and NBDC. It hosts 21+ RDF datasets comprising over 45.5 billion triples, all quality-reviewed for interoperability and SPARQL queryability. TogoMCP's SPARQL queries run against this portal's unified endpoint.
TogoID is an identifier conversion service by DBCLS that bridges 65+ life science databases. Unlike traditional converters, it supports cross-category conversions (e.g., disease IDs → gene IDs) with semantic relationship annotations. TogoMCP's ID conversion tools are powered by TogoID's API.
The Database Center for Life Science (DBCLS) is a Japanese research institute under ROIS, founded in 2007. It conducts research on database integration, Semantic Web technologies, and bioinformatics resources. DBCLS organizes the annual BioHackathon and monthly SPARQLthon events, and develops tools like TogoID, TogoTV, and TogoMCP.
The TogoMCP source code is open and available on GitHub. Contributions, bug reports, and feature requests are welcome.