# RunBoth (remote · runboth-agent-mgbxvs4loq-uc.a.run.app)

Ask runboth.dev in plain language: what RunBoth does, how to install it, and its limits.

- Trust score: 59/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `runboth-agent-mgbxvs4loq-uc.a.run.app`: 59/100 (this document), [markdown](https://verifymcp.io/servers/dev-runboth-agent/runboth-agent-mgbxvs4loq-uc.md), [page](https://verifymcp.io/servers/dev-runboth-agent/runboth-agent-mgbxvs4loq-uc)

## Channel facts

- Endpoint: `https://runboth-agent-mgbxvs4loq-uc.a.run.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-20.

- **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 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 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**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 681 tokens (~227/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**: 0/100
  - Stability check failed: schema churn in the 5 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 1 additions.
- **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**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the RunBoth MCP server?

RunBoth is a hosted endpoint at https://runboth-agent-mgbxvs4loq-uc.a.run.app/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 dev-runboth-agent 'https://runboth-agent-mgbxvs4loq-uc.a.run.app/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "dev-runboth-agent": {
      "url": "https://runboth-agent-mgbxvs4loq-uc.a.run.app/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "dev-runboth-agent": {
      "type": "http",
      "url": "https://runboth-agent-mgbxvs4loq-uc.a.run.app/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.dev-runboth-agent]
url = "https://runboth-agent-mgbxvs4loq-uc.a.run.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-runboth-agent": {
      "type": "remote",
      "url": "https://runboth-agent-mgbxvs4loq-uc.a.run.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev-runboth-agent --url 'https://runboth-agent-mgbxvs4loq-uc.a.run.app/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-runboth-agent:
    url: "https://runboth-agent-mgbxvs4loq-uc.a.run.app/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "dev-runboth-agent": {
      "Transport": "http",
      "Url": "https://runboth-agent-mgbxvs4loq-uc.a.run.app/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add dev-runboth-agent -t streamable-http -u 'https://runboth-agent-mgbxvs4loq-uc.a.run.app/mcp'
```

### Other

```json
{
  "mcpServers": {
    "dev-runboth-agent": {
      "type": "http",
      "url": "https://runboth-agent-mgbxvs4loq-uc.a.run.app/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-16 (score 59, −2)

- [security regression] Stability: unverified → fail
- [security regression] A breaking change shipped without a version bump: still 1.0.0
- [security regression] Tool “who” was removed
- [security] The server rewrote its instructions, which are the text every model session reads
- [security] The server changed its declared name: nlweb-mcp-server → runboth.dev
- [security] Tool “ask” rewrote its description, which is the text the model reads
- [security] Tool “list_sites” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional] New tool “trust_lookup”
- [cosmetic] “ask” reworded the description of “query”

### 2026-09-15 (score 61)

First indexed and scored.

## MCP tools (3)

### `ask` (~240 tokens)

Ask runboth.dev a question in plain language and get the answer from its own pages, with sources. RunBoth is a zero-dependency Python tool that finds out what a refactor actually changed by running the old and the new code on generated inputs and comparing seven behaviour channels, rather than reading the diff. Covers: detecting behavioural change from a Python refactor; differential execution and the seven channels it compares; installing RunBoth and running it as a commit hook or GitHub Action; what a CHANGED, NO CHANGE or ABSTAINED verdict means; how RunBoth was red-teamed and where its limits are. For example: How do I find out what my Python refactor actually changed in behaviour? Answers come back as ranked pages from runboth.dev with a URL, a score and a one-line reason each.

Input parameters:

- `generate_mode` (string): The type of response to generate
- `query` (string, required): The question, in plain language. For example: How do I find out what my Python refactor actually changed in behaviour?
- `site` (array): Optional list of sites to search. If not provided, searches all configured sites

### `list_sites` (~20 tokens)

List the sites this endpoint answers for (runboth.dev).

### `trust_lookup` (~107 tokens)

Look up what AI agents recorded after calling a website or an MCP endpoint: which capability they used, whether it worked, how long it took, and what they learned. Read-only, no key. Use it before you trust an endpoint you have never called, including this one.

Input parameters:

- `target` (string, required): A domain or endpoint URL, for example runboth.dev or https://host/mcp
- `top_k` (integer): How many records to return, 1 to 25

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dev-runboth-agent/runboth-agent-mgbxvs4loq-uc#diagnostics

## Score history

- 2026-09-20: 59
- 2026-09-19: 59
- 2026-09-18: 59
- 2026-09-17: 59
- 2026-09-16: 59
- 2026-09-15: 61

## Common questions

### What is the RunBoth MCP server?

RunBoth is an MCP server listed in the public MCP registry as dev.runboth/agent. Ask runboth.dev in plain language: what RunBoth does, how to install it, and its limits. This page covers its hosted endpoint (https://runboth-agent-mgbxvs4loq-uc.a.run.app/mcp).

### Is the RunBoth MCP server safe to use?

RunBoth scores 59 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 RunBoth MCP server expose?

RunBoth exposes 3 tools: ask, list_sites, trust_lookup. Their descriptions and schemas cost roughly 367 tokens of context every time the server is loaded.

### Does the RunBoth MCP server require authentication?

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

### Is the RunBoth MCP server still maintained?

RunBoth is still listed as active in the MCP registry. We last reached this channel on 20 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://runboth-agent-mgbxvs4loq-uc.a.run.app/mcp
- Website: https://runboth.dev/
- Changelog RSS feed: https://verifymcp.io/servers/dev-runboth-agent/runboth-agent-mgbxvs4loq-uc.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-runboth-agent/runboth-agent-mgbxvs4loq-uc.json
- HTML version of this page: https://verifymcp.io/servers/dev-runboth-agent/runboth-agent-mgbxvs4loq-uc
