# Atisbo Documentation (remote · app.atisbo.dev)

Read-only search and page retrieval from the public Atisbo documentation corpus. No authentication.

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

## Components

- remote · `app.atisbo.dev`: 34/100 (this document), [markdown](https://verifymcp.io/servers/brian8a1-atisbo-docs/api-mcp-docs.md), [page](https://verifymcp.io/servers/brian8a1-atisbo-docs/api-mcp-docs)

## Channel facts

- Endpoint: `https://app.atisbo.dev/api/mcp-docs`
- 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-20.

- **Endpoint Security**: 86/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.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **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 Atisbo Documentation MCP server?

Atisbo Documentation is a hosted endpoint at https://app.atisbo.dev/api/mcp-docs, 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 brian8a1-atisbo-docs 'https://app.atisbo.dev/api/mcp-docs'
```

### Cursor

```json
{
  "mcpServers": {
    "brian8a1-atisbo-docs": {
      "url": "https://app.atisbo.dev/api/mcp-docs"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "brian8a1-atisbo-docs": {
      "type": "http",
      "url": "https://app.atisbo.dev/api/mcp-docs"
    }
  }
}
```

### Codex

```toml
[mcp_servers.brian8a1-atisbo-docs]
url = "https://app.atisbo.dev/api/mcp-docs"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "brian8a1-atisbo-docs": {
      "type": "remote",
      "url": "https://app.atisbo.dev/api/mcp-docs",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add brian8a1-atisbo-docs --url 'https://app.atisbo.dev/api/mcp-docs' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  brian8a1-atisbo-docs:
    url: "https://app.atisbo.dev/api/mcp-docs"
```

### Netclaw

```json
{
  "McpServers": {
    "brian8a1-atisbo-docs": {
      "Transport": "http",
      "Url": "https://app.atisbo.dev/api/mcp-docs"
    }
  }
}
```

### Vellum

```bash
assistant mcp add brian8a1-atisbo-docs -t streamable-http -u 'https://app.atisbo.dev/api/mcp-docs'
```

### Other

```json
{
  "mcpServers": {
    "brian8a1-atisbo-docs": {
      "type": "http",
      "url": "https://app.atisbo.dev/api/mcp-docs"
    }
  }
}
```

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-07 (score 34, −49)

- [security regression] Endpoint reachability: reachable → behind authorisation
- [security regression] Tool safety: pass → unverified
- [security regression] Stability: 0.43 → unverified
- [security regression] Transport: pass → unverified
- [security regression] Authorization: partial → fail
- [security regression] HSTS header: pass → fail
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified

### 2026-09-05 (score 83, +1)

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

### 2026-09-03 (score 82, +1)

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

### 2026-09-01 (score 81, +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-08-29 (score 80, +1)

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

### 2026-08-27 (score 79, +1)

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

### 2026-08-26 (score 78, +2)

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

### 2026-08-25 (score 76, 0)

- [functional improvement] Stability: unverified → 0.03

## MCP tools (3)

### `get_doc` (~55 tokens)

Read one full Atisbo documentation page as markdown, by its site-relative URL (for example /docs/api/webhooks).

Input parameters:

- `url` (string, required): Site-relative URL of the page, as returned by search_docs or list_docs.

### `list_docs` (~81 tokens)

List Atisbo documentation pages with their URL, title and description. Omit limit for the whole corpus; pass limit to cap the response.

Input parameters:

- `limit` (integer): Maximum number of pages to return (1-50). Omitted, non-integer, or out-of-range values return the WHOLE corpus — this tool never pages, it only trims.

### `search_docs` (~60 tokens)

Search Atisbo documentation by keyword or natural-language question. Returns ranked page titles, URLs, descriptions and match scores.

Input parameters:

- `limit` (integer): Maximum hits to return (default 5).
- `query` (string, required): Keywords or a natural-language question.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/brian8a1-atisbo-docs/api-mcp-docs#diagnostics

## Score history

- 2026-09-20: 34
- 2026-09-19: 34
- 2026-09-18: 34
- 2026-09-17: 34
- 2026-09-16: 34
- 2026-09-15: 34
- 2026-09-14: 34
- 2026-09-13: 34
- 2026-09-12: 34
- 2026-09-11: 34
- 2026-09-10: 34
- 2026-09-09: 34
- 2026-09-08: 34
- 2026-09-07: 34
- 2026-09-06: 83
- 2026-09-05: 83
- 2026-09-04: 82
- 2026-09-03: 82
- 2026-09-02: 81
- 2026-09-01: 81
- 2026-08-31: 80
- 2026-08-30: 80
- 2026-08-29: 80
- 2026-08-28: 79
- 2026-08-27: 79
- 2026-08-26: 78
- 2026-08-25: 76
- 2026-08-24: 76

## Common questions

### What is the Atisbo Documentation MCP server?

Atisbo Documentation is an MCP server listed in the public MCP registry as io.github.brian8a1/atisbo-docs. Read-only search and page retrieval from the public Atisbo documentation corpus. No authentication. This page covers its hosted endpoint (https://app.atisbo.dev/api/mcp-docs).

### Is the Atisbo Documentation MCP server safe to use?

Atisbo Documentation scores 34 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 Atisbo Documentation MCP server expose?

Atisbo Documentation exposes 3 tools: get_doc, list_docs, search_docs. Their descriptions and schemas cost roughly 196 tokens of context every time the server is loaded.

### Does the Atisbo Documentation MCP server require authentication?

Yes. Atisbo Documentation 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 Atisbo Documentation MCP server still maintained?

Atisbo Documentation 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://app.atisbo.dev/api/mcp-docs
- Website: https://app.atisbo.dev/docs/api/mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/brian8a1-atisbo-docs/api-mcp-docs.xml
- Changelog JSON feed: https://verifymcp.io/servers/brian8a1-atisbo-docs/api-mcp-docs.json
- HTML version of this page: https://verifymcp.io/servers/brian8a1-atisbo-docs/api-mcp-docs
