Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Custom AI View

MCPB · CUSTOM-AI-VIEW.MCPB · SCANNED SEP 20

See any site as it looks on a real iPhone, iPad or MacBook — and drive that window over MCP.

+4 this week 48 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security13
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • No install/post-install scripts declared.Pass
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
Schema Quality & AI Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2693 tokens (~117/item across 23 items; 23 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management73
  • Stability observed for 22 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage93
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 80% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "custom_ai_view_revert" implies "drop" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 23 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

mcpb · custom-ai-view.mcpb

Download bundle
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

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

  • 18 Sept 26 +1

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

  • 16 Sept 26 +1

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

  • 14 Sept 26 +1

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

  • 12 Sept 26 +1

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

  • 9 Sept 26 +1

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

  • 7 Sept 26 +5
    • Stability: unverified → 0.30 functional
  • 30 Aug 26 0
    • Security disclosure: unverified → fail functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed mcpb/https://github.com/ccustomai/custom-ai-view/releases/download/v1.14.0/custom-ai-view.mcpb

Provenance Inconclusive

We could not complete the check, so nothing is claimed either way. This is a gap on our side, not a finding about the package.

Result Inconclusive
Ecosystem mcpb

Background: How many MCP packages publish verified provenance →

MCP tools · 23 exposed · ~2,693 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
custom_ai_view_back ~87

Go back one page, or forward. Prefer this to re-opening a URL after a wrong tap: reopening reloads a single-page app from nothing, losing the route, the scroll position and anything typed.

NameTypeReqDescription
directionstringDefault back.
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_click ~58

Tap an element in the previewed page, as a finger would.

NameTypeReqDescription
selectorstringyes
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_collect ~132

Save everything about what is on screen right now into one dated folder for this site: a screenshot, the page markup, the console output, and the selected element with its styles, plus a note tying them together. Use this when the user says "save this" or when you want a record of a problem before changing anything.

NameTypeReqDescription
fullPagebooleanAlso capture the whole scrollable page.
notestringA line about why this was saved.
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_console ~64

Recent console output and uncaught errors from the previewed page.

NameTypeReqDescription
limitnumberHow many entries, default 50.
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_devices ~42

List every device in the catalogue with its viewport size, pixel ratio and safe areas.

NameTypeReqDescription
filterstringSubstring to match against name or id.

No output schema declared.

No examples provided.

custom_ai_view_edit ~239

Change an element in the previewed page, live. Set CSS properties, replace text or markup, set attributes, add or remove classes, or delete it outright. The change lands in the page the user is looking at immediately, so a screenshot afterwards shows it. It is a live experiment, not a code change: reloading the page undoes it.

NameTypeReqDescription
addClassstringClass names to add, space separated.
attrsobjectAttributes to set. A null value removes the attribute.
htmlstringReplace the element's inner markup.
removebooleanDelete the element from the page.
removeClassstringClass names to remove, space separated.
selectorstringyesCSS selector of the element to change.
styleobjectCSS properties to set, e.g. {"background-color": "red", "font-size": "20px"}.
textstringReplace the element's text content.
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_edits ~51

List the live edits currently being replayed into every page load.

NameTypeReqDescription
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_find ~135

Search the previewed page for elements, by CSS selector or by the text they show. Returns each match with a selector you can pass to inspect, screenshot, click or edit. Use this when you know what the user is pointing at but not what it is called in the code.

NameTypeReqDescription
limitnumberMaximum matches, default 20.
selectorstringCSS selector to match.
textstringVisible text to look for, instead of a selector.
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_inspect ~141

Read one element on the previewed page: its markup, computed styles, box, and position in the tree. Use the selector the user picked (custom_ai_view_state reports it) or any CSS selector.

NameTypeReqDescription
devicestringDevice id, e.g. iphone-16-pro, galaxy-s24, ipad-pro-11-m4. Omit to keep the current one.
selectorstringCSS selector. Omit to use the user's current selection.
urlstring
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_key ~118

Press a key on the previewed page: Enter to submit a form, Escape to close a modal, Tab to move focus, arrows to move within a control. Without this, anything a page does on a keystroke rather than on a click cannot be reached at all.

NameTypeReqDescription
keystringyes
selectorstringAim at this element. Omit for whatever has focus.
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_library ~46

Where captures are filed, and which sites already have material. Pass a path to move the whole library somewhere else.

NameTypeReqDescription
pathstringNew root folder for all captures.

No output schema declared.

No examples provided.

custom_ai_view_open ~131

Open a URL in the Custom AI View browser, optionally switching device and orientation. Accepts a full URL, a bare host, or just a port number for a local dev server.

NameTypeReqDescription
devicestringDevice id, e.g. iphone-16-pro, galaxy-s24, ipad-pro-11-m4. Omit to keep the current one.
orientationstring
urlstringURL, host, or port number.
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_record ~132

Screen-record the device. "start" begins and runs for as long as you like — frames go to disk, so length is limited only by space; "stop" ends it and writes an animated GIF into the site folder; "status" reports how long it has been running.

NameTypeReqDescription
actionstringyes
fpsnumberFrames per second, 2 to 20. Default 10.
namestringName for the file.
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_record_clip ~177

Record the device frame for a fixed number of milliseconds and write an animated GIF. For an open-ended take, use custom_ai_view_record with start and stop instead. Returns the file path; recordings are too large to inline.

NameTypeReqDescription
devicestringDevice id, e.g. iphone-16-pro, galaxy-s24, ipad-pro-11-m4. Omit to keep the current one.
durationMsnumberHow long to record, 500 to 30000. Default 5000.
fpsnumberFrames per second, 2 to 20. Default 10.
orientationstring
urlstring
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_reload ~66

Reload the page. Modes: normal, hard (bypass cache), purge (also wipe storage and cookies).

NameTypeReqDescription
modestring
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_revert ~56

Drop every live edit and reload, putting the page back exactly as the site serves it.

NameTypeReqDescription
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_screenshot ~346

Take a screenshot and return the image, so you can see the page exactly as it renders on the device. Modes: frame (the whole device), screen (inside the bezels), page (just the viewport), full (the entire scrollable page), element (one element, ringed). By default this photographs the OPEN WINDOW — the user's own session, scroll position and any live edits. Passing url, device, orientation, or mode "full" cannot come from that window, so those render a fresh copy in a throwaway browser profile: signed out, at the top of the page. The answer says which one you got. If it says "a fresh copy", do not describe it as the user's screen — a login page is what a signed-out render of a private screen looks like.

NameTypeReqDescription
devicestringDevice id, e.g. iphone-16-pro, galaxy-s24, ipad-pro-11-m4. Omit to keep the current one.
modestring
orientationstring
savebooleanAlso write a PNG into the site folder. Default false: the image is already inline here, and saving every look fills the user's Desktop with files nobody asked for.
scalenumberPixel density of the capture, 1 to 4. Default 2.
selectorstringCSS selector, required for mode "element".
urlstringCapture this URL instead of the one on screen. Renders signed out.
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_scroll ~88

Scroll the previewed page, or a scrollable element inside it. Positive dy scrolls down.

NameTypeReqDescription
dxnumber
dynumber
selectorstringElement to scroll. Omit to scroll the page.
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_set_device ~91

Switch the device or orientation without changing the page.

NameTypeReqDescription
devicestringDevice id, e.g. iphone-16-pro, galaxy-s24, ipad-pro-11-m4. Omit to keep the current one.
orientationstring
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_state ~73

What the Custom AI View browser is showing right now: current URL, device, viewport size, orientation, whether it is proxied, and the element the user currently has selected.

NameTypeReqDescription
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_tree ~98

Read the element tree of the previewed page, one level at a time. Omit path for the root; pass the path of a node to list its children. Paths are arrays of child indices.

NameTypeReqDescription
patharrayChild-index path from <html>. Omit for the top level.
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_type ~99

Type into a field in the previewed page, firing the events a framework expects. Pass key: "Enter" to submit afterwards — many forms have no button to click instead.

NameTypeReqDescription
keystringPress this key after typing.
selectorstringyes
textstringyes
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

custom_ai_view_wait ~223

Wait until the page is ready before looking at it. Without this the only way to find out whether something has appeared is to take screenshots until it has — which costs an image per attempt and still reports whatever happened to be on screen at the time. Give a selector to wait for an element, text to wait for words to appear, or neither to wait for loading to settle. Says what it waited for and how long it took; if it times out it says that plainly instead of pretending.

NameTypeReqDescription
gonebooleanInvert it: wait until the selector or text is NO LONGER there — for a spinner to finish or a modal to close.
selectorstringWait until this CSS selector matches something visible.
textstringWait until this text is visible on the page.
timeoutMsnumberGive up after this long. Default 10000, max 60000.
windowstringWhich window to act on; custom_ai_view_state lists the ids. Omit for the first one.

No output schema declared.

No examples provided.

Common questions

What is the Custom AI View MCP server?

Custom AI View is an MCP server listed in the public MCP registry as io.github.ccustomai/custom-ai-view. See any site as it looks on a real iPhone, iPad or MacBook, and drive that window over MCP. This page covers its MCPB bundle (https://github.com/ccustomai/custom-ai-view/releases/download/v1.14.0/custom-ai-view.mcpb).

Is the Custom AI View MCP server safe to use?

Custom AI View scores 48 out of 100 on VerifyMCP. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Custom AI View MCP server expose?

Custom AI View exposes 23 tools: custom_ai_view_state, custom_ai_view_devices, custom_ai_view_open, custom_ai_view_screenshot, custom_ai_view_inspect, and 18 more. Their descriptions and schemas cost roughly 2,693 tokens of context every time the server is loaded.