# Verbaterm Policy Intelligence (remote · verbaterm.com)

Judged, citation-checked policy corpus over MCP. Keyless public reads; API key for AI tools.

- Trust score: 61/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `verbaterm.com`: 61/100 (this document), [markdown](https://verifymcp.io/servers/tensorswillflow-verbaterm/verbaterm.md), [page](https://verifymcp.io/servers/tensorswillflow-verbaterm/verbaterm)

## Channel facts

- Endpoint: `https://verbaterm.com/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-08-03.

- **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 7 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 552 tokens (~78/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 87/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 62% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http tensorswillflow-verbaterm https://verbaterm.com/mcp
```

### Codex

```toml
[mcp_servers.tensorswillflow-verbaterm]
url = "https://verbaterm.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tensorswillflow-verbaterm": {
      "type": "remote",
      "url": "https://verbaterm.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tensorswillflow-verbaterm --url https://verbaterm.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  tensorswillflow-verbaterm:
    url: "https://verbaterm.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "tensorswillflow-verbaterm": {
      "type": "http",
      "url": "https://verbaterm.com/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-02 (score 61, +1)

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

### 2026-07-31 (score 60, +1)

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

### 2026-07-30 (score 59, −1)

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

### 2026-07-29 (score 60, +46)

- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: good
- [functional] First check of Tool coverage: 62

### 2026-07-28 (score 14)

First indexed and scored.

## MCP tools (7)

### `search_policies` (~88 tokens)

Search Verbaterm's judged, citation-checked public policy corpus (companies, products, policy kinds). Returns derived review metadata — findings counts, scores, freshness — never raw policy text.

Input parameters:

- `category` (string): Optional audience category slug.
- `limit` (number): Max results (default 20, max 50).
- `q` (string): Company or product name to search.

### `list_policies` (~20 tokens)

List published public-library policy reviews available in the corpus.

### `get_policy_review` (~77 tokens)

Get the full judged review for one published policy: findings with verbatim citation excerpts, scores, summary, and provenance. Cite the source URLs back to the user.

Input parameters:

- `companySlug` (string, required)
- `policyKind` (string, required): terms, privacy, cookies, data_processing, or other.
- `productSlug` (string, required)

### `start_private_review` (~99 tokens)

Start a private Verbaterm review of pasted policy text (requires a Verbaterm API key; debits the caller's plan allowance, not API credits). Returns a sessionId to poll with get_private_review_progress.

Input parameters:

- `documentTitle` (string)
- `policyKind` (string): terms, privacy, cookies, data_processing, other, or auto.
- `policyText` (string, required): Full pasted policy text (min 80 chars).

### `get_private_review_progress` (~30 tokens)

Poll progress of a private review started with start_private_review.

Input parameters:

- `sessionId` (string, required)

### `get_private_review_result` (~45 tokens)

Get the completed private review (findings + citations) for a session started with start_private_review. Raw source text is not returned.

Input parameters:

- `sessionId` (string, required)

### `ask_question` (~91 tokens)

Ask a citation-grounded follow-up question about a public library review or a private session (requires a Verbaterm API key; debits the caller's plan Q&A allowance).

Input parameters:

- `question` (string, required): 3–1000 characters.
- `reviewRef` (object, required): { kind: "public_path", companySlug, productSlug, policyKind } or { kind: "private", sessionId }.

## Diagnostics

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

## Score history

- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 60
- 2026-07-31: 60
- 2026-07-30: 59
- 2026-07-29: 60
- 2026-07-28: 14

## Links

- Remote endpoint: https://verbaterm.com/mcp
- Repository: https://github.com/TensorsWillFlow/verbaterm
- Website: https://verbaterm.com/developers
- Changelog RSS feed: https://verifymcp.io/servers/tensorswillflow-verbaterm/verbaterm/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/tensorswillflow-verbaterm/verbaterm/changelog.json
- HTML version of this page: https://verifymcp.io/servers/tensorswillflow-verbaterm/verbaterm
