Metadata-Version: 2.4
Name: seosiri-bioassay-mcp
Version: 1.1.0
Summary: A sovereign, local-first MCP server for High-Throughput Screening (HTS) assay calculations across Sub-Cellular, Cellular, Tissue, and Organism biological segments.
Author-email: SEOSiri-Official <info@seosiri.com>
License: MIT
Project-URL: Homepage, https://github.com/SEOSiri-Official/bioassay-mcp
Project-URL: Repository, https://github.com/SEOSiri-Official/bioassay-mcp.git
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp>=1.0.0
Dynamic: license-file

# seosiri-bioassay-mcp

An open-source, local-first Model Context Protocol (MCP) server for High-Throughput Screening (HTS) assay calculations spanning **Sub-Cellular, Cellular, Tissue, and Organism** biological tiers.

[![bioassay-mcp MCP server](https://glama.ai/mcp/servers/SEOSiri-Official/bioassay-mcp/badges/card.svg?v=1)](https://glama.ai/mcp/servers/SEOSiri-Official/bioassay-mcp)

## 💖 Sponsorship, B2B Custom Solutions & Attribution

### 👨‍💻 Lead Architect & Attribution
Designed and engineered by **[Momenul Ahmad](https://github.com/MOBILEPHONE)**, Lead Architect and Founder of **[SEOSiri](https://seosiri.com)**.

### 🚀 Supported Biological Segments & Assays
- **Sub-Cellular:** TR-FRET ratio analysis for PROTAC (BRD4/CRBN), KRAS (G12C), receptor binding, and HICA ultra-sensitive protein assays.
- **Cellular:** UA-Glo luminescent screening for 2D/3D cell viability, Caspase 3/7 apoptosis, kinase activity, and reporter gene systems (NF-kB/Wnt).
- **Tissue:** 3D spheroid/organoid drug penetration depth and tissue slice barrier diffusion models.
- **Organism:** *In vivo* animal model pharmacokinetics ($C_{\max}$, AUC, half-life, plasma concentration decay).

## Quickstart
```bash
pip install -e .
pytest tests/test_bioassay.py
```

## 🔌 Claude Desktop / Cursor Setup
Add this configuration to `claude_desktop_config.json`:
```json
{
  "mcpServers": {
    "seosiri-bioassay": {
      "command": "uv",
      "args": [
        "run",
        "--github",
        "SEOSiri-Official/bioassay-mcp",
        "src/main_server.py"
      ]
    }
  }
}
```

## License
Distributed under the MIT License. See [LICENSE](https://github.com/SEOSiri-Official/bioassay-mcp) for details.
