Developer Portal
The Laboratory Manual for AI Agents
We bring the protocols, domain knowledge, and institutional memory of biomedical research directly to AI. Connect your agents to the Global Context Hub via the Model Context Protocol (MCP) so they can understand, execute, and reason about laboratory workflows as fluently as any trained researcher.
Free Tier
$0/mo
- Access to public Skill Library
- Standard Global Brain queries
- Rate limited (HTTP 429 queuing)
Recommended
VIP Access
$5/mo
- Unlimited Skill Library access
- Deep Global Brain vector queries
- Dedicated Priority Queue
- Sub-100ms latency guarantee
Enterprise
Custom
- Custom Private Pipelines
- VPC Peering
- Dedicated Cloud Run instance
Quick Start: Cursor / Claude Desktop
{
"mcpServers": {
"aros-cloud-federation": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sse", "https://aros.bs-gou.com/api/mcp"],
"env": {
"AROS_CLOUD_KEY": "ak_your_api_key_here"
}
}
}
}