# Brainiall Documents (remote · api.brainiall.com)

High-fidelity PDF to structured Markdown conversion and document field extraction.

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

## Components

- remote · `api.brainiall.com`: 36/100 (this document), [markdown](https://verifymcp.io/servers/com-brainiall-documents/mcp-documents-mcp.md), [page](https://verifymcp.io/servers/com-brainiall-documents/mcp-documents-mcp)

## Channel facts

- Endpoint: `https://api.brainiall.com/mcp/documents/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-21.

- **Endpoint Security**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - The endpoint enforces authorisation, but returns a challenge with no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - 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**: 0/100
  - Transport blocked by authentication: the endpoint requires auth we don't have to verify streamable-http.
- **Schema Quality & AI Usability**: 0/100
  - Schema blocked by authentication: the endpoint requires auth we don't have to read it.
- **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 blocked by authentication: the endpoint requires auth we don't have to read its tools.
- **Tool Safety**: 0/100
  - Tool safety blocked by authentication: the endpoint requires auth we don't have to read its tools.
- **Capabilities**: 0/100
  - Capabilities blocked by authentication: the endpoint requires auth we don't have to read them.

**Unverified: 6 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 Brainiall Documents MCP server?

Brainiall Documents is a hosted endpoint at https://api.brainiall.com/mcp/documents/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 com-brainiall-documents 'https://api.brainiall.com/mcp/documents/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-brainiall-documents": {
      "url": "https://api.brainiall.com/mcp/documents/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-brainiall-documents": {
      "type": "http",
      "url": "https://api.brainiall.com/mcp/documents/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-brainiall-documents]
url = "https://api.brainiall.com/mcp/documents/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-brainiall-documents --url 'https://api.brainiall.com/mcp/documents/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-brainiall-documents:
    url: "https://api.brainiall.com/mcp/documents/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-brainiall-documents": {
      "Transport": "http",
      "Url": "https://api.brainiall.com/mcp/documents/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-brainiall-documents -t streamable-http -u 'https://api.brainiall.com/mcp/documents/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-brainiall-documents": {
      "type": "http",
      "url": "https://api.brainiall.com/mcp/documents/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-18 (score 36, +7)

- [security regression] Endpoint reachability: unreachable → behind authorisation
- [security regression] Authorization: unverified → fail
- [security regression] Transport: fail → unverified
- [security improvement] TLS certificate: unverified → pass
- [security improvement] HSTS header: unverified → pass
- [security] Tool safety: Tool safety blocked by authentication: the endpoint requires auth we don't have to read its tools.
- [functional] Tool coverage: Tool coverage blocked by authentication: the endpoint requires auth we don't have to read its tools.
- [functional] Schema quality: Schema blocked by authentication: the endpoint requires auth we don't have to read it.
- [functional] Capabilities: Capabilities blocked by authentication: the endpoint requires auth we don't have to read them.

### 2026-09-17 (score 29, −7)

The score moved with no change recorded against any check. We would rather say so than guess.

### 2026-09-15 (score 36, 0)

- [security regression] Endpoint reachability: behind authorisation → unreachable
- [security regression] Transport: unverified → fail
- [security regression] Authorization: fail → unverified
- [security regression] TLS certificate: pass → unverified
- [security regression] HSTS header: pass → unverified
- [security] Tool safety: Tool safety not yet verified: we couldn't read the endpoint's tools.
- [functional] Tool coverage: Tool coverage not yet verified: we couldn't read the endpoint's tools.
- [functional] Capabilities: Capabilities not yet verified: we couldn't read the endpoint's capabilities.
- [functional] Schema quality: Schema not yet verified: we couldn't read the endpoint's schema.

### 2026-09-13 (score 36, +4)

- [security regression] Endpoint reachability: unreachable → behind authorisation
- [security regression] Authorization: unverified → fail
- [security regression] Transport: fail → unverified
- [security improvement] TLS certificate: unverified → pass
- [security improvement] HSTS header: unverified → pass
- [security] Tool safety: Tool safety blocked by authentication: the endpoint requires auth we don't have to read its tools.
- [functional] Tool coverage: Tool coverage blocked by authentication: the endpoint requires auth we don't have to read its tools.
- [functional] Schema quality: Schema blocked by authentication: the endpoint requires auth we don't have to read it.
- [functional] Capabilities: Capabilities blocked by authentication: the endpoint requires auth we don't have to read them.

### 2026-09-12 (score 32, −16)

The score moved with no change recorded against any check. We would rather say so than guess.

### 2026-09-11 (score 48, −16)

The score moved with no change recorded against any check. We would rather say so than guess.

### 2026-09-10 (score 64, −16)

The score moved with no change recorded against any check. We would rather say so than guess.

### 2026-09-08 (score 80, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] Authorization: partial → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] Stability: 0.40 → unverified
- [security regression] TLS certificate: pass → unverified
- [security regression] HSTS header: pass → unverified
- [security regression] Transport: pass → fail
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

## MCP tools (3)

### `pdf_to_markdown` (~151 tokens)

Convert PDF to Markdown

Convert a PDF into readable Markdown for analysis and retrieval.

Use this when an agent needs the text, headings, tables, and document
structure from a PDF. Supply exactly one source: a public URL or base64
PDF bytes. The optional page range is useful for large documents.

Returns:
    Markdown text on success, or an actionable error object on failure.

Input parameters:

- `page_range`: Optional pages to convert, such as '1-5'. Omit to convert the entire PDF.
- `pdf_base64`: Base64-encoded PDF bytes. Provide this or url, never both.
- `url`: Public URL pointing directly to a PDF. Provide this or pdf_base64, never both.

### `extract_document_fields` (~164 tokens)

Extract Document Fields

Extract structured fields and full text from a document image.

Use this for invoices, receipts, forms, and similar PNG or JPEG images
when the agent needs named fields rather than Markdown. PDF input is
intentionally rejected; use pdf_to_markdown for PDFs.

Returns:
    A dictionary containing request metadata, extracted fields, and text,
    or an actionable error object on failure.

Input parameters:

- `doc_type` (string): Document type that guides field extraction, such as 'invoice' (default), 'receipt', or 'form'.
- `image_base64`: Base64-encoded PNG or JPEG bytes. Provide this or url, never both.
- `url`: Public URL pointing directly to a PNG or JPEG document image. Provide this or image_base64, never both.

### `check_document_service` (~57 tokens)

Check Document Service

Check whether document conversion and extraction are available.

Use this before a workflow or when another document tool reports a
temporary availability problem. No document input is required.

Returns:
    A dictionary with status='healthy', or an actionable error object.

## Diagnostics

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

## Score history

- 2026-09-21: 36
- 2026-09-20: 36
- 2026-09-19: 36
- 2026-09-18: 36
- 2026-09-17: 29
- 2026-09-16: 36
- 2026-09-15: 36
- 2026-09-14: 36
- 2026-09-13: 36
- 2026-09-12: 32
- 2026-09-11: 48
- 2026-09-10: 64
- 2026-09-09: 80
- 2026-09-08: 80
- 2026-09-07: 80
- 2026-09-06: 79
- 2026-09-05: 79
- 2026-09-04: 78
- 2026-09-03: 78
- 2026-09-02: 77
- 2026-09-01: 77
- 2026-08-31: 77
- 2026-08-30: 76
- 2026-08-29: 76
- 2026-08-28: 75
- 2026-08-27: 75
- 2026-08-26: 74

## Common questions

### What is the Brainiall Documents MCP server?

Brainiall Documents is an MCP server listed in the public MCP registry as com.brainiall/documents. High-fidelity PDF to structured Markdown conversion and document field extraction. This page covers its hosted endpoint (https://api.brainiall.com/mcp/documents/mcp).

### Is the Brainiall Documents MCP server safe to use?

Brainiall Documents scores 36 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 Brainiall Documents MCP server expose?

Brainiall Documents exposes 3 tools: pdf_to_markdown, extract_document_fields, check_document_service. Their descriptions and schemas cost roughly 372 tokens of context every time the server is loaded.

### Does the Brainiall Documents MCP server require authentication?

Yes. Brainiall Documents asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the Brainiall Documents MCP server still maintained?

Brainiall Documents is still listed as active in the MCP registry. We last reached this channel on 21 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://api.brainiall.com/mcp/documents/mcp
- Website: https://brainiall.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-brainiall-documents/mcp-documents-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-brainiall-documents/mcp-documents-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-brainiall-documents/mcp-documents-mcp
