# ClauseAI (remote · clauseai.exe.xyz)

Generate attorney-drafted NDAs, MSAs, DPAs, and more as PDF, ODT, or Markdown. No account required.

- Trust score: 71/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `clauseai.exe.xyz`: 71/100 (this document), [markdown](https://verifymcp.io/servers/wasauce-clauseai/clauseai.md), [page](https://verifymcp.io/servers/wasauce-clauseai/clauseai)

## Channel facts

- Endpoint: `https://clauseai.exe.xyz/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**: 63/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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 213 tokens (~71/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 80% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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 current MCP spec version (2026-07-28).

## Install

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

ClauseAI is a hosted endpoint at https://clauseai.exe.xyz/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 wasauce-clauseai 'https://clauseai.exe.xyz/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "wasauce-clauseai": {
      "url": "https://clauseai.exe.xyz/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "wasauce-clauseai": {
      "type": "http",
      "url": "https://clauseai.exe.xyz/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.wasauce-clauseai]
url = "https://clauseai.exe.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wasauce-clauseai": {
      "type": "remote",
      "url": "https://clauseai.exe.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add wasauce-clauseai --url 'https://clauseai.exe.xyz/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  wasauce-clauseai:
    url: "https://clauseai.exe.xyz/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "wasauce-clauseai": {
      "Transport": "http",
      "Url": "https://clauseai.exe.xyz/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add wasauce-clauseai -t streamable-http -u 'https://clauseai.exe.xyz/mcp'
```

### Other

```json
{
  "mcpServers": {
    "wasauce-clauseai": {
      "type": "http",
      "url": "https://clauseai.exe.xyz/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-20 (score 71, +1)

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

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

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

### 2026-09-16 (score 69, +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-09-14 (score 68, +1)

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

### 2026-09-13 (score 67, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-12 (score 67, +42)

- [security improvement] Injection markers: unverified → pass
- [security improvement] Transport: fail → pass
- [security] First check of Judged manipulation: pass
- [security] Authorization: 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.
- [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: excellent
- [functional] First check of Destructive annotations: pass
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 80
- [functional] First check of Tool coverage: 100

### 2026-09-11 (score 25)

First indexed and scored.

## MCP tools (3)

### `list_templates` (~34 tokens)

List Templates

List attorney-drafted startup legal templates (NDA, MSA, DPA, privacy policy, offer letter, and more).

Output parameters:

- `result` (array)

### `get_template_fields` (~30 tokens)

Get Template Fields

Get the fill-in fields for one legal template before generating a document.

Input parameters:

- `slug` (string, required)

### `generate_document` (~90 tokens)

Generate Document

Generate a filled legal document (PDF, ODT, or Markdown) from a template slug and answers. No account required.

Input parameters:

- `answers`: Map of field keys to values. Missing keys stay as placeholders.
- `email`: Optional contact email recorded with the generation.
- `format` (string): pdf, odt, or markdown.
- `slug` (string, required): Template slug from list_templates.

## Diagnostics

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

## Score history

- 2026-09-20: 71
- 2026-09-19: 70
- 2026-09-18: 70
- 2026-09-17: 69
- 2026-09-16: 69
- 2026-09-15: 68
- 2026-09-14: 68
- 2026-09-13: 67
- 2026-09-12: 67
- 2026-09-11: 25

## Common questions

### What is the ClauseAI MCP server?

ClauseAI is an MCP server listed in the public MCP registry as io.github.wasauce/clauseai. Generate attorney-drafted NDAs, MSAs, DPAs, and more as PDF, ODT, or Markdown. No account required. This page covers its hosted endpoint (https://clauseai.exe.xyz/mcp).

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

ClauseAI scores 71 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 ClauseAI MCP server expose?

ClauseAI exposes 3 tools: list_templates, get_template_fields, generate_document. Their descriptions and schemas cost roughly 154 tokens of context every time the server is loaded.

### Does the ClauseAI MCP server require authentication?

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

### Is the ClauseAI MCP server still maintained?

ClauseAI 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://clauseai.exe.xyz/mcp
- Repository: https://github.com/wasauce/clauseai
- Website: https://clauseai.exe.xyz/
- Changelog RSS feed: https://verifymcp.io/servers/wasauce-clauseai/clauseai.xml
- Changelog JSON feed: https://verifymcp.io/servers/wasauce-clauseai/clauseai.json
- HTML version of this page: https://verifymcp.io/servers/wasauce-clauseai/clauseai
