Developer Tools
agentview.de
Manages displays, categories, data slots, and authentication for a digital signage system.
ENDPOINT 1
https://agentview.de/mcp
MCP server metadata
- Name
- agentView MCP
- Version
- 2.1.121
agentView MCP: digital signage — manage displays, send HTML/URLs, install store templates, data slots, assets, organizations. STEP 0 — AUTH FIRST: protected tools return error 'auth_required' without a login. If you hold no session_request_id from THIS conversation: 1) create_auth_session → 2) show the loginUrl as a normal clickable link in the user's language (never a code block) → 3) poll get_auth_session every ~2s until status 'active' → 4) pass session_request_id on EVERY later call; it survives dropped OAuth headers. No auth needed: get_public_status, search, fetch, search_store_templates, list_store_categories, get_store_template_details, get_store_template_content, get_agent_artifact (template mode), search_public_apis, create_auth_session, get_auth_session, authenticate. AUTH RECOVERY: error 'invalid_token' (token dropped mid-conversation) → silently retry with the session_request_id from the latest create_auth_session; never show raw auth errors. No session_request_id at hand → restart STEP 0 in plain language. KEY WORKFLOWS: - See a display ('zeig mir das Display'): ALWAYS get_display_preview_url — renders inline as a widget. - Send content: list_displays → send_html (or send_url for external sites); slot 'idle' sets the fallback content. - New physical screen: user opens https://display.agentview.de on the TV, reads the 6-char code → pair_by_code (admin scope; if missing, create_auth_session scope 'admin'; rebind: pass target_display_id). - Store templates: search_store_templates → get_store_template_details → get_store_template_install_options → send_store_template_to_display. - Feedback about agentView: submit_feedback (confirm wording first). HTML: default to premium cinematic signage (background image + dark overlay, glass panels, clamp typography, fallback data, single-file HTML, inline CSS, vanilla JS, no raw iframes; buttons only for touch). Full brief: prompt render_premium_display_html or resource agentview://public/design-system.
Known tools 57
set_display_grantGrants or revokes a member's access to one display inside an organization.
Inferred read-onlyauthenticateValidates a JWT agent token and caches the identity on this MCP session so later calls work without resending it.
Inferred read-onlycreate_api_keyCreates a long-lived API key for server-to-server integration without OAuth.
Inferred read-onlyget_data_slotReturns the current JSON content and metadata of a data slot by slug.
Inferred read-onlyget_storage_usageReturns 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.
Inferred read-onlymanage_licensesManages 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.
Inferred read-onlyget_public_statusReturns the server's public readiness status, version string and discovery URLs.
Inferred read-onlyget_displayReturns one display's state: status, lock, URLs, settings, language and current content summary.
Inferred read-onlycreate_auth_sessionStarts a browser login and returns a loginUrl plus sessionRequestId.
Inferred read-onlysend_store_template_to_displayInstalls a published store template onto a display: materializes the HTML, auto-creates required data slots (reusing prior installs) and publishes within seconds.
Inferred read-onlycreate_displayPre-provisions a display without hardware, personal or inside an organization (org_id).
Inferred read-onlyget_license_infoReturns the authenticated user's complete license allocation overview: total premium licenses, personal usage, allocatable licenses, per-organization allocations, and free licenses.
Inferred read-onlyget_organizationReturns one organization's details: plan, your role, display count, allocated and remaining license slots.
Inferred read-onlyremove_display_from_orgRemoves a display from an organization, clearing its group assignment and all display grants.
Inferred read-onlyset_data_slotCreates or updates a mutable JSON data slot (max 2 MB) that display HTML fetches via its readUrl — the live-data backbone for store templates.
Inferred read-onlysubmit_feedbackSends the user's feedback, feature request or bug report about agentView itself (not display content) for later review.
Inferred read-onlyconfigure_displayUpdates 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.
Inferred read-onlysearch_public_apisSearches 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.
Inferred read-onlyclaim_displayAdopts an unclaimed guest or pending display as a managed personal display (permanent ownership transfer, counts against quota).
Potential side effectssend_urlShows an external web page on a display via full-page iframe: dashboards, websites or web apps.
Inferred read-onlyclear_displayRemoves the current live content from a display and returns it to its idle/default state.
Inferred read-onlyget_accountReturns the user's account profile: plan and features, personal display limits and remaining quota, accessible display count, organization memberships and points balance.
Inferred read-onlyget_store_template_contentReturns the raw display HTML of a published store template plus its slot definitions and allowed external origins, for editing or embedding the template yourself.
Inferred read-onlyget_auth_sessionPolls a login session created by create_auth_session until the user completes the browser login.
Inferred read-onlysend_htmlShows HTML content on a display: menus, dashboards, welcome pages, schedules or any custom design.
Inferred read-onlylogoutClears the cached login from this MCP session (does not revoke the underlying token).
Inferred read-onlysearch_store_templatesSearches the agentView template store for ready-made display designs ('Zahnarzt-Wartezimmer', 'Bistro', 'reception', .
Inferred read-onlysearchSearches agentView resources by keyword: documentation, server status, your account, your displays and the API catalog.
Inferred read-onlypair_by_codePairs a physical screen with the 6-character code shown on https://display.
Inferred read-onlyget_store_template_detailsReturns 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.
Inferred read-onlylist_displaysLists 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.
Inferred read-onlylist_assetsLists the user's uploaded assets (images, videos, fonts, documents) with public URLs for use in display HTML.
Inferred read-onlyget_agent_artifactReturns an agent-onboarding artifact shipped with a store template: system prompt, Agent Skills SKILL.
Inferred read-onlyconfigure_organizationUpdates organization settings: rename (name) and/or network connectivity defaults for all its displays (default_connectivity_mode, global_whitelist).
Inferred read-onlyread_display_htmlReads the raw HTML source currently shown on a display so you can inspect or edit it and push it back with send_html.
Potential side effectslist_organizationsReturns all organizations the authenticated user belongs to with their role, display count, member count and allocated slots.
Inferred read-onlyget_display_preview_urlCreates a short-lived signed link showing what a display is presenting RIGHT NOW, rendered inline as a preview widget.
Inferred read-onlydelete_organizationPermanently deletes an organization, releasing all its displays and removing all members.
Inferred read-onlylist_display_categoriesLists the authenticated user's personal display categories with stable IDs, paths and assignment counts.
Inferred read-onlycreate_organizationCreates a new organization and makes the authenticated user the owner.
Inferred read-onlymanage_display_categoryCreates or renames a display category (categories group displays for broadcast_content include_category_ids).
Inferred read-onlytest_display_contentDry-run validator for generated HTML: runs agentView's size and description checks WITHOUT touching a real display.
Inferred read-onlyget_store_template_install_optionsReturns the displays the user can install a store template on plus the data slots it needs (key, label, type, required).
Inferred read-onlymanage_org_memberManages organization membership: action 'invite' adds a member by email with a role, 'set_role' changes a member's role, 'remove' removes the member.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentview-mcp]
url = "https://agentview.de/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentview-mcp": {
"type": "http",
"url": "https://agentview.de/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentview-mcp
Remote MCP URL: https://agentview.de/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentview-mcp": {
"url": "https://agentview.de/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentview-mcp": {
"type": "http",
"url": "https://agentview.de/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentview-mcp",
"transport": "streamable-http",
"url": "https://agentview.de/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentview.de was fetched 2026-08-25T22:04:44.953Z.
agentview.de is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.