# Biolab MCP Server (remote · srikarjy025-biolab-mcp.hf.space)

Auditable MCP server for PubMed, Europe PMC, ClinicalTrials.gov, and bioRxiv/medRxiv queries

- Trust score: 23/100 (low)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-24

## Components

- remote · `srikarjy025-biolab-mcp.hf.space`: 23/100 (this document), [markdown](https://verifymcp.io/servers/srikarjy-biolab-mcp-server/srikarjy025-biolab-mcp.md), [page](https://verifymcp.io/servers/srikarjy-biolab-mcp-server/srikarjy025-biolab-mcp)

## Channel facts

- Endpoint: `https://srikarjy025-biolab-mcp.hf.space/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-24.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but the endpoint returned HTTP 503.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the Biolab MCP Server server?

Biolab MCP Server is a hosted endpoint at https://srikarjy025-biolab-mcp.hf.space/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http srikarjy-biolab-mcp-server 'https://srikarjy025-biolab-mcp.hf.space/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "srikarjy-biolab-mcp-server": {
      "url": "https://srikarjy025-biolab-mcp.hf.space/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "srikarjy-biolab-mcp-server": {
      "type": "http",
      "url": "https://srikarjy025-biolab-mcp.hf.space/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.srikarjy-biolab-mcp-server]
url = "https://srikarjy025-biolab-mcp.hf.space/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "srikarjy-biolab-mcp-server": {
      "type": "remote",
      "url": "https://srikarjy025-biolab-mcp.hf.space/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add srikarjy-biolab-mcp-server --url 'https://srikarjy025-biolab-mcp.hf.space/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  srikarjy-biolab-mcp-server:
    url: "https://srikarjy025-biolab-mcp.hf.space/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "srikarjy-biolab-mcp-server": {
      "Transport": "http",
      "Url": "https://srikarjy025-biolab-mcp.hf.space/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add srikarjy-biolab-mcp-server -t streamable-http -u 'https://srikarjy025-biolab-mcp.hf.space/mcp'
```

### Other

```json
{
  "mcpServers": {
    "srikarjy-biolab-mcp-server": {
      "type": "http",
      "url": "https://srikarjy025-biolab-mcp.hf.space/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 23, −36)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-08-15 (score 59)

First indexed and scored.

## MCP tools (5)

### `search_pubmed` (~100 tokens)

Search PubMed and log every retrieved paper to the audit trail.

    Args:
        query: exact search string, sent to PubMed verbatim — no normalization
        agent_id: which agent is asking, e.g. "aletheia:advocate"
        max_results: how many papers to retrieve (default 5)

Input parameters:

- `agent_id` (string, required)
- `max_results` (integer)
- `query` (string, required)

### `search_europepmc` (~102 tokens)

Search Europe PMC and log every retrieved article to the audit trail.

    Args:
        query: exact search string, sent to Europe PMC verbatim — no normalization
        agent_id: which agent is asking, e.g. "aletheia:advocate"
        max_results: how many articles to retrieve (default 5)

Input parameters:

- `agent_id` (string, required)
- `max_results` (integer)
- `query` (string, required)

### `search_clinicaltrials` (~104 tokens)

Search ClinicalTrials.gov and log every retrieved study to the audit trail.

    Args:
        query: condition/disease search string, sent to ClinicalTrials.gov verbatim
        agent_id: which agent is asking, e.g. "aletheia:advocate"
        max_results: how many studies to retrieve (default 5)

Input parameters:

- `agent_id` (string, required)
- `max_results` (integer)
- `query` (string, required)

### `search_biorxiv` (~160 tokens)

List bioRxiv/medRxiv preprints by category and log each to the audit trail.

    No free-text search exists on this API — only category listing (last 30 days).

    Args:
        category: category, e.g. "neuroscience", "bioinformatics", or "all"
        agent_id: which agent is asking, e.g. "aletheia:advocate"
        max_results: how many preprints to retrieve (default 5)
        server: "biorxiv" or "medrxiv" (default "biorxiv")

Input parameters:

- `agent_id` (string, required)
- `category` (string, required)
- `max_results` (integer)
- `server` (string)

### `get_retrieval` (~44 tokens)

Retrieve a full retrieval record by its retrieval_id.

    Args:
        retrieval_id: the UUID returned by search_pubmed

Input parameters:

- `retrieval_id` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/srikarjy-biolab-mcp-server/srikarjy025-biolab-mcp#diagnostics

## Score history

- 2026-08-24: 23
- 2026-08-23: 23
- 2026-08-22: 23
- 2026-08-21: 23
- 2026-08-20: 23
- 2026-08-19: 23
- 2026-08-18: 23
- 2026-08-17: 23
- 2026-08-16: 23
- 2026-08-15: 59

## Common questions

### What is the Biolab MCP Server server?

Biolab MCP Server is listed in the public MCP registry as io.github.srikarjy/biolab-mcp-server. Auditable MCP server for PubMed, Europe PMC, ClinicalTrials.gov, and bioRxiv/medRxiv queries. This page covers its hosted endpoint (https://srikarjy025-biolab-mcp.hf.space/mcp).

### Is the Biolab MCP Server server safe to use?

Biolab MCP Server scores 23 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Biolab MCP Server server expose?

Biolab MCP Server exposes 5 tools: search_pubmed, search_europepmc, search_clinicaltrials, search_biorxiv, get_retrieval. Their descriptions and schemas cost roughly 510 tokens of context every time the server is loaded.

### Does the Biolab MCP Server server require authentication?

No. We connected to Biolab MCP Server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Biolab MCP Server server still maintained?

Biolab MCP Server is still listed as active in the MCP registry. We last reached this channel on 24 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://srikarjy025-biolab-mcp.hf.space/mcp
- Repository: https://github.com/srikarjy/biolab-mcp-server
- Website: https://huggingface.co/spaces/srikarjy025/biolab-mcp
- Changelog RSS feed: https://verifymcp.io/servers/srikarjy-biolab-mcp-server/srikarjy025-biolab-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/srikarjy-biolab-mcp-server/srikarjy025-biolab-mcp.json
- HTML version of this page: https://verifymcp.io/servers/srikarjy-biolab-mcp-server/srikarjy025-biolab-mcp
