# agentView MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/de-agentview-agentview-mcp
- Website: https://agentview.de/developers.html

## Install
- Endpoint: https://agentview.de/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://agentview.de/mcp

## Tools
- assign_display_categories (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. Endpoint: https://agentview.de/mcp
- list_data_slots (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. Endpoint: https://agentview.de/mcp
- set_display_grant (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. Endpoint: https://agentview.de/mcp
- authenticate (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'. Endpoint: https://agentview.de/mcp
- create_api_key (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. Endpoint: https://agentview.de/mcp
- get_data_slot (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. Endpoint: https://agentview.de/mcp
- get_storage_usage (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. Endpoint: https://agentview.de/mcp
- broadcast_content (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. Endpoint: https://agentview.de/mcp
- manage_licenses (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. Endpoint: https://agentview.de/mcp
- get_public_status (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. Endpoint: https://agentview.de/mcp
- get_display (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. Endpoint: https://agentview.de/mcp
- create_auth_session (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. Endpoint: https://agentview.de/mcp
- list_store_categories (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. Endpoint: https://agentview.de/mcp
- send_store_template_to_display (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. Endpoint: https://agentview.de/mcp
- create_display (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. Endpoint: https://agentview.de/mcp
- delete_data_slot (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. Endpoint: https://agentview.de/mcp
- get_license_info (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. Endpoint: https://agentview.de/mcp
- get_organization (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. Endpoint: https://agentview.de/mcp
- remove_display_from_org (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. Endpoint: https://agentview.de/mcp
- set_data_slot (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. Endpoint: https://agentview.de/mcp
- submit_feedback (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. Endpoint: https://agentview.de/mcp
- upload_asset (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. Endpoint: https://agentview.de/mcp
- configure_display (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. Endpoint: https://agentview.de/mcp
- search_public_apis (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. Endpoint: https://agentview.de/mcp
- claim_display (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. Endpoint: https://agentview.de/mcp
- send_url (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. Endpoint: https://agentview.de/mcp
- clear_display (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'). Endpoint: https://agentview.de/mcp
- get_account (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. Endpoint: https://agentview.de/mcp
- delete_asset (Delete Asset) - Deletes one or more assets. Displays referencing deleted assets will show broken images. Requires authentication with at least content_only scope. Endpoint: https://agentview.de/mcp
- get_store_template_content (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. Endpoint: https://agentview.de/mcp
- get_auth_session (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. Endpoint: https://agentview.de/mcp
- send_html (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. Endpoint: https://agentview.de/mcp
- delete_display (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). Endpoint: https://agentview.de/mcp
- logout (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. Endpoint: https://agentview.de/mcp
- search_store_templates (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. Endpoint: https://agentview.de/mcp
- search (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. Endpoint: https://agentview.de/mcp
- pair_by_code (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. Endpoint: https://agentview.de/mcp
- get_store_template_details (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. Endpoint: https://agentview.de/mcp
- list_displays (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. Endpoint: https://agentview.de/mcp
- list_assets (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. Endpoint: https://agentview.de/mcp
- get_agent_artifact (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. Endpoint: https://agentview.de/mcp
- configure_organization (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. Endpoint: https://agentview.de/mcp
- list_api_keys (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. Endpoint: https://agentview.de/mcp
- read_display_html (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. Endpoint: https://agentview.de/mcp
- list_organizations (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. Endpoint: https://agentview.de/mcp
- revoke_api_key (Revoke API Key) - Permanently revokes an API key. This is irreversible — the key will immediately stop working. Requires admin scope. Endpoint: https://agentview.de/mcp
- get_display_preview_url (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. Endpoint: https://agentview.de/mcp
- delete_organization (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. Endpoint: https://agentview.de/mcp
- list_display_categories (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. Endpoint: https://agentview.de/mcp
- update_asset (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. Endpoint: https://agentview.de/mcp
- create_organization (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. Endpoint: https://agentview.de/mcp
- get_asset (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. Endpoint: https://agentview.de/mcp
- fetch (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. Endpoint: https://agentview.de/mcp
- manage_display_category (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. Endpoint: https://agentview.de/mcp
- test_display_content (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. Endpoint: https://agentview.de/mcp
- get_store_template_install_options (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. Endpoint: https://agentview.de/mcp
- manage_org_member (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. Endpoint: https://agentview.de/mcp

## Resources
- ui://agentview/store-gallery - agentView Template Gallery Visual card grid of agentView store templates returned by search_store_templates and list_store_categories. MIME type: text/html;profile=mcp-app
- ui://agentview/store-detail - agentView Template Detail Hero + intro + features + use cases for a single store template returned by get_store_template_details. MIME type: text/html;profile=mcp-app
- ui://agentview/store-install-result - agentView Template Installed Success/error confirmation card rendered after send_store_template_to_display. MIME type: text/html;profile=mcp-app
- ui://agentview/display-preview - agentView Display Preview Live preview of a single display via a signed time-limited URL. MIME type: text/html;profile=mcp-app
- ui://agentview/display-grid - agentView Displays Grid of the user's displays with online status and privacy mode. MIME type: text/html;profile=mcp-app
- ui://agentview/auth-session - agentView Sign In Login button + countdown rendered after create_auth_session so the user has a clean call-to-action instead of a long technical URL in chat. MIME type: text/html;profile=mcp-app
- agentview://public/status - Public status Server health, MCP discovery endpoints and public readiness information. MIME type: application/json
- agentview://public/instructions - Agent instructions Recommended authentication and usage flow for MCP clients. MIME type: text/plain
- agentview://public/design-system - Premium display design system Default premium digital-signage brief for generating high-end display HTML. MIME type: text/plain
- agentview://public/developers - Developer documentation Technical MCP and OAuth integration reference. MIME type: text/plain
- agentview://public/mcp - MCP capability status Supported protocol versions, transports, resources, prompts, completions and subscription capabilities. MIME type: application/json
- agentview://public/oauth - OAuth status Authorization endpoints, supported scopes, token methods, PKCE and protected resource metadata. MIME type: application/json
- agentview://public/support - Support diagnostics Recommended evidence and checks for MCP, OAuth, session and interoperability troubleshooting. MIME type: text/plain
- agentview://public/apis - Public API catalog Catalog of 638 free, no-auth public APIs for embedding live data in display HTML via fetch(). MIME type: application/json

## Prompts
- onboard_first_display - First Display Onboarding Guide the assistant through helping a user create and understand their first display. Arguments: goal
- recover_mcp_auth - Recover MCP Auth Guide the assistant through diagnosing MCP OAuth, discovery and session failures. Arguments: client_name, symptom
- asset_workflow - Asset Upload Workflow Guide the assistant through uploading assets (images, fonts, media) and referencing them in display HTML for optimal performance and caching.
- render_premium_display_html - Render Premium Display HTML Load the premium agentView creative brief for generating polished, high-end digital signage HTML from a one-shot request. Arguments: brief, category, touch_mode, data_mode, brand_direction

## Metadata
- Owner: de.agentview
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 7, 2026
- Source: https://registry.modelcontextprotocol.io
