# Arbo (remote · getarbo.com)

SEO site architecture. Page trees with URL, keyword, status, keyword map and redirect plan exports.

- Trust score: 75/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

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

## Channel facts

- Endpoint: `https://getarbo.com/api/mcp`
- Transports: `streamable-http`
- Auth: `required`
- 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-25.

- **Endpoint Security**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries 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**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 905 tokens (~113/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 92% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_node" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: 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 Arbo MCP server?

Arbo is a hosted endpoint at https://getarbo.com/api/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-getarbo-arbo 'https://getarbo.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-getarbo-arbo": {
      "url": "https://getarbo.com/api/mcp"
    }
  }
}
```

### VS Code

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

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

```yaml
mcp_servers:
  com-getarbo-arbo:
    url: "https://getarbo.com/api/mcp"
```

### Netclaw

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

### Vellum

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

### Other

```json
{
  "mcpServers": {
    "com-getarbo-arbo": {
      "type": "http",
      "url": "https://getarbo.com/api/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-25 (score 75)

First indexed and scored.

## MCP tools (8)

### `list_projects` (~16 tokens)

List all projects accessible with this token

### `get_project` (~28 tokens)

Get a project with its full sitemap tree

Input parameters:

- `project_id` (string, required): The project ID

### `create_project` (~61 tokens)

Create a new project. Returns the project ID. Add nodes with create_node after.

Input parameters:

- `accent` (string): Accent color hex (e.g. #2563EB)
- `client` (string): Client name
- `name` (string, required): Project name

### `create_node` (~306 tokens)

Add a page to a project's sitemap. Use parent_id to create hierarchy. Supports rich data: zoning blocks (wireframe layout), entry points (traffic sources), CTAs, and tags.

Input parameters:

- `cta` (array): Call-to-action button labels (e.g. ['Acheter', 'En savoir plus'])
- `description` (string): Page description. Use real newlines for formatting. Supports long multiline content (SEO, copy, sections, CTAs, FAQ). No length limit.
- `entry_points` (array): Traffic entry points for this page
- `label` (string, required): Page name (e.g. 'Accueil', 'Contact')
- `notes` (string): Additional notes
- `parent_id`: Parent node ID. Null = root page.
- `priority` (string): Page importance
- `project_id` (string, required): The project ID
- `rationale` (string): Why this page exists (UX insight)
- `seo` (object): SEO data of the page: URL, target keyword, volume, intent, migration status
- `tags` (array): Tags for categorization (e.g. ['SEO', 'conversion'])
- `type` (string): Page type: home, listing, detail, form, landing, quiz, search, hub, error, legal
- `zoning_blocks` (array): Wireframe zoning blocks (page layout structure)
- `zoning_expanded` (boolean): If true, zoning is shown expanded by default on the canvas

### `update_node` (~263 tokens)

Update a page's properties. For the description field: use real newlines (not literal \n). Supports rich multiline content: SEO notes, copy, sections, CTAs, FAQ, maillage, etc. No length limit. You can also set zoning_html (full wireframe HTML) and annotations (contextual notes per wireframe section).

Input parameters:

- `annotations` (array): Contextual annotations for wireframe sections. These appear as a sidebar alongside the wireframe preview.
- `description` (string): Page description. Use real newlines for formatting. Supports long multiline content (SEO, copy, sections, CTAs, FAQ). No length limit.
- `label` (string): New page name
- `node_id` (string, required): The node ID to update
- `notes` (string)
- `parent_id`: Move to new parent
- `priority` (string)
- `project_id` (string, required): The project ID
- `rationale` (string)
- `seo` (object): SEO data. Fields sent are merged into the existing SEO block.
- `type` (string): New page type
- `zoning_html` (string): Full wireframe HTML (lo-fi, inline CSS, standalone). Replaces the current wireframe for this page.

### `generate_wireframe` (~89 tokens)

Generate a lo-fi wireframe HTML for a page using AI. The wireframe is saved to the node's zoningHtml field. Requires zoning blocks to be defined on the node. Costs 1 AI credit (or uses BYOK key). Returns the generated HTML.

Input parameters:

- `node_id` (string, required): The node ID to generate wireframe for
- `project_id` (string, required): The project ID

### `delete_node` (~76 tokens)

Remove a page from the sitemap (soft delete, can be restored via version history)

Input parameters:

- `cascade` (boolean): If true, also deletes all children. Default: false (children are reparented to grandparent)
- `node_id` (string, required): The node ID to delete
- `project_id` (string, required): The project ID

### `bulk_create_nodes` (~66 tokens)

Create multiple pages at once from a tree structure. Ideal for generating a full sitemap with zoning, entry points, CTAs and tags.

Input parameters:

- `nodes` (array, required): Flat list of nodes with temp_id references for parent-child relationships
- `project_id` (string, required): The project ID

## Diagnostics

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

## Score history

- 2026-09-25: 75

## Common questions

### What is the Arbo MCP server?

Arbo is an MCP server listed in the public MCP registry as com.getarbo/arbo. SEO site architecture. Page trees with URL, keyword, status, keyword map and redirect plan exports. This page covers its hosted endpoint (https://getarbo.com/api/mcp).

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

Arbo scores 75 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 Arbo MCP server expose?

Arbo exposes 8 tools: list_projects, get_project, create_project, create_node, update_node, and 3 more. Their descriptions and schemas cost roughly 905 tokens of context every time the server is loaded.

### Does the Arbo MCP server require authentication?

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

Arbo is still listed as active in the MCP registry. We last reached this channel on 25 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://getarbo.com/api/mcp
- Authorisation metadata: https://getarbo.com/.well-known/oauth-protected-resource/api/mcp
- Website: https://getarbo.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-getarbo-arbo/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-getarbo-arbo/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-getarbo-arbo/api-mcp
