# agentView (remote · agentview.de)

Display delivery platform for AI agents. Push HTML, dashboards and live data to screens.

- Trust score: 69/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `agentview.de`: 69/100 (this document), [markdown](https://verifymcp.io/servers/de-agentview-agentview-mcp/agentview.md), [page](https://verifymcp.io/servers/de-agentview-agentview-mcp/agentview)

## Channel facts

- Endpoint: `https://agentview.de/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-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (assign_display_categories).
  - 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**: 72/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 10067 tokens (~141/item across 71 items; 57 tools + 14 resources), over budget; trim descriptions and params.
  - 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**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 97% of tool parameters carry a description.
  - Structured output schemas are declared (54% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http de-agentview-agentview-mcp https://agentview.de/mcp
```

### Codex

```toml
[mcp_servers.de-agentview-agentview-mcp]
url = "https://agentview.de/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "de-agentview-agentview-mcp": {
      "type": "remote",
      "url": "https://agentview.de/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add de-agentview-agentview-mcp --url https://agentview.de/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  de-agentview-agentview-mcp:
    url: "https://agentview.de/mcp"
```

### Other

```json
{
  "mcpServers": {
    "de-agentview-agentview-mcp": {
      "type": "http",
      "url": "https://agentview.de/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-08-03 (score 69, +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-01 (score 68, +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-07-31 (score 67, +1)

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

### 2026-07-29 (score 66, +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-07-28 (score 65, +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-07-27 (score 64, 0)

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

### 2026-07-26 (score 64)

First indexed and scored.

## MCP tools (57)

### `assign_display_categories` (~178 tokens)

Assign Display Categories

Assigns displays to categories. mode 'replace' (default) sets the full category list of each display in display_ids to category_ids; mode 'add' or 'remove' adds/removes one category (category_ids[0]) across many displays without touching other assignments. Discover IDs with list_display_categories; create categories with manage_display_category.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `category_ids` (array, required): Category IDs; for mode 'add'/'remove' only the first entry is used.
- `display_ids` (array, required): Display profile IDs to update.
- `mode` (string): replace (default) sets the exact list; add/remove mutates one category across displays.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

### `list_data_slots` (~125 tokens)

List Data Slots

Lists data slots with optional filtering. Returns metadata only (no jsonContent). Each item includes readUrl. Use readUrl in display HTML fetch() calls. Requires authentication.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `group_id` (string): Group/organization ID to list shared group slots. Omit for personal slots.
- `limit` (integer): Maximum results (default: 50, max: 200).
- `offset` (integer): Offset for pagination.
- `search` (string): Search in label (case-insensitive).

Output parameters:

- `count` (integer|null)
- `slots` (array|null)

### `set_display_grant` (~187 tokens)

Set Display Grant

Grants or revokes a member's access to one display inside an organization. action 'set' (default) creates/updates the grant with access_level 'view' (see status) or 'control' (send content); action 'remove' revokes it. The target user must be an organization member. Requires admin scope.

Input parameters:

- `access_level` (string): Required for action 'set'.
- `access_token` (string): Optional bearer token; prefer session_request_id.
- `action` (string): 'set' (default) creates/updates the grant; 'remove' revokes it.
- `display_id` (string, required): Display profile ID.
- `org_id` (string, required): Organization ID.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.
- `target_user_id` (string, required): User to grant or revoke.

### `authenticate` (~158 tokens)

Authenticate Session

Validates a JWT agent token and caches the identity on this MCP session so later calls work without resending it. Use only when your client cannot send an Authorization: Bearer header; prefer session_request_id-based auth via create_auth_session. Not needed after get_auth_session returned 'active'.

Input parameters:

- `access_token` (string): Alias for token. Use this if your wrapper follows OAuth naming conventions.
- `jwt` (string): Alias for token. Use this if your wrapper cannot send the 'token' field reliably.
- `token` (string): The raw JWT token string returned by get_auth_session or an OAuth access token. Pass the opaque token exactly as received — do not add a 'Bearer ' prefix and do not expand or decode the JWT claims.

Output parameters:

- `authenticated` (boolean|null)
- `email` (string|null)
- `expiresAt` (string|null)
- `isAgent` (boolean|null)
- `name` (string|null)
- `scope` (string|null)
- `sessionBound` (boolean|null)
- `transportAuthRequired` (boolean|null)
- `userId` (string|null)

### `create_api_key` (~511 tokens)

Create API Key

Creates a long-lived API key for server-to-server integration without OAuth. The raw key is returned only once — store it securely. The user must explicitly consent to creating the key. Requires admin scope. Supports granular scoping: restrict the key to specific data-slot slugs, specific display IDs, a read/write permission flag, and/or fine-grained capability flags.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `allowed_display_ids` (array): Optional JSON array of display profile IDs this key may touch (max 64). When set, every display request must target one of these IDs. Omit or pass [] for no display restriction. Example: ['ABCD1234',…
- `allowed_slot_slugs` (array): Optional JSON array of data-slot slugs this key may touch (max 64). When set, every data-slot request must target one of these slugs. Omit or pass [] for no slug restriction. Example: ['sensor-lobby'…
- `capabilities` (array): Optional JSON array of fine-grained capability flags this key may exercise. Allowed values: 'slot.read' (list/get slots), 'slot.write' (put/delete slots), 'display.read' (list/get displays, read cont…
- `expires_in_days` (integer): Optional expiration in days. If not set, the key never expires.
- `name` (string, required): Human-readable name for the key. Example: 'Home Assistant', 'CI Pipeline'.
- `org_id` (string): Optional organization ID. If set, the key acts on behalf of this organization.
- `permissions` (string): Granular permission flag: 'read', 'write', or 'read_write' (default). Applied on top of 'scope' — e.g. a content_only read-only key cannot PUT data slots. Matched against HTTP verb: GET requires read…
- `scope` (string): Scope for the key: 'content_only' (send content, list displays) or 'admin' (full management).

Output parameters:

- `allowedDisplayIds` (array|null)
- `allowedSlotSlugs` (array|null)
- `capabilities` (array|null)
- `createdAt` (string|null)
- `expiresAt` (string|null)
- `key` (string|null)
- `keyId` (string|null)
- `name` (string|null)
- `orgId` (string|null)
- `permissions` (string|null)
- `scope` (string|null)
- `warning` (string|null)

### `get_data_slot` (~112 tokens)

Get Data Slot

Returns the current JSON content and metadata of a data slot by slug. Supply group_id to look up a group slot; omit it for personal slots. The response includes readUrl — the public anonymous URL for display HTML to fetch. Requires authentication.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `group_id` (string): Group/organization ID to retrieve a group slot. Omit for personal slots.
- `slug` (string, required): The slug of the data slot to retrieve.

Output parameters:

- `content`
- `groupId` (string|null)
- `label` (string|null)
- `readUrl` (string|null)
- `sizeBytes` (integer|null)
- `slug` (string|null)
- `type` (string|null)
- `updatedAt` (string|null)

### `get_storage_usage` (~175 tokens)

Get Storage Usage

Returns the storage pool snapshot (used, limit and remaining bytes) for the personal scope or a group — data slots and uploaded assets share this quota; check before large set_data_slot or upload_asset writes. Pass slug to additionally scan which displays reference that data slot (do this before delete_data_slot to know which displays would break). Narrowly-scoped API keys get suppressed=true with zeroed numbers. Requires content scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `group_id` (string): Group/organization ID for the group pool. Omit for the personal pool.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.
- `slug` (string): Optional data-slot slug: also report which displays reference it (slotUsage).

Output parameters:

- `groupId` (string|null)
- `limitBytes` (integer|null)
- `remainingBytes` (integer|null)
- `scope` (string)
- `slotUsage` (object|null)
- `suppressed` (boolean|null)
- `usedBytes` (integer|null)

### `broadcast_content` (~268 tokens)

Broadcast Content

Sends HTML to many displays at once. Target explicit display_ids, all=true for every accessible display, or include_category_ids to reach every display in those categories (include_descendants for subcategories, dry_run to preview matches without sending). Locked displays are skipped with reasons. For a single display use send_html. Requires content scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `all` (boolean): true targets all accessible displays.
- `base64_html` (string): Base64-encoded HTML. Mutually exclusive with html.
- `description` (string): Short summary of the content being sent (required when sending).
- `display_ids` (array): Display profile IDs to target.
- `dry_run` (boolean): Preview: return the matched displays without sending. Works with all targeting modes.
- `duration` (integer): Seconds the content stays; 0 = indefinite.
- `html` (string): Complete HTML document. Mutually exclusive with base64_html.
- `include_category_ids` (array): Category IDs: broadcast to displays assigned to these categories.
- `include_descendants` (boolean): With include_category_ids: also include subcategories.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

### `manage_licenses` (~175 tokens)

Manage Licenses

Manages premium display licenses: action 'allocate' sets how many license slots an organization gets (licenses, 0 deallocates all), 'assign' binds a free license to a display, 'unassign' releases a display's license back to the pool. Check availability first with get_license_info. Requires admin scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `action` (string, required): License operation.
- `display_id` (string): Display profile ID (actions 'assign' and 'unassign').
- `licenses` (integer): License slot count for 'allocate'; 0 deallocates all.
- `org_id` (string): Organization ID (action 'allocate').
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

### `get_public_status` (~61 tokens)

Get Public Status

Returns the server's public readiness status, version string and discovery URLs. Use this before authenticating to verify the server is reachable and to obtain entry-point URLs. No authentication required. Returns status ('ready'), server name, version, statusUrl and instructionsUrl.

### `get_display` (~181 tokens)

Get Display

Returns one display's state: status, lock, URLs, settings, language and current content summary. response_format 'detailed' adds browser/runtime facts (screen, viewport, engine), resolved connectivity mode with allowed domains, and full content state (idle content, content URL) — use detailed before generating complex HTML for the display. Use list_displays first to discover IDs. Requires content scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `display_id` (string, required): 8-character display profile ID from list_displays, e.g. 'ABCD1234'.
- `response_format` (string): concise (default) returns key fields; detailed adds runtime facts, connectivity/capabilities and full content state.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

Output parameters:

- `capabilities` (object|null)
- `connectivity` (object|null)
- `content` (object|null)
- `currentContent` (string|null)
- `deviceClass` (string|null)
- `effectiveLanguage` (string|null)
- `hasTouch` (boolean|null)
- `id` (string|null)
- `isOnline` (boolean|null)
- `locked` (boolean|null)
- `managedUrl` (string|null)
- `name` (string|null)
- `pairingUrl` (string|null)
- `resolution` (string|null)
- `runtime` (object|null)
- `settings` (object|null)
- `setupUrl` (string|null)
- `status` (string|null)

### `create_auth_session` (~170 tokens)

Create Auth Session

Starts a browser login and returns a loginUrl plus sessionRequestId. Use as STEP 0 in a fresh conversation before any protected tool. Show the loginUrl to the user as a clickable link in their language, then poll get_auth_session until 'active' and pass session_request_id on every later call. Returns sessionRequestId, loginUrl, pollUrl and expiresIn.

Input parameters:

- `agent_identifier` (string): Optional display name of the MCP client or agent, shown to the user in the browser consent screen. Example: 'ChatGPT' or 'my-home-automation'.
- `scope` (string): Requested access scope. Must be either 'content_only' (read and send content to displays) or 'admin' (content_only plus create/delete/rename displays). Defaults to 'content_only'.

Output parameters:

- `expiresIn` (integer|null)
- `hint` (string|null)
- `loginUrl` (string|null)
- `pollUrl` (string|null)
- `requestedScope` (string|null)
- `sessionRequestId` (string|null)

### `list_store_categories` (~113 tokens)

List Store Categories

Lists all published agentView store categories (e.g. Gastronomie, Wartezimmer, Empfang, Smart Home) with localized titles, descriptions and template counts. Use this to narrow a subsequent search_store_templates call when the user asks for 'templates for a waiting room' or similar. No authentication required. Returns count, language and a categories array where each entry has slug, title, description, templateCount, heroIconKey and detailPath.

Input parameters:

- `language` (string): Preferred content language. Defaults to 'en'.

Output parameters:

- `categories` (array|null)
- `count` (integer|null)
- `language` (string|null)

### `send_store_template_to_display` (~386 tokens)

Send Store Template to Display

Installs a published store template onto a display: materializes the HTML, auto-creates required data slots (reusing prior installs) and publishes within seconds. Call get_store_template_install_options first for valid targets and slots; customize per-slot JSON inline via data_slot_overrides (raw JSON string or inline object per key, max 64 KiB each). Requires content scope and control access to the display.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `data_slot_overrides` (object): Optional { key: value } map keyed by data-slot key (see requiredDataSlots). Each value is JSON payload to install into that slot — either a string of raw JSON or an inline object/array. Unknown keys…
- `display_id` (string, required): Display profile ID (8-char alphanumeric) from list_displays or get_store_template_install_options.
- `idempotency_key` (string): Optional opaque key (max 128 chars) to make this install retry-safe. If a previous successful install for the same (user, display, idempotency_key) tuple exists within 24 hours, the cached result is…
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.
- `slug` (string, required): Template slug to install, e.g. 'bistro-warm-door'. Must be a currently published template.

Output parameters:

- `contentVersionId` (string|null)
- `displayId` (string|null)
- `fileName` (string|null)
- `installedSlots` (array|null)
- `overrideCount` (integer|null)
- `templateSlug` (string|null)
- `versionId` (string|null)

### `create_display` (~167 tokens)

Create Display

Pre-provisions a display without hardware, personal or inside an organization (org_id). The new display starts offline. For a physical screen ALWAYS prefer pair_by_code, which creates and pairs in one step; use create_display only to prepare a display before the screen exists or for virtual/API-only displays. Requires admin scope. Returns id plus setup and pairing URLs.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `name` (string): Friendly display name, e.g. 'Lobby Screen'. Required when org_id is set.
- `org_id` (string): Optional: create the display inside this organization (needs manager role and a free license slot).
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

### `delete_data_slot` (~104 tokens)

Delete Data Slot

Permanently deletes a data slot. Display HTML fetching its readUrl will receive 404 after deletion. Cannot be undone. Supply group_id to delete a group slot; omit for personal slots. Requires authentication.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `group_id` (string): Group/organization ID to delete a group slot. Omit for personal slots.
- `slug` (string, required): The slug of the data slot to delete.

### `get_license_info` (~69 tokens)

Get License Info

Returns the authenticated user's complete license allocation overview: total premium licenses, personal usage, allocatable licenses, per-organization allocations, and free licenses. Use this to understand available capacity before allocating licenses. Requires content_only scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.

Output parameters:

- `allocatableLicenses` (integer|null)
- `canAllocate` (boolean|null)
- `freeAllocatableLicenses` (integer|null)
- `orgAllocations` (array|null)
- `personalDisplays` (integer|null)
- `personalPremiumDisplays` (integer|null)
- `totalAllocatedToOrgs` (integer|null)
- `totalPremiumLicenses` (integer|null)

### `get_organization` (~138 tokens)

Get Organization

Returns one organization's details: plan, your role, display count, allocated and remaining license slots. response_format 'detailed' adds the full member list (with roles) and display list. Use after list_organizations. Requires content scope and membership.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `org_id` (string, required): Organization ID from list_organizations or get_account.
- `response_format` (string): concise (default) returns counts and core fields; detailed adds members and displays arrays.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

Output parameters:

- `allocatedSlots` (integer|null)
- `displayCount` (integer|null)
- `displays` (array|null)
- `isActive` (boolean|null)
- `memberCount` (integer|null)
- `members` (array|null)
- `name` (string|null)
- `orgId` (string|null)
- `plan` (string|null)
- `remainingSlots` (integer|null)
- `yourRole` (string|null)

### `remove_display_from_org` (~82 tokens)

Remove Display from Organization

Removes a display from an organization, clearing its group assignment and all display grants. The display becomes unassigned. Requires admin scope and admin or owner role.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `display_id` (string, required): The display profile ID to remove.
- `org_id` (string, required): The organization ID.

### `set_data_slot` (~336 tokens)

Set Data Slot

Creates or updates a mutable JSON data slot (max 2 MB) that display HTML fetches via its readUrl — the live-data backbone for store templates. The slug is stable; reusing it updates in place. type 'value' stores JSON verbatim; 'aggregate' composes up to 32 sources ({slot:'name'} or one {prefixMatch:'agent-'}) within the same personal/group scope. Requires content scope. Returns slug, readUrl and size.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `content` (required): JSON content to store. For value slots: any valid JSON value up to 2 MB. For aggregate slots: a definition object { sources: [{slot,as?} | {prefixMatch}], onMissing?, onInvalidJson?, includeMeta?, st…
- `group_id` (string): Group/organization ID for shared group slots. Omit for personal slots.
- `label` (string): Human-readable label (max 200 chars). Required when creating a new slot; optional on update.
- `slug` (string, required): Stable slug for the data slot. Must match ^[A-Za-z0-9_-]{8,64}$. Same slug on a later call updates the existing slot. Slug stays exactly as supplied; the public URL uses a separate server-generated P…
- `type` (string): Slot kind. 'value' (default) stores 'content' verbatim. 'aggregate' stores 'content' as a composite-slot definition. Immutable after creation.

Output parameters:

- `groupId` (string|null)
- `label` (string|null)
- `readUrl` (string|null)
- `sizeBytes` (integer|null)
- `slug` (string|null)
- `type` (string|null)
- `updatedAt` (string|null)

### `submit_feedback` (~154 tokens)

Submit Feedback

Sends the user's feedback, feature request or bug report about agentView itself (not display content) for later review. Confirm the exact wording with the user before sending; optional sentiment. There is no automatic reply. Requires content scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `message` (string, required): The user's verbatim feedback text (max 2000 characters). Pass what the user actually said; do not paraphrase or add your own commentary.
- `sentiment` (string): Optional overall sentiment of the feedback. Set only when the user's tone is clear; omit if unsure.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

### `upload_asset` (~152 tokens)

Upload Asset

Upload one or more files (images, fonts, CSS, video, etc.) as assets and receive stable URLs. Use these URLs in your HTML with <img src> or @font-face. Assets are cached on displays. Pass files as base64-encoded data. Requires authentication with at least content_only scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `descriptions` (object, required): JSON object mapping each filename to a human-readable description.
- `files` (array, required): Array of file objects, each with 'name' (filename with extension) and 'data' (base64-encoded content).
- `group_id` (string): Optional group ID to associate the assets with.

Output parameters:

- `assets` (array|null)
- `count` (integer|null)

### `configure_display` (~351 tokens)

Configure Display

Updates display settings: rename (name), lock or unlock content changes (locked), privacy mode for share links (privacy_mode), embed-origin allowlist (origins), hardware permissions (camera, microphone, geolocation), preferred language, mouse cursor, badge overlay and watermark position. Only the fields you pass are changed; online displays apply changes immediately. Use for any display setting change. Not for sending content (send_html, send_url) or deleting (delete_display). Requires admin scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `allow_camera` (boolean)
- `allow_geolocation` (boolean)
- `allow_microphone` (boolean)
- `connectivity_mode` (string): Per-display network mode override.
- `display_id` (string, required): 8-character display profile ID, e.g. 'ABCD1234'.
- `locked` (boolean): true blocks content changes until unlocked; false unlocks.
- `name` (string): New display name (rename).
- `origins` (array): Embed-origin allowlist for Public displays; [] allows all origins.
- `preferred_language` (string)
- `privacy_mode` (string): Private caps share-link TTL at 1 hour; Public (signage mode) allows 24 hours.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.
- `show_badge_overlay` (boolean)
- `show_mouse_cursor` (boolean)
- `strict_whitelist` (boolean): true: the display whitelist replaces the org whitelist instead of extending it.
- `watermark_position` (string)
- `whitelist` (array): Domain whitelist for whitelist-only mode.

### `search_public_apis` (~207 tokens)

Search Public APIs

Searches a curated catalog of 600+ free public APIs (no key, HTTPS) for embedding live data in display HTML via fetch(): weather, news, finance, sports, images, food and 40+ more categories. Use when generating HTML that needs live internet data. Set list_categories=true to get the category menu with counts instead of search results. Returns docs links, CORS status and fetch() hints. No authentication required.

Input parameters:

- `category` (string): Category ID filter, e.g. 'weather', 'finance', 'news'. Omit for all.
- `cors_only` (boolean): true returns only APIs with confirmed browser CORS support. Default false.
- `limit` (integer): Maximum results, 1-20. Default 10.
- `list_categories` (boolean): true returns all categories with API counts instead of search results.
- `query` (string): Free-text search, e.g. 'weather forecast', 'bitcoin price', 'jokes'.

Output parameters:

- `categories` (array|null)
- `category` (string|null)
- `corsOnly` (boolean|null)
- `count` (integer|null)
- `query` (string|null)
- `results` (array|null)
- `totalCatalogApis` (integer|null)

### `claim_display` (~138 tokens)

Claim Display

Adopts an unclaimed guest or pending display as a managed personal display (permanent ownership transfer, counts against quota). Use only when the user explicitly wants to take over hardware that is already running; for first-time setup prefer pair_by_code. Requires admin scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `display_id` (string, required): The short ID of the pending, guest or demo display to claim. This is the hardware or temporary ID shown on the device.
- `profile_name` (string, required): Friendly name to assign to the newly claimed display. Non-empty string. Example: 'Reception Kiosk'.

### `send_url` (~250 tokens)

Send URL

Shows an external web page on a display via full-page iframe: dashboards, websites or web apps. slot 'live' (default) replaces current content; slot 'idle' stores it as default/fallback content (admin scope). The URL must be absolute HTTP(S). Check get_display (response_format 'detailed') first when unsure about connectivity or embedding limits. If the page design is not display-ready, prefer send_html with generated content. Requires content scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `content_description` (string): Short summary of what the page shows (recommended).
- `display_id` (string, required): 8-character display profile ID, e.g. 'ABCD1234'.
- `duration` (integer): Seconds the content stays; 0 = indefinite (default). Live slot only.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.
- `slot` (string): 'live' (default) or 'idle' for default/fallback content (admin scope).
- `url` (string, required): Absolute HTTP or HTTPS URL to load, e.g. 'https://example.com/dashboard'.

### `clear_display` (~121 tokens)

Clear Display

Removes the current live content from a display and returns it to its idle/default state. Viewers will immediately see the change. Use this when the user wants to blank or reset a display. This does not delete the display itself — use delete_display for that. Requires authentication with at least content_only scope. Returns id and status ('cleared').

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `display_id` (string, required): The 8-character alphanumeric display profile ID to clear, e.g. 'ABCD1234'.

### `get_account` (~74 tokens)

Get Account

Returns the user's account profile: plan and features, personal display limits and remaining quota, accessible display count, organization memberships and points balance. Use for subscription, quota and membership questions. Not for listing displays (use list_displays). Requires content scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.

Output parameters:

- `authenticatedVia` (string|null)
- `currentDisplays` (integer|null)
- `currentPersonalDisplays` (integer|null)
- `email` (string|null)
- `hint` (string|null)
- `maxDisplays` (integer|null)
- `maxPersonalDisplays` (integer|null)
- `name` (string|null)
- `organizationCount` (integer|null)
- `organizations` (array|null)
- `plan` (string|null)
- `planFeatures` (array|null)
- `points` (integer|null)
- `remainingDisplays` (integer|null)
- `remainingPersonalDisplays` (integer|null)
- `totalAccessibleDisplays` (integer|null)
- `userId` (string|null)

### `delete_asset` (~63 tokens)

Delete Asset

Deletes one or more assets. Displays referencing deleted assets will show broken images. Requires authentication with at least content_only scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `asset_ids` (array, required): One or more asset IDs to delete.

### `get_store_template_content` (~187 tokens)

Get Store Template Content (HTML + Slots)

Returns the raw display HTML of a published store template plus its slot definitions and allowed external origins, for editing or embedding the template yourself. {{asset:NAME}} placeholders resolve to public URLs; {{slot:KEY.prop}} stay intact for your own binding. Large HTML is windowed via max_bytes (default 51200) and offset; the result reports totalBytes and truncated. To push a template to a display directly, use send_store_template_to_display instead. No authentication required.

Input parameters:

- `max_bytes` (integer): Maximum HTML bytes to return. Default 51200.
- `offset` (integer): Byte offset into the HTML. Default 0.
- `slug` (string, required): Template slug from search_store_templates, e.g. 'bistro-warm-door'.
- `version` (string): Optional published version id (stpv_…) to pin. Omit for current.

Output parameters:

- `allowedExternalOrigins` (array|null)
- `html` (string|null)
- `offset` (integer|null)
- `slots` (array|null)
- `slug` (string|null)
- `totalBytes` (integer|null)
- `truncated` (boolean|null)
- `version` (string|null)

### `get_auth_session` (~113 tokens)

Get Auth Session

Polls a login session created by create_auth_session until the user completes the browser login. Poll every 2-3 seconds while status is 'pending'. Status 'active' auto-authenticates this MCP session — protected tools work immediately; keep passing session_request_id on later calls (the raw token is intentionally not returned over MCP). 'expired' means start over with create_auth_session.

Input parameters:

- `session_request_id` (string, required): The sessionRequestId string returned by create_auth_session. Must be passed exactly as received.

Output parameters:

- `expiresIn` (integer|null)
- `requestedScope` (string|null)
- `scope` (string|null)
- `sessionRequestId` (string|null)
- `status` (string)
- `tokenExpiresAt` (string|null)

### `send_html` (~347 tokens)

Send HTML

Shows HTML content on a display: menus, dashboards, welcome pages, schedules or any custom design. slot 'live' (default) replaces the current content; slot 'idle' stores the default/fallback content shown when nothing live is active (idle requires admin scope). Always pass a short description so later content reads stay meaningful. Exactly one of html or base64_html. For external web pages use send_url; to edit current content call read_display_html first. For polished results load prompt render_premium_display_html or resource agentview://public/design-system. Requires content scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id. Distinct from the display-specific 'token'.
- `base64_html` (string): Base64-encoded HTML (standard base64). Use only when raw HTML cannot survive JSON transport. Mutually exclusive with html.
- `description` (string, required): Short human-readable summary of the content, e.g. 'Weekly KPI dashboard'.
- `display_id` (string, required): 8-character display profile ID, e.g. 'ABCD1234'.
- `duration` (integer): Seconds the content stays; 0 = indefinite (default). Live slot only.
- `html` (string): Complete HTML document to render. Mutually exclusive with base64_html.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.
- `slot` (string): Target slot: 'live' (default) replaces current content; 'idle' sets the default shown when idle (admin scope).
- `token` (string): Display-specific demo/preview token for unauthenticated access. NOT the OAuth token.

### `delete_display` (~98 tokens)

Delete Display

Permanently deletes a display and all its associated content. This action cannot be undone. Use this only when the user explicitly confirms they want to remove the display. Requires admin scope. Returns id, name and deleted (boolean true).

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `display_id` (string, required): The 8-character alphanumeric display profile ID to delete, e.g. 'ABCD1234'.

### `logout` (~35 tokens)

Logout

Clears the cached login from this MCP session (does not revoke the underlying token). Use when the user wants to sign out or switch accounts.

### `search_store_templates` (~233 tokens)

Search Store Templates

Searches the agentView template store for ready-made display designs ('Zahnarzt-Wartezimmer', 'Bistro', 'reception', ...). Use when the user wants a polished pre-built design instead of generated HTML; results render as a gallery widget. Filter by category, suite and language; paginate with limit/offset. Follow up with get_store_template_details. No authentication required.

Input parameters:

- `category` (string): Optional category slug to restrict the search (English kebab-case, e.g. 'gastronomie', 'waiting-room').
- `language` (string): Preferred content language. Defaults to 'en'.
- `limit` (integer): Maximum number of templates to return. Defaults to 10.
- `offset` (integer): Offset into the filtered result set for pagination. Defaults to 0.
- `query` (string): Free-text search over template title, description and tags. Examples: 'Zahnarzt', 'italienisches Bistro', 'conference room'.
- `suite` (string): Optional design-family suite slug (e.g. 'bistro-warm', 'sushi-minimal').

Output parameters:

- `language` (string|null)
- `limit` (integer|null)
- `offset` (integer|null)
- `templates` (array|null)
- `total` (integer|null)

### `search` (~173 tokens)

Search Resources

Searches agentView resources by keyword: documentation, server status, your account, your displays and the API catalog. Returns ranked resource URIs with snippets to read via fetch. Unauthenticated searches cover public docs only. Skip when you already know the URI — call fetch directly.

Input parameters:

- `limit` (integer): Maximum number of results to return. Integer between 1 and 20 inclusive. Defaults to 5.
- `query` (string): Free-text search terms. Examples: a display name, 'account', 'OAuth', 'status'. At least one of query or resource_type should be provided.
- `resource_type` (string): Restricts results to a specific resource category. Must be one of: 'all', 'documentation', 'status', 'account', 'display', 'api'. Defaults to 'all' when omitted.

Output parameters:

- `count` (integer|null)
- `query` (string|null)
- `resourceType` (string|null)
- `results` (array|null)

### `pair_by_code` (~193 tokens)

Pair Display by Code

Pairs a physical screen with the 6-character code shown on https://display.agentview.de — the recommended first-time setup: ask the user to open that URL on the TV and read the code, then call this (creates and pairs in one step). Pass target_display_id to rebind an EXISTING display profile onto new hardware instead (keeps name, settings, content). Requires admin scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `code` (string, required): The 6-character pairing code shown on the display (e.g. 'AB3K7F').
- `profile_name` (string): Friendly name for the display (required for new pairing, ignored for rebind). Example: 'Lobby Screen'.
- `target_display_id` (string): To rebind: the existing display profile ID to switch to the new hardware. Omit for new display pairing.

### `get_store_template_details` (~143 tokens)

Get Store Template Details

Returns full details of one store template: localized title and description, long-form markdown, category, suite, tags, features, preview image and agentArtifacts (bot-onboarding files such as system prompts, Agent Skills SKILL.md, MCP config). Use after search_store_templates before recommending or installing; when agentArtifacts is non-empty, fetch bodies via get_agent_artifact. No authentication required.

Input parameters:

- `language` (string): Preferred content language. Defaults to 'en'.
- `slug` (string, required): The template slug (English kebab-case) returned by search_store_templates, e.g. 'bistro-warm-door' or 'agent-ops-cyan-wall'.

Output parameters:

- `agentArtifacts` (array|null): Agent-onboarding files shipped with the template (system prompts, Agent Skills standard SKILL.md, MCP config snippets). Empty array when the template ships none. Body lives behind get_agent_artifact…
- `audienceMarkdown` (string|null)
- `category` (object|null)
- `categoryDescription` (string|null)
- `description` (string|null)
- `designStyle` (string|null)
- `detailPath` (string|null)
- `featured` (boolean|null)
- `features` (array|null)
- `fileName` (string|null)
- `introMarkdown` (string|null)
- `placement` (string|null)
- `previewImageUrl` (string|null)
- `previewPath` (string|null)
- `publishedAt` (string|null)
- `setupMarkdown` (string|null)
- `slug` (string|null)
- `sourceKind` (string|null)
- `suite` (object|null)
- `suiteDescription` (string|null)
- `tags` (array|null)
- `theme` (string|null)
- `title` (string|null)
- `useCasesMarkdown` (string|null)

### `list_displays` (~184 tokens)

List Displays

Lists all displays the user can access, with id, name, online status, lock state and device class — the starting point to discover display IDs before get_display, send_html or send_store_template_to_display. Pass org_id to list an organization's displays instead. response_format 'detailed' adds screen/viewport facts, URLs and language per display. To show what a display looks like right now, use get_display_preview_url. Requires content scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `org_id` (string): Optional organization ID: list that organization's displays (member access required).
- `response_format` (string): concise (default) returns key fields per display; detailed adds screen/viewport, URLs and language.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

Output parameters:

- `count` (integer|null)
- `displays` (array|null)

### `list_assets` (~188 tokens)

List Assets

Lists the user's uploaded assets (images, videos, fonts, documents) with public URLs for use in display HTML. Filter by type, search term or group. Check before upload_asset to avoid duplicates. response_format 'detailed' adds description, size and timestamps per asset. Requires content scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `group_id` (string): Only this group's assets. Omit for personal.
- `limit` (integer): Maximum results (default 50).
- `response_format` (string): concise (default): id, name, url, mimeType; detailed adds description, sizeBytes, createdAt.
- `search` (string): Search in filename and description.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.
- `type` (string): Filter by MIME category.

Output parameters:

- `assets` (array|null)
- `count` (integer|null)

### `get_agent_artifact` (~231 tokens)

Get Agent Artifact

Returns an agent-onboarding artifact shipped with a store template: system prompt, Agent Skills SKILL.md or MCP-config snippet. Pass slug for the RAW template artifact (before install, {{slot:...}} placeholders intact) or display_id for the display-bound artifact with placeholders resolved against installed slots (ready to save, e.g. into ~/.claude/skills/). Discover keys via get_store_template_details (agentArtifacts array). Template mode needs no auth; display mode requires content scope and display ownership.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `display_id` (string): Display profile ID for the placeholder-resolved artifact. If both slug and display_id are given, display_id wins (substituted body).
- `key` (string, required): Artifact key, e.g. 'bot-system-prompt', 'agent-skill', 'mcp-config'.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.
- `slug` (string): Template slug for the raw artifact. Provide slug OR display_id.

Output parameters:

- `content` (string|null)
- `displayId` (string|null)
- `key` (string|null)
- `kind` (string|null)
- `slug` (string|null)
- `title` (string|null)
- `unresolvedPlaceholders` (array|null)

### `configure_organization` (~161 tokens)

Configure Organization

Updates organization settings: rename (name) and/or network connectivity defaults for all its displays (default_connectivity_mode, global_whitelist). Only provided fields change. Use when an org admin renames the organization or declares network topology. Requires admin scope and org-admin role.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `default_connectivity_mode` (string): Default connectivity for all org displays.
- `global_whitelist` (array): Domain whitelist applied org-wide in whitelist-only mode.
- `name` (string): New organization name (rename).
- `org_id` (string, required): Organization ID from list_organizations.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

### `list_api_keys` (~56 tokens)

List API Keys

Lists all API keys for the current user. Returns key metadata (prefix, name, scope, dates) but never the raw key. Requires admin scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.

Output parameters:

- `count` (integer|null)
- `keys` (array|null)

### `read_display_html` (~214 tokens)

Read Display HTML

Reads the raw HTML source currently shown on a display so you can inspect or edit it and push it back with send_html. content_type 'idle' reads the default/fallback content instead. Responses are windowed for large documents: max_bytes (default 51200) and offset page through the source; the result reports totalBytes and truncated. Not for visual previews (use get_display_preview_url). Requires content scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `content_type` (string): 'live' (default) reads active content; 'idle' reads default content.
- `display_id` (string, required): 8-character display profile ID, e.g. 'ABCD1234'.
- `max_bytes` (integer): Maximum bytes of HTML to return. Default 51200.
- `offset` (integer): Byte offset to start reading from. Default 0.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

Output parameters:

- `contentType` (string|null)
- `hasContent` (boolean|null)
- `html` (string|null)
- `htmlLength` (integer|null)
- `id` (string|null)
- `name` (string|null)
- `offset` (integer|null)
- `source` (string|null)
- `totalBytes` (integer|null)
- `truncated` (boolean|null)

### `list_organizations` (~76 tokens)

List Organizations

Returns all organizations the authenticated user belongs to with their role, display count, member count and allocated slots. Use this to answer questions about the user's organizations, how many displays an organization has, or team membership. Requires authentication with at least content_only scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.

Output parameters:

- `count` (integer|null)
- `organizations` (array|null)

### `revoke_api_key` (~68 tokens)

Revoke API Key

Permanently revokes an API key. This is irreversible — the key will immediately stop working. Requires admin scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `key_id` (string, required): The ID of the key to revoke (from list_api_keys).

### `get_display_preview_url` (~144 tokens)

Generate Display Preview Share Link

Creates a short-lived signed link showing what a display is presenting RIGHT NOW, rendered inline as a preview widget. ALWAYS call this when the user wants to SEE their display or screen content (preview, 'zeig mir das Display'). Link lifetime follows the display's privacy mode. Requires content scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `display_id` (string, required): The 8-character alphanumeric display profile ID, e.g. 'ABCD1234'.
- `ttl_seconds` (integer): Lifetime of the share link in seconds. Default 3600 (1 hour). Clamped to [60, 86400].

Output parameters:

- `contentVersionId` (string|null)
- `displayId` (string|null)
- `displayName` (string|null)
- `expiresAt` (string|null)
- `mode` (string|null)
- `previewUrl` (string|null)
- `privacyMode` (string|null)
- `ttlSeconds` (integer|null)

### `delete_organization` (~68 tokens)

Delete Organization

Permanently deletes an organization, releasing all its displays and removing all members. Only the owner can delete. This cannot be undone. Requires admin scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `org_id` (string, required): The organization ID to delete.

### `list_display_categories` (~91 tokens)

List Display Categories

Lists the authenticated user's personal display categories with stable IDs, paths and assignment counts. Use this to discover existing categories before assigning or replacing categories on a display. Requires authentication with at least content_only scope and display.read capability.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

Output parameters:

- `categories` (array|null)
- `count` (integer|null)

### `update_asset` (~98 tokens)

Update Asset

Updates the name and/or description of an existing asset. The URL does not change. At least one of name or description must be provided. Requires authentication with at least content_only scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `asset_id` (string, required): The asset ID to update.
- `description` (string): New description for the asset.
- `name` (string): New filename for the asset.

### `create_organization` (~103 tokens)

Create Organization

Creates a new organization and makes the authenticated user the owner. Use this when the user wants to set up a shared display fleet. Returns orgId, name, slug, type and yourRole. Requires admin scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `name` (string, required): Friendly name for the organization. Example: 'Marketing Team'.
- `type` (string): Organization type. Defaults to 'organization' if omitted.

### `get_asset` (~81 tokens)

Get Asset

Returns metadata for a single asset including its URL. Use this to verify an asset still exists before referencing it in HTML. Requires authentication with at least content_only scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `asset_id` (string, required): The asset ID (e.g. 'ast_01H7KXZ...').

Output parameters:

- `assetId` (string|null)
- `createdAt` (string|null)
- `description` (string|null)
- `mimeType` (string|null)
- `name` (string|null)
- `sizeBytes` (integer|null)
- `url` (string|null)

### `fetch` (~128 tokens)

Fetch Resource

Fetches one agentView resource by agentview:// URI, e.g. agentview://public/status, agentview://account/me or agentview://display/ABCD1234. Use after search or with a known URI. Public URIs need no auth; account and display URIs need a session. Returns uri, type, title, text and structured data.

Input parameters:

- `uri` (string, required): The resource URI to fetch. Must use the agentview:// scheme. Examples: 'agentview://public/status', 'agentview://account/me', 'agentview://display/ABCD1234'.

Output parameters:

- `data` (object|null)
- `text` (string|null)
- `title` (string|null)
- `type` (string|null)
- `uri` (string|null)

### `manage_display_category` (~191 tokens)

Manage Display Category

Creates or renames a display category (categories group displays for broadcast_content include_category_ids). action 'create' needs name (optional parent_category_id for a subcategory); action 'rename' needs category_id and new_name — assignments and grants stay intact. Discover IDs with list_display_categories; assign displays with assign_display_categories.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `action` (string, required): Operation to perform.
- `category_id` (string): Category ID to rename (rename only).
- `name` (string): Category name for action 'create', e.g. 'Reception'.
- `new_name` (string): New category name (rename only).
- `parent_category_id` (string): Optional parent category ID (create only) for a subcategory.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

### `test_display_content` (~176 tokens)

Test Display Content

Dry-run validator for generated HTML: runs agentView's size and description checks WITHOUT touching a real display. Use after composing complex HTML and before send_html or broadcast_content. No display_id needed; the response carries simulated=true. Capped at 1 MB. Requires authentication.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `base64_html` (string): Base64-encoded HTML payload. Mutually exclusive with html.
- `description` (string, required): Short human-readable description of what the HTML represents (1-1000 chars). Same validation rules as send_html.
- `html` (string): Complete HTML document to validate. Mutually exclusive with base64_html — provide exactly one.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.

### `get_store_template_install_options` (~146 tokens)

Get Store Template Install Options

Returns the displays the user can install a store template on plus the data slots it needs (key, label, type, required). Call before send_store_template_to_display. An empty displays list means the user must first set up a display (pair_by_code). Requires content scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `language` (string): Preferred UI language for labels. Defaults to 'en'.
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.
- `slug` (string, required): Template slug returned by search_store_templates, e.g. 'bistro-warm-door'.

Output parameters:

- `displays` (array|null)
- `language` (string|null)
- `requiredDataSlots` (array|null)
- `templateSlug` (string|null)

### `manage_org_member` (~207 tokens)

Manage Org Member

Manages organization membership: action 'invite' adds a member by email with a role, 'set_role' changes a member's role, 'remove' removes the member. Roles for organizations: 'admin' (manage members and displays), 'manager' (manage displays and content), 'viewer' (read-only); families accept 'child'. Requires admin scope.

Input parameters:

- `access_token` (string): Optional bearer token; prefer session_request_id.
- `action` (string, required): Membership operation.
- `email` (string): Email address to invite (action 'invite').
- `org_id` (string, required): Organization ID.
- `role` (string): Role for 'invite' and 'set_role': 'admin', 'manager', 'viewer' (families: 'child').
- `session_request_id` (string): Session handle from create_auth_session; pass it on every authenticated call.
- `target_user_id` (string): Member user ID (actions 'set_role' and 'remove').

## Diagnostics

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

## Score history

- 2026-08-03: 69
- 2026-08-02: 68
- 2026-08-01: 68
- 2026-07-31: 67
- 2026-07-30: 66
- 2026-07-29: 66
- 2026-07-28: 65
- 2026-07-27: 64
- 2026-07-26: 64

## Links

- Remote endpoint: https://agentview.de/mcp
- Website: https://agentview.de/developers.html
- Changelog RSS feed: https://verifymcp.io/servers/de-agentview-agentview-mcp/agentview/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/de-agentview-agentview-mcp/agentview/changelog.json
- HTML version of this page: https://verifymcp.io/servers/de-agentview-agentview-mcp/agentview
