# Vagus Lab Research (remote · vaguslab.net)

Cited VNS research passages from a curated corpus, plus a scored device comparison.

- Trust score: 74/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `vaguslab.net`: 74/100 (this document), [markdown](https://verifymcp.io/servers/net-vaguslab-research/vaguslab.md), [page](https://verifymcp.io/servers/net-vaguslab-research/vaguslab)

## Channel facts

- Endpoint: `https://vaguslab.net/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-09-26.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 457 tokens (~152/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Vagus Lab Research MCP server?

Vagus Lab Research is a hosted endpoint at https://vaguslab.net/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 net-vaguslab-research 'https://vaguslab.net/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "net-vaguslab-research": {
      "url": "https://vaguslab.net/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "net-vaguslab-research": {
      "type": "http",
      "url": "https://vaguslab.net/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.net-vaguslab-research]
url = "https://vaguslab.net/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "net-vaguslab-research": {
      "type": "remote",
      "url": "https://vaguslab.net/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add net-vaguslab-research --url 'https://vaguslab.net/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  net-vaguslab-research:
    url: "https://vaguslab.net/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "net-vaguslab-research": {
      "Transport": "http",
      "Url": "https://vaguslab.net/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add net-vaguslab-research -t streamable-http -u 'https://vaguslab.net/mcp'
```

### Other

```json
{
  "mcpServers": {
    "net-vaguslab-research": {
      "type": "http",
      "url": "https://vaguslab.net/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-09-25 (score 74, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-19 (score 74, 0)

- [security] Stability: 0.97 → pass

### 2026-09-18 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (3)

### `search_research` (~210 tokens)

Search the VNS research corpus

Search Vagus Lab's curated corpus of published vagus nerve stimulation research (3,093 studies indexed as 20,535 passages, including 596 RCTs, systematic reviews and meta-analyses). Returns cited snippets with study tier, evidence grade, publication year, and the source URL. Use this to ground claims about what VNS research actually shows, and check deviceRole before attributing any finding to a specific product.

Input parameters:

- `device` (string): Prefer studies involving this device. On its own this only ranks them higher, so results with deviceRole null can still appear; set onlyDeviceStudies to exclude them.
- `limit` (integer): Passages to return, 1 to 10
- `onlyDeviceStudies` (boolean): Return only passages from studies that actually used the named device. Requires device. Use this before stating that a device has evidence behind it.
- `query` (string, required): Research question or topic, for example 'taVNS effect on heart rate variability'

### `get_devices` (~75 tokens)

Get the scored device comparison

Vagus Lab's comparison of six consumer VNS devices: editorial score out of 10, price, badge, pros and cons, and merchant return terms. Scores are editorial, authored from a ten-criterion weighted methodology, and are not consumer ratings. Vagus Lab earns affiliate commission on some purchases; the payload carries that disclosure.

### `list_articles` (~81 tokens)

List published articles

Index of every published Vagus Lab article with its URL, category, and evidence grade. Fetch any article URL with the header 'Accept: text/markdown' to read the full text as clean markdown.

Input parameters:

- `category` (string): Filter by category slug, for example 'devices' or 'sleep-energy'
- `limit` (integer): Maximum articles to return

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/net-vaguslab-research/vaguslab#diagnostics

## Score history

- 2026-09-26: 74
- 2026-09-25: 74
- 2026-09-24: 74
- 2026-09-23: 74
- 2026-09-22: 74
- 2026-09-21: 74
- 2026-09-20: 74
- 2026-09-19: 74
- 2026-09-18: 74
- 2026-09-17: 73
- 2026-09-16: 73
- 2026-09-15: 73
- 2026-09-14: 72
- 2026-09-13: 72
- 2026-09-12: 71
- 2026-09-11: 71
- 2026-09-10: 70
- 2026-09-09: 70
- 2026-09-08: 69
- 2026-09-07: 69
- 2026-09-06: 68
- 2026-09-05: 68
- 2026-09-04: 67
- 2026-09-03: 67
- 2026-09-02: 66
- 2026-09-01: 66
- 2026-08-31: 66
- 2026-08-30: 65
- 2026-08-29: 65
- 2026-08-28: 64

## Common questions

### What is the Vagus Lab Research MCP server?

Vagus Lab Research is an MCP server listed in the public MCP registry as net.vaguslab/research. Cited VNS research passages from a curated corpus, plus a scored device comparison. This page covers its hosted endpoint (https://vaguslab.net/mcp).

### Is the Vagus Lab Research MCP server safe to use?

Vagus Lab Research scores 74 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 Vagus Lab Research MCP server expose?

Vagus Lab Research exposes 3 tools: search_research, get_devices, list_articles. Their descriptions and schemas cost roughly 366 tokens of context every time the server is loaded.

### Does the Vagus Lab Research MCP server require authentication?

No. We connected to Vagus Lab Research without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Vagus Lab Research MCP server still maintained?

Vagus Lab Research is still listed as active in the MCP registry. We last reached this channel on 26 September 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://vaguslab.net/mcp
- Website: https://vaguslab.net/api-docs/
- Changelog RSS feed: https://verifymcp.io/servers/net-vaguslab-research/vaguslab.xml
- Changelog JSON feed: https://verifymcp.io/servers/net-vaguslab-research/vaguslab.json
- HTML version of this page: https://verifymcp.io/servers/net-vaguslab-research/vaguslab
