Beyond Prompt-Based Planning: MCP-Native Graph Planning-based Biomedical Agent System
Summary
BioManus is an MCP-native biomedical agent system that uses graph-scaffolded planning over structured biological capabilities instead of flat prompt-based tool retrieval, achieving better context efficiency and execution accuracy on biomedical benchmarks. The system introduces a BioinfoMCP Compiler to standardize heterogeneous bioinformatics tools and organizes them as a typed heterogeneous MCP graph for scalable reasoning.
View Cached Full Text
Cached at: 06/05/26, 02:07 AM
# Beyond Prompt-Based Planning: MCP-Native Graph Planning-based Biomedical Agent System Source: [https://arxiv.org/abs/2606.04494](https://arxiv.org/abs/2606.04494) [View PDF](https://arxiv.org/pdf/2606.04494) > Abstract:Biomedical agents promise to automate complex biological workflows, yet current systems face two fundamental bottlenecks: bioinformatics tools are highly heterogeneous in interfaces and execution environments, while agent planning still relies on flat prompt\-retrieved tool descriptions\. As biomedical software ecosystems grow, this coupling between tool coverage and context size leads to tool confusion, unstable planning, and inefficient execution\. We introduce BioManus, an MCP\-native biomedical agent built on graph\-scaffolded planning over structured biological capabilities\. BioManus first introduces the BioinfoMCP Compiler, which converts heterogeneous bioinformatics software into standardized MCP servers, yielding a large executable MCP ecosystem\. It then organizes this ecosystem as a typed heterogeneous MCP graph over tools, operations, datatypes, and workflow stages\. At inference time, BioManus retrieves compact task\-specific subgraphs, synthesizes operation\-level workflow scaffolds\. This design decouples planning complexity from raw tool inventory size, achieving a context compression ratio of Theta\(N / \(h \* m\_bar\)\) under high\-recall retrieval, where N is the total tool count, h is the workflow horizon, and m\_bar \(much smaller than N\) is the average number of candidate tools per operation\. Experiments on BioAgentBench and LAB\-Bench show that BioManus improves execution accuracy, workflow validity, and context efficiency over advanced biomedical agent baselines\. This work suggests a paradigm shift: scalable biomedical reasoning requires structured executable capability graphs rather than increasingly larger prompt\-level tool retrieval\. ## Submission history From: Zhangtianyi Chen \[[view email](https://arxiv.org/show-email/4ef2fc34/2606.04494)\] **\[v1\]**Wed, 3 Jun 2026 06:19:25 UTC \(987 KB\)
Similar Articles
BioInsight: Multi-Agent Orchestration for Interactive Biomedical Knowledge Discovery
BioInsight is a multi-agent system that transforms static biomedical reports into interactive, evidence-centered interfaces by organizing disease-specific evidence through structured artifacts and deterministic citation normalization.
Prompt-to-Paper: Agentic AI System for Bioinformatics
Prompt-to-Paper is a multi-stage multi-agent AI framework for automated bioinformatics manuscript generation that uses deterministic retrieval-augmented generation, an autonomous coding agent for real experiments, and an eight-dimensional quality scorer to produce submission-formatted PDFs at low cost, with validated quality improvements.
CP-Agent: Context-Aware Multimodal Reasoning for Cellular Morphological Profiling under Chemical Perturbations
CP-Agent is a multimodal large language model that interprets cellular morphological changes under chemical perturbations using context-aware alignment (CP-CLIP), enabling interpretable and scalable phenotypic screening for drug discovery.
Building Agentic GraphRAG Systems: From knowledge graphs and ontologies to a unified memory as an MCP server for your AI agent.
The author argues that GraphRAG is fundamentally a data modeling problem rather than just a retrieval algorithm, proposing a five-component architecture using ontologies, knowledge graphs, and an MCP server for unified agent memory.
Code execution with MCP: Building more efficient agents
This article from Anthropic explores how integrating code execution with the Model Context Protocol (MCP) can improve the efficiency of AI agents. It addresses challenges like token overload from tool definitions and intermediate results, proposing code execution as a solution to reduce latency and costs.