biopharma-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@biopharma-mcpfit a 4PL dose-response curve and calculate IC50"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@seosiri/biopharma-mcp
đź“– Official Architecture & Documentation: SEOSiri Biopharma Technical Guide | Developer Portal & Graph Explorer | Central MCP Directory
An open-source, local-first Model Context Protocol (MCP) server written in TypeScript for Biopharma Software Infrastructure, FDA 21 CFR Part 11 GxP Audit Trailing, CDISC SDTM/Allotrope Data Exports, 4PL Dose-Response Curve Fitting, and HIPAA PII/PHI Redaction.
🛡️ Enterprise Compliance & Regulatory Clauses
1. FDA 21 CFR Part 11 Audit Trail Clause
All operational tool executions generate an immutable SHA-256 cryptographic digest written directly to the stderr stream (generate_gxp_audit_log). This preserves audit trail integrity, operator identification, and timestamp sequence rules without altering the standard JSON-RPC data payload.
2. HIPAA PII/PHI Privacy Redaction Clause
Every data payload passed through memory is automatically processed by a zero-latency privacy cleaning loop (redactPatientPii). Common sensitive patient identifiers—including Social Security Numbers (SSN), email addresses, Date of Birth (DOB) strings, and telephone patterns—are redacted prior to memory serialization or cloud database pooling.
3. Data-at-Rest AES-256-GCM Encryption Clause
Database connection parameters and sensitive data fields stored in cloud instances are encrypted using AES-256-GCM blocks with random 12-byte initialization vectors (IVs) and authentication tags (encryptRestData / decryptRestData).
Related MCP server: MCP Healthcare Server
🚀 10 Zod-Validated Production Tools
calculate_4pl_curve: Fits 4-Parameter Logistic non-linear regression sigmoidal dose-response curves.assess_parallelism: Computes shared slope and asymptotes consistency via F-Test and TOST equivalence metrics.calculate_z_factor: Validates microplate high-throughput screening (HTS) quality from positive and negative control series.parse_large_plate_stream: Memory-safe stream parser for 96-well or 384-well microplate layout string rows.resolve_biological_entity_safe: Fault-tolerant Circuit Breaker container for ChEBI and PubChem compound queries.detect_assay_outliers: Grubbs and IQR mathematical filtering boundaries to detect and drop anomalous microplate artifacts.calculate_lod_loq: Calculates Limit of Detection (LOD) and Limit of Quantitation (LOQ) from background blank deviations.normalize_dilution_potency: Scales observed target calculations dynamically across complex serial dilution ratios.export_cdisc_sdtm: Converts internal JSON records into CDISC SDTM v1.7 / Allotrope Data Model compliant structural models.generate_gxp_audit_log: Records immutably hashed operation logs to maintain compliance with FDA 21 CFR Part 11.
📦 Installation & Setup Guide
1. Install via NPM / NPX
# Global installation
npm install -g @seosiri/biopharma-mcp
# Local project installation
npm install @seosiri/biopharma-mcp2. Build and Test Locally
# Compile TypeScript to ESM (dist/index.js)
npm run build
# Run unit test suite
npm test🔌 AI Host Client Integrations
Claude Desktop Setup
Add this to your claude_desktop_config.json file:
{
"mcpServers": {
"seosiri-biopharma": {
"command": "node",
"args": [
"D:/biopharma-mcp/dist/index.js"
]
}
}
}Cursor IDE Setup
Add this to your mcp.json file or configure it directly in the IDE settings:
{
"mcpServers": {
"seosiri-biopharma": {
"command": "npx",
"args": [
"-y",
"@seosiri/biopharma-mcp"
]
}
}
}đź’– Sponsorship, B2B Custom Solutions & Attribution
Lead Architect
Designed and engineered by Momenul Ahmad, Lead Architect and Founder of SEOSiri.
Enterprise B2B Custom Development
SEOSiri provides high-ticket systems architecture, custom biopharma MCP tool engineering, and Cloudflare Zero Trust gateway integration for corporate clients in the United States, United Kingdom, Canada, Germany, and Japan.
Official Portal: developers.seosiri.com
Corporate Support Email: info@seosiri.com
GitHub Sponsors: Sponsor SEOSiri-Official on GitHub
License
Distributed under the MIT License.
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
- Alicense-quality-maintenanceA production-grade MCP server that enables AI assistants to securely manage healthcare data through clinical tools for patient vitals, lab results, and medication ordering. It prioritizes security and compliance with features like HIPAA-ready audit logging, PII redaction, and role-based access control.
- Flicense-qualityBmaintenanceAn MCP server for clinical workflows with tools for patient lookup, appointment booking, prescriptions, drug interactions, symptom triage, lab results, insurance eligibility, and telehealth, enforcing role-based access control and audit logging.2

teralynk-mcp-serverofficial
AlicenseAqualityBmaintenance102-tool MCP server for AI-native compliance. PII scanning, HIPAA/GDPR/PCI-DSS/SOX/CCPA automation, file intelligence, workflow execution, audit trails, security events, and team management.1339MIT- Flicense-qualityBmaintenanceA governed MCP server with OAuth 2.1 + PKCE, declarative tool scoping, row-level data filters, per-identity rate limits, and a tamper-evident audit trail.
Related MCP Connectors
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
Hosted MCP for denial, prior auth, reimbursement, workflow validation, batch scoring, and feedback.
A paid remote MCP for AI SDK benchmark dashboard, built to return verdicts, receipts, usage logs, an
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/biopharma-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server