seosiri-biorobotics
OfficialThis server bridges biological datasets, physiological biosignals, and robotic actuation systems through six specialized MCP tools for biotech lab automation and prosthetic control.
fetch_genomic_data: Retrieves protein/gene sequence parameters by ID (e.g., UniProt accession likeP42212for GFP), with local SQLite caching and an offline fallback reference database.resolve_biotech_spatial_intent: Converts assay parameters (concentration and plate scale) into precise spatial metrics in SI base units (meters) for physical positioning.map_plate_coordinate: Translates standard alphanumeric well IDs (e.g.,A1–H12) into exact Cartesian X/Y offsets in millimeters, following SLAS/SBS 96-well plate standards.calculate_pipetting_speed: Determines optimal G-code feedrates and pressure delay times based on reagent viscosity (cP) and target volume (µL) to ensure precise liquid handling without splashing.calculate_dna_melting_temp: Computes GC-content and melting temperature (Tm) of a DNA sequence to configure the correct heating plate temperature on a physical lab deck.translate_emg_to_actuation: Converts human muscle EMG signals (µV) into safe joint angles and G-code velocity profiles for prosthetic or robotic actuation, including a built-in safety envelope check.
SEOSiri Bio-Robotics Core Engine
An open-source, stateless Model Context Protocol (MCP) framework bridging the gap between biological datasets, physiological biosignals, and physical robotic actuation systems.
💖 Sponsorship & Open Source Attribution
This project is developed and maintained by SEOSiri-Official (Official website: seosiri.com).
To fund ongoing engineering research or scale the core physical kinematics engine, consider supporting the team via the SEOSiri Sponsors Page.
Related MCP server: mcp-uniprot
Architecture Overview
This framework acts as a stateless broker. Biological inputs (fetched dynamically from standard web APIs like UniProt or fallback reference data) and physiological biosignals (such as surface electromyography, or EMG) are digested, normalized via mathematical boundaries, and translated into explicit Cartesian physical coordinates represented strictly in International System (SI) units (meters). These coordinates are subsequently mapped to standardized G-code strings for physical motion planning or robotic prosthetic actuation.
[Raw Input: Bio-Data / EMG] → [Stateless MCP Server] → [Deterministic Math Core] → [G-code Serial Stream]Tools
This server exposes six MCP tools:
Tool | Description |
| Queries live sequence parameters from the UniProt REST API, with a local fallback for offline or rate-limited conditions. |
| Translates assay parameters (concentration, plate scale) into immutable spatial metrics in SI base units. |
| Translates alphanumeric well IDs (e.g. |
| Calibrates G-code feedrate and pressure delay from reagent viscosity and target volume. |
| Calculates GC-content and melting temperature (Tm) of a DNA sequence for thermal deck configuration. |
| Translates EMG muscle signals (µV) into safe joint angles and G-code velocity profiles, with a built-in safety envelope check. |
Quickstart (CLI Orchestrator)
This project utilizes a local-first Python runtime to bypass IDE proxy lags and regional API restrictions, offering a stable and deterministic execution channel.
Install Package in Editable Mode:
pip install -e .Execute the Decoupled Orchestrator (Live UniProt Fetch):
# Queries live reference protein GFP (P42212)
python src/run_experiment.py P42212Execute Using Fallback Database:
# Fallback reference run for BRCA1
python src/run_experiment.py BRCA1Verify the CI/CD Pipeline:
pytest tests/test_stability.py🔌 How to Connect to Claude Desktop or Cursor IDE
You can connect this server to your local AI clients using one of two standard methods.
Method 1: Direct Execution from GitHub (Zero-Setup, Recommended)
If you have uv installed, you can run the server directly from our public repository without cloning it locally.
Open your claude_desktop_config.json (Windows: %APPDATA%\Claude\claude_desktop_config.json | macOS: ~/Library/Application Support/Claude/claude_desktop_config.json) and add this configuration:
{
"mcpServers": {
"seosiri-biorobotics": {
"command": "uv",
"args": [
"run",
"--github",
"SEOSiri-Official/biorobotics",
"src/main_mcp_server.py"
]
}
}
}Method 2: Local Execution (If Cloned)
If you have cloned this repository to your local drive (e.g., D:/my-century-biorobotics-core), configure your client to point to your local entry file:
{
"mcpServers": {
"seosiri-biorobotics": {
"command": "python",
"args": [
"D:/my-century-biorobotics-core/src/main_mcp_server.py"
],
"env": {
"PYTHONPATH": "D:/my-century-biorobotics-core"
}
}
}
}Verified Live Test Results
All six tools have been independently tested against the running server via Glama.ai's browser-based MCP Inspector, with output matching each tool's closed-form mathematical model exactly:
Tool | Input | Verified Output |
|
| 238-residue sequence, |
| concentration=22.8, plate_scale_mm=100.0 |
|
| well= |
|
| viscosity_cp=5.0, volume_ul=50.0 |
|
| emg_uV=350, joint= |
|
Technical Specifications
Communication protocol: Model Context Protocol JSON-RPC over stdio
Actuation protocol: Cartesian G-code, per the NIST RS274/NGC interpreter specification
Coordinate space: SI units (meters), with millimeter-scale conversions for plate-level operations
Verification: automated unit testing via pytest
Containerization: Dockerfile included for isolated runtime environments
Directory sync:
glama.jsondrives the automatic Glama.ai listing syncLanguage: Python
Compatible platforms: Linux, macOS, Windows
Requirements
Python 3.10+
uv(optional, for zero-setup remote execution) orpipAn MCP-compatible client (Claude Desktop, Cursor IDE, or Glama's browser-based Inspector)
Contributing
Issues and pull requests are welcome. This is a small, modular, readable Python codebase with clear separation of concerns (core_math.py, hardware_gateway.py, main_mcp_server.py) — a reasonable reference implementation if you're building your own MCP server for a physical-hardware use case.
Roadmap
Closed-loop telemetry: parsing real-time coordinate position queries from serial ports to verify physical arrival
Capacitive liquid-level detection (LLD): halting probe movement immediately on contact with a liquid surface, to prevent pipette tip damage
⚠️ Safety Note
translate_emg_to_actuation is a translation and safety-check layer suitable for research and prototyping — it is not a certified medical or prosthetic control system. Any clinical or assistive deployment requires independent regulatory validation beyond the scope of this project.
License
Distributed under the MIT License. See LICENSE for more information.
Links
Repository: github.com/SEOSiri-Official/biorobotics
MCP Directory Listing: glama.ai/mcp/servers/SEOSiri-Official/biorobotics
Technical Article: seosiri.com/2026/07/seosiri-bio-robotics-core-engine.html
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides seamless access to UniProtKB protein database, enabling queries for protein entries, sequences, Gene Ontology annotations, full-text search, and ID mapping across 200+ database types.Last updated52MIT
- Alicense-qualityCmaintenanceProvides access to UniProt protein sequence and function knowledge base, enabling search and retrieval of protein entries, proteomes, taxonomy, and feature annotations.Last updated28MIT
- FlicenseBqualityDmaintenanceProvides programmatic access to AlphaFold protein structure predictions and UniProt data, enabling users to retrieve protein structures, summaries, and annotations through natural language.Last updated3
- Alicense-qualityBmaintenanceConnects MCP-capable agents to Blender and OpenSCAD for AI-driven 3D modeling, with tools and rules optimized for FDM-printable geometry.Last updatedMIT
Related MCP Connectors
AI-powered bioprotocol optimization — generate, search, and manage lab protocols via MCP
Cross-OEM industrial machine intelligence: identity, normalization, automation, attestation.
Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SEOSiri-Official/biorobotics'
If you have feedback or need assistance with the MCP directory API, please join our Discord server