Skip to main content
PLOS Computational Biology logoLink to PLOS Computational Biology
. 2026 Aug 31;22(8):e1014543. doi: 10.1371/journal.pcbi.1014543

Model Context Protocol: The unexpected catalyst of a bioinformatics interoperability revolution

Nathan C Sheffield 1,2,3,4,*
Editor: Virginia E Pitzer5
PMCID: PMC13528949  PMID: 42672082

Introduction

Fragmentation in bioinformatics

From humble beginnings of the first protein databases with just dozens of protein sequences [1,2], the field of bioinformatics exploded alongside advances in sequencing technology. Yet this rapid growth came with a critical challenge: every research group invented its own databases, terms, and formats from scratch, creating a fragmented ecosystem with tricky integration challenges [3]. The examples are legendary among bioinformaticians: lack of coherence among bioinformatic databases and data formats is almost a meme. For example, the ubiquitous FASTA format lacks formal specification, leading to incompatible interpretations by different parsers. FASTQ, the standard for sequencing data, exists in several incompatible variants with different quality score encodings [4,5]. The General Feature Format (GFF) has spawned many versions, with a 2010 study noting there are “as many flavours as tools producing it” [6]. Formats like VCF (Variant Call Format) struggle with incompatible extensions added by different variant callers [7].

These challenges are not limited to file formats. Gene and protein identifiers vary between databases and species [3]. Transcript annotation models differ not only between reference providers but also across genome releases, leading to mismatches in coordinate systems and exon-intron structures that can alter downstream analyses [8]. Reference genomes use different naming schemes for chromosomes [9,10]. Ontologies and controlled vocabularies such as the Gene Ontology have helped, but adoption is uneven, and semantic mismatches still create integration headaches.

The proliferation of incompatible representations wasn’t mere technical incompetence. Academic incentives have always favored creating novel tools over improving existing ones. Unfortunately, grant funding rewards innovation, not standardization. Furthermore, geographic isolation and independent biological focus mean research groups work in silos, each optimizing formats for its specific computational constraints. And fundamentally, the biology behind different species, and even within a species, is complicated and varied, adding layers of complexity to any attempt at universal standards. Given the relative newness of bioinformatics, without a history of solid concepts to build on, the field has moved quickly and as a whole, didn’t pause much in the early days to establish standards.

The persistent interoperability crisis despite recent progress

The past decade has witnessed significant efforts to address this fragmentation. The Global Alliance for Genomics and Health (GA4GH) has developed dozens of approved standards spanning data formats, APIs, and policy frameworks [9,1113]. The FAIR (Findable, Accessible, Interoperable, Reusable) data principles have gained widespread acknowledgment [14]. Workflow standardization efforts through Common Workflow Language (CWL), Workflow Description Language (WDL), and Nextflow have emerged [15]. A variety of efforts are creating new API-oriented data services [16]. But despite these initiatives, the reality remains challenging [1722]. Clinical genomics faces particular challenges, with electronic health record integration remaining a major bottleneck, and much clinical genomic data going unused due to siloed systems [23,24]. Federated platforms face significant interoperability hurdles [25], and the semantic interoperability that would ensure consistent meaning across shared data remains unsolved [26].

The voluntary nature of standards adoption creates a chicken-and-egg problem. Institutions hesitate to invest in standardization without clear benefits and existing users, yet benefits only materialize with widespread adoption. These significant cultural and technical barriers continue to hinder standardization [27].

Secondary analysis benefits of interoperability

But the need for interoperability is only increasing. Genomic datasets are growing exponentially: the Sequence Read Archive expanded from 3.6 petabases in 2015 to over 50 petabases by 2024 [28]. As datasets grow, so too grows the cost of either converting formats or maintaining multiple versions to satisfy different analysis needs. Many public data resources require controlled access, which requires interoperable query interfaces and ability to index files in a uniform way. The most important analyses now integrate multiple data types and multiple data sources, which are frequently distributed across institutions and countries; analyzing them together requires shared protocols, identifiers, and formats. Without interoperability, these large, diverse resources remain fragmented and underused.

When interoperability works, the benefits are transformative [23,2933]. But given the checkered history of biological data standardization and the continuing torrent of unstandardized data, how do we realize those benefits?

The unexpected catalyst: Model Context Protocol

In the past 2 years, deep learning models have begun revolutionizing how we process biological data. Meta’s ESMFold predicts protein structures from sequences [34]; Google’s AlphaFold2 has transformed protein structure prediction [35]; Geneformer processes single-cell transcriptomes for context-aware analysis [36]. Like their NLP-oriented cousins the Large Language Models (LLMs), these biology-oriented models consume large training datasets in standardized formats. The need to train these models has provided a new incentive to curate datasets in standardized, interoperable formats [37]. This is a welcome step toward increased interoperability, and an important advance toward getting the most from biological data. However, I argue that the biological interoperability revolution of the coming decade will only partly be motivated by training biological models; instead, the most promising driver will come from another direction: the drive to apply LLMs to analysis of biological data. This direction is rapidly moving forward, most recently through a promising development in the AI community: The Model Context Protocol (MCP) standard.

Launched by Anthropic in November 2024, MCP services provide a universal interface for AI systems to access external resources [38]. In simple terms, MCP is a standard way for AI to plug into tools and databases, much like USB allows devices to connect to a computer without custom wiring. An MCP server is an application that runs either locally or on the web and provides, for example, “MCP tools” that can be invoked by an LLM. The MCP server may provide all kinds of capabilities through tools, such as looking up information in a local database, performing a web search, querying a remote API, or even taking action like triggering a job, running an analysis, calling a function, or sending a message.

At its core, MCP is very simple. As of the 2025-11-25 specification, it defines the interface between the AI client and the MCP server at several levels (Fig 1): 1) a message encoding data format using JSON-RPC 2.0 for requests and responses; 2) a transport protocol using either standard in/out or streamable HTTP; 3) an optional OAuth 2.1-based authorization layer specifically for remote HTTP services; 4) definitions of entities that MCP servers expose (tools, prompts, and resources); and 5) capabilities that clients may optionally provide back to servers, such as “elicitation”, which allows a server to request structured information from a client, or “sampling,” which allows servers to request LLM inference from the client. The protocol is evolving rapidly; a major revision in 2026 makes the protocol core stateless and moves several capabilities into independently versioned extensions, and also deprecated “sampling” shortly after its introduction. The power of MCP is in standardization and discovery: Once a resource implements MCP, any AI system can access it through a standardized interface, eliminating the need for custom integrations. The capabilities afforded an LLM via MCP enables AI systems to act on information in real time, making MCP a key driver of the emerging agentic AI paradigm. Its support for dynamic capability discovery lets AI agents work with new data sources without reprogramming or retraining, a critical advantage in the fast-changing world of biological databases.

Fig 1. Model Context Protocol.

Fig 1

The Model Context Protocol defines the interface between a service provider and AI client at 5 levels.

Already, biology-oriented MCP servers are proliferating: implementations like BioMCP, BioContextAI [39], MCPmed [40], galaxy-mcp, and the Holy Bio MCP Framework are integrating major databases including PubMed, UniProt, and ClinicalTrials.gov, making these biological data available to LLMs as external information. This rapid adoption demonstrates how MCPs are accelerating standardization of biological data for use by LLMs. The desire to use AI for biological reasoning creates bottom-up pressure for interoperability that top-down mandates never achieved.

Crucially, LLM-driven standardization benefits extend beyond AI applications. The same interoperable formats that will allow AI agents to access data via MCP will also facilitate traditional bioinformatics workflows and enable service-oriented biological data analysis that has been a difficult-to-reach goal for many years [3,16,25].

The path forward: Embracing the AI-driven revolution

While much of the progress of LLMs in the past few years has been driven by improvements in the models themselves, that improvement trajectory will eventually asymptote. At some point, advances will be driven primarily through making more powerful tools and more granular data available to LLMs. This, in turn, will surface a new manifestation of the same old data interoperability challenge, but with a fundamental difference: the potential of LLM analysis on interoperable biological data tips the scales significantly more to the side of the benefits of interoperability. The bioinformatics community stands at a pivotal moment. Decades of well-intentioned but fragmented standardization efforts have achieved some success, but not fulfilled the complete vision of interoperable biological analysis. Now, the promise of AI-driven biological data analysis offers what deliberate planning could not: a powerful reason for universal adoption of API-oriented interoperable standards.

The revolution won’t happen overnight; legacy systems persist, novel data formats arise, and institutional inertia resists change. Yet the trajectory is clear: as more researchers experience the power of LLMs for biological analysis, demand for MCPs to augment AI systems will grow. Tools and databases that embrace these standards will thrive; those that don’t risk obsolescence.

So far, the biology-oriented MCPs are mostly restricted to high-level information, but the drive will continue in the direction of more and more granular data types as both LLM and MCP capabilities evolve. We will probably never reach a point where an LLM is loading millions of individual sequencing reads into context for analysis; but still, it could be valuable for an LLM to view samples of read data, investigate specific individual reads, or identify chunks of remote data for passing to other analysis tools. All of these applications are facilitated by MCP. As demand for LLM-accessible biological data increases, this will drive MCPs to evolve and expand, further incentivizing making biological data more machine-operable.

The field is moving quickly. MCP has become established as a critical piece of the puzzle of how to get interoperable data into an LLM context, but it is not the only piece. Other advances such as subagents, skills, standardized CLIs, and improved APIs are also significantly expanding the toolbox of the LLM. The point is: standards and practices that improve LLM-based data analysis of biological data will be transformational. MCP is an important step forward in this rapidly evolving landscape.

So, what can we do right now? We shift our daily work toward interoperability. The future of biological research belongs to those who provide and consume data via API. This means adopting standardized formats, implementing FAIR principles, and designing systems with interoperability as a core feature rather than an afterthought [16]. For data providers, it’s not so much the objective, but the incentives that have changed: make your data interoperable, not only for human or general programmatic consumption, but specifically for the benefit of current and future AI analysis. Deploy MCP services, starting with big-picture context for LLMs, but moving toward providing access to standardized schemas, summarized data, and references to data in chunks. For tool developers: build skill documentation for LLM-friendly tool use. For data analysts: use MCPs and provide feedback for data providers. Where LLMs struggle, identify their weaknesses and use this experience to improve MCPs, CLIs, and APIs to provide those capabilities.

The interoperability challenge that has constrained bioinformatics for decades is finally crumbling, not through committees or mandates, but through the promise of artificial intelligence. LLMs and MCPs are the catalysts for the interoperability revolution the field has long needed. The question isn’t whether this transformation will happen, but how quickly we can embrace it to unlock the full potential of biological discovery in the AI age. The reward for those who will embrace this potential will be the realization of bioinformatics’ founding vision: seamlessly integrated biological knowledge accessible to all researchers.

Acknowledgments

Generative AI statement: Claude Sonnet 4.5 (Fall 2025) was used by the author during preparation, editing, and review of this commentary.

Funding Statement

This work was supported by the National Human Genome Research Institute grant R01-HG012558 (NCS). The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.

References

  • 1.Dayhoff MO, Eck RV, Chang MA, Sochard MR. Atlas of protein sequence and structure. 1 ed. National Biomedical Research Foundation; 1965. [Google Scholar]
  • 2.Strasser BJ. Collecting, comparing, and computing sequences: the making of Margaret O. Dayhoff’s atlas of protein sequence and structure, 1954–1965. J Hist Biol. 2010;43:623–60. [DOI] [PubMed] [Google Scholar]
  • 3.Stein LD. Integrating biological databases. Nat Rev Genet. 2003;4(5):337–45. doi: 10.1038/nrg1065 [DOI] [PubMed] [Google Scholar]
  • 4.Cock PJA, Fields CJ, Goto N, Heuer ML, Rice PM. The Sanger FASTQ file format for sequences with quality scores, and the Solexa/Illumina FASTQ variants. Nucleic Acids Res. 2010;38(6):1767–71. doi: 10.1093/nar/gkp1137 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Li H, Handsaker B, Wysoker A, Fennell T, Ruan J, Homer N, et al. The sequence alignment/map format and SAMtools. Bioinformatics. 2009;25:2078–2079. doi: 10.1093/bioinformatics/btp352 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Norling M, Jareborg N, Dainat J. EMBLmyGFF3: a converter facilitating genome annotation submission to European Nucleotide Archive. BMC Res Notes. 2018;11(1):584. doi: 10.1186/s13104-018-3686-x [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Danecek P, Auton A, Abecasis G, Albers CA, Banks E, DePristo MA, et al. The variant call format and VCFtools. Bioinformatics. 2011;27(15):2156–8. doi: 10.1093/bioinformatics/btr330 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.McCarthy DJ, Humburg P, Kanapin A, Rivas MA, Gaulton K, Cazier J-B, et al. Choice of transcripts and software has a large effect on variant annotation. Genome Med. 2014;6(3):26. doi: 10.1186/gm543 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Yates AD, Adams J, Chaturvedi S, Davies RM, Laird M, Leinonen R, et al. Refget: standardized access to reference sequences. Bioinformatics. 2021;38(1):299–300. doi: 10.1093/bioinformatics/btab524 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Campbell D, Cezard T, Gundersen S, Yates AD, Davies RM, Marshall J, et al. Taming the reference genome jungle: the refget sequence collection standard. Bioinformatics, btag554, 2026. 10.1093/bioinformatics/btag554 [DOI] [PubMed]
  • 11.Rehm HL, Page AJH, Smith L, Adams JB, Alterovitz G, Babb LJ, et al. GA4GH: international policies and standards for data sharing across genomic research and healthcare. Cell Genom. 2021;1(2):100029. doi: 10.1016/j.xgen.2021.100029 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Thorogood A, Bobe J, Prainsack B, Middleton A, Scott E, Nelson S, et al. APPLaUD: access for patients and participants to individual level uninterpreted genomic data. Hum Genomics. 2018;12(1):7. doi: 10.1186/s40246-018-0139-5 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Fiume M, Cupak M, Keenan S, Rambla J, de la Torre S, Dyke SOM, et al. Federated discovery and sharing of genomic data using Beacons. Nat Biotechnol. 2019;37(3):220–4. doi: 10.1038/s41587-019-0046-x [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Wilkinson MD, Dumontier M, Aalbersberg IJJ, Appleton G, Axton M, Baak A, et al. The FAIR Guiding Principles for scientific data management and stewardship. Sci Data. 2016;3:160018. doi: 10.1038/sdata.2016.18 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Crusoe MR, Abein S, Iosup A, Amstutz P, Chilton J, Tijanić N, et al. Methods included: standardizing computational reuse and portability with the common workflow language. Communications of the ACM. 2022;65(6):54–63. doi: 10.1145/3486897 [DOI] [Google Scholar]
  • 16.Sheffield NC, Bonazzi VR, Bourne PE, Burdett T, Clark T, Grossman RL, et al. From biomedical cloud platforms to microservices: next steps in FAIR data and analysis. Sci Data. 2022;9(1):553. doi: 10.1038/s41597-022-01619-5 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Niu YN, Roberts EG, Denisko D, Hoffman MM. Assessing and assuring interoperability of a genomics file format. Bioinformatics. 2022;38(13):3327–36. doi: 10.1093/bioinformatics/btac327 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Xue B, Khoroshevskyi O, Gomez RA, Sheffield NC. Opportunities and challenges in sharing and reusing genomic interval data. Front Genet. 2023;14:1155809. doi: 10.3389/fgene.2023.1155809 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Sheffield NC, LeRoy NJ, Khoroshevskyi O. Challenges to sharing sample metadata in computational genomics. Front Genet. 2023;14:1154198. doi: 10.3389/fgene.2023.1154198 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Wagner MM, et al. Creating a discipline-specific commons for infectious disease epidemiology. 2023. 10.48550/ARXIV.2311.06989 [DOI]
  • 21.Yamagata Y, Kyoda K, Itoga H, Fujisawa E, Onami S. SSBD ontology: a two-tier approach for interoperable bioimaging metadata. 2025. 10.48550/ARXIV.2508.02084 [DOI]
  • 22.Rappsilber J, et al. A roadmap for improving data reliability and sharing in crosslinking mass spectrometry. 2025. 10.48550/ARXIV.2504.06824 [DOI] [PMC free article] [PubMed]
  • 23.Williams MS, Buchanan AH, Davis FD, Faucett WA, Hallquist MLG, Leader JB, et al. Patient-centered precision health in a learning health care system: Geisinger’s genomic medicine experience. Health Aff (Millwood). 2018;37(5):757–64. doi: 10.1377/hlthaff.2017.1557 [DOI] [PubMed] [Google Scholar]
  • 24.Warner JL, Jain SK, Levy MA. Integrating cancer genomic data into electronic health records. Genome Med. 2016;8(1):113. doi: 10.1186/s13073-016-0371-3 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Grossman RL, Heath A, Murphy M, Patterson M, Wells W. A case for data commons: toward data science as a service. Comput Sci Eng. 2016;18(5):10–20. doi: 10.1109/MCSE.2016.92 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Ramos M, Geistlinger L, Oh S, Schiffer L, Azhar R, Kodali H, et al. Multiomic integration of public oncology databases in bioconductor. JCO Clin Cancer Inform. 2020;4:958–71. doi: 10.1200/CCI.19.00119 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Vesteghem C, Brøndum RF, Sønderkær M, Sommer M, Schmitz A, Bødker JS, et al. Implementing the FAIR data principles in precision oncology: review of supporting initiatives. Briefings in Bioinformatics. 2020;21(3):936–945. doi: 10.1093/bib/bbz044 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Katz K, Shutov O, Lapoint R, Kimelman M, Brister JR, O’Sullivan C. The sequence read archive: a decade more of explosive growth. Nucleic Acids Res. 2022;50(D1):D387–90. doi: 10.1093/nar/gkab1053 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Gottesman O, Kuivaniemi H, Tromp G, Faucett WA, Li R, Manolio TA, et al. The Electronic Medical Records and Genomics (eMERGE) network: past, present, and future. Genet Med. 2013;15(10):761–71. doi: 10.1038/gim.2013.72 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Birney E, Smith GD, Greally JM. Epigenome-wide association studies and the interpretation of disease -omics. PLoS Genet. 2016;12(6):e1006105. doi: 10.1371/journal.pgen.1006105 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Mailman MD, Feolo M, Jin Y, Kimura M, Tryka K, Bagoutdinov R, et al. The NCBI dbGaP database of genotypes and phenotypes. Nat Genet. 2007;39(10):1181–6. doi: 10.1038/ng1007-1181 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Alterovitz G, Warner J, Zhang P, Chen Y, Ullman-Cullere M, Kreda D, et al. SMART on FHIR Genomics: facilitating standardized clinico-genomic apps. J Am Med Inform Assoc. 2015;22(6):1173–8. doi: 10.1093/jamia/ocv045 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Tarczy-Hornoch P, Amendola L, Aronson SJ, Garraway L, Gray S, Grundmeier RW, et al. A survey of informatics approaches to whole-exome and whole-genome clinical reporting in the electronic health record. Genet Med. 2013;15(10):824–32. doi: 10.1038/gim.2013.120 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34.Lin Z, Akin H, Rao R, Hie B, Zhu Z, Lu W, et al. Evolutionary-scale prediction of atomic-level protein structure with a language model. Science. 2023;379(6637):1123–30. doi: 10.1126/science.ade2574 [DOI] [PubMed] [Google Scholar]
  • 35.Jumper J, Evans R, Pritzel A, Green T, Figurnov M, Ronneberger O, et al. Highly accurate protein structure prediction with AlphaFold. Nature. 2021;596(7873):583–9. doi: 10.1038/s41586-021-03819-2 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Theodoris CV, Xiao L, Chopra A, Chaffin MD, Al Sayed ZR, Hill MC, et al. Transfer learning enables predictions in network biology. Nature. 2023;618(7965):616–24. doi: 10.1038/s41586-023-06139-9 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Clark T, Caufield H, Parker JA, Al Manir S, Amorim E, Eddy J, et al. AI-readiness for biomedical data: Bridge2AI recommendations. bioRxiv. 2024. doi: 10.1101/2024.10.23.619844 [DOI] [Google Scholar]
  • 38.Anthropic. Introducing the Model Context Protocol; 2024.
  • 39.Kuehl M, et al. Community-based biomedical context to unlock agentic systems. 2025. 10.1101/2025.07.21.665729 [DOI]
  • 40.Flotho M, Diks IF, Flotho P, Molano LA, Hirsch P, Keller A. MCPmed: A call for MCP-enabled bioinformatics web services for LLM-driven discovery. arXiv. 2025. doi: 10.48550/arXiv.2507.08055 [DOI] [PMC free article] [PubMed] [Google Scholar]

Articles from PLOS Computational Biology are provided here courtesy of PLOS

RESOURCES