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

Web search, URL content extraction to Markdown, site mapping, and recursive web crawler.

- 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-web/mcp-web-mcp.md), [page](https://verifymcp.io/servers/com-brainiall-web/mcp-web-mcp)

## Channel facts

- Endpoint: `https://api.brainiall.com/mcp/web/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 Web MCP server?

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

### Cursor

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

### VS Code

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

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Netclaw

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

### Vellum

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

### Other

```json
{
  "mcpServers": {
    "com-brainiall-web": {
      "type": "http",
      "url": "https://api.brainiall.com/mcp/web/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-12 (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-11 (score 32, −16)

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

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

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

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

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

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

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] Stability: 0.37 → unverified
- [security regression] Authorization: partial → unverified
- [security regression] Tool safety: pass → 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 (5)

### `read_page` (~87 tokens)

Read Web Page

Read one known web page as clean Markdown without raw HTML noise.

Use this for documentation, articles, and product pages when the URL is
already known. For an unfamiliar site, use map_site first to choose useful
URLs instead of crawling every page.

Input parameters:

- `url` (string, required): Absolute HTTP(S) URL of documentation, an article, or a product page to read without raw HTML noise

### `search_web` (~59 tokens)

Search the Web

Find relevant web pages when you do not already know their URLs.

Input parameters:

- `max_results` (integer): Maximum results to return (capped at 25)
- `query` (string, required): Search query used to find pages by title, URL, and snippet

### `map_site` (~86 tokens)

Map Site URLs

List a site's URLs so an agent can select pages before reading them.

Prefer this inexpensive discovery step before crawl_site. Map first, then
call read_page for selected URLs unless content from many pages is required.

Input parameters:

- `limit` (integer): Maximum URLs to list (capped at 500)
- `url` (string, required): Absolute HTTP(S) site URL whose available URLs should be listed

### `crawl_site` (~109 tokens)

Crawl Site

Read multiple linked pages with strict page and depth limits.

Use only when several pages are required. If you merely need to discover a
site's structure, use map_site first because crawling is slower and costlier.

Input parameters:

- `max_depth` (integer): Maximum link depth from the starting URL (capped at 5)
- `max_pages` (integer): Maximum pages to read (capped at 50)
- `url` (string, required): Absolute HTTP(S) starting URL for a bounded multi-page crawl

### `check_web_service` (~18 tokens)

Check Web Service

Check whether the web reading service is responding.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-brainiall-web/mcp-web-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: 36
- 2026-09-11: 32
- 2026-09-10: 48
- 2026-09-09: 64
- 2026-09-08: 80
- 2026-09-07: 80
- 2026-09-06: 80
- 2026-09-05: 79
- 2026-09-04: 79
- 2026-09-03: 78
- 2026-09-02: 78
- 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 Web MCP server?

Brainiall Web is an MCP server listed in the public MCP registry as com.brainiall/web. Web search, URL content extraction to Markdown, site mapping, and recursive web crawler. This page covers its hosted endpoint (https://api.brainiall.com/mcp/web/mcp).

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

Brainiall Web 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 Web MCP server expose?

Brainiall Web exposes 5 tools: read_page, search_web, map_site, crawl_site, check_web_service. Their descriptions and schemas cost roughly 359 tokens of context every time the server is loaded.

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

Yes. Brainiall Web 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 Web MCP server still maintained?

Brainiall Web 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/web/mcp
- Website: https://brainiall.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-brainiall-web/mcp-web-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-brainiall-web/mcp-web-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-brainiall-web/mcp-web-mcp
