io.github.matthewalexong/neo-vision
NPM · NEO-VISION · SCANNED SEP 20
Spatial DOM maps for AI agent browser navigation with anti-bot stealth.
Available components
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 Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 98 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 168 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability64
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1573 tokens (~314/item across 5 items; 5 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 Management93
- Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.matthewalexong/neo-vision MCP server?
io.github.matthewalexong/neo-vision runs locally as an npm package, launched with npx -y neo-vision. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · neo-vision
claude mcp add matthewalexong-neo-vision -- npx -y neo-vision
{
"mcpServers": {
"matthewalexong-neo-vision": {
"command": "npx",
"args": [
"-y",
"neo-vision"
]
}
}
} {
"servers": {
"matthewalexong-neo-vision": {
"command": "npx",
"args": [
"-y",
"neo-vision"
]
}
}
} codex mcp add matthewalexong-neo-vision -- npx -y neo-vision
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"matthewalexong-neo-vision": {
"type": "local",
"command": [
"npx",
"-y",
"neo-vision"
],
"enabled": true
}
}
} openclaw mcp add matthewalexong-neo-vision --command npx --arg -y --arg neo-vision
mcp_servers:
matthewalexong-neo-vision:
command: "npx"
args: ["-y", "neo-vision"] {
"McpServers": {
"matthewalexong-neo-vision": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"neo-vision"
]
}
}
} assistant mcp add matthewalexong-neo-vision -t stdio -c npx -a -y neo-vision
{
"mcpServers": {
"matthewalexong-neo-vision": {
"command": "npx",
"args": [
"-y",
"neo-vision"
]
}
}
} 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 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 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 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.83 functional
- 16 Sept 26 +1
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 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 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −3
- Stability: pass → 0.80 functional
- 9 Sept 26 +1
- Stability: 0.97 → pass security
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 20 Sept 2026 · Analysed npm/neo-vision@0.2.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 98 packages
| Packages resolved | 98 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
spatial_click ~174
Click an element on the page at exact pixel coordinates. Use the click_center.x and click_center.y values from a spatial_snapshot element. Returns an updated spatial map reflecting the page state after the click (including any navigation, modals, or DOM changes triggered by the click). You do NOT need to call spatial_snapshot again after clicking. Requires an active session — call spatial_snapshot first to open a page.
| Name | Type | Req | Description |
|---|---|---|---|
| button | string | – | Mouse button (default: left) |
| click_count | integer | – | Number of clicks — 2 for double-click, 3 for triple-click (default: 1) |
| x | number | yes | X coordinate in CSS pixels — use click_center.x from a spatial_snapshot element |
| y | number | yes | Y coordinate in CSS pixels — use click_center.y from a spatial_snapshot element |
No output schema declared.
No examples provided.
spatial_query ~181
Filter the current spatial map without re-loading the page. Search for elements by ARIA role, HTML tag, label text, bounding box region, or actionability. Much faster than taking a new snapshot — use this when the page hasn't changed and you need to find specific elements. Requires a prior spatial_snapshot call (uses the cached map).
| Name | Type | Req | Description |
|---|---|---|---|
| actionable_only | boolean | – | Only return interactive elements (buttons, links, inputs) |
| label_contains | string | – | Filter elements whose accessible label contains this text (case-insensitive) |
| region | object | – | Only return elements within this bounding box (CSS pixels) |
| role | string | – | Filter by ARIA role, e.g. "button", "link", "textbox", "heading" |
| tag | string | – | Filter by HTML tag, e.g. "input", "a", "div" |
No output schema declared.
No examples provided.
spatial_scroll ~192
Scroll the page or a specific scrollable container. Use delta_y with positive values to scroll down, negative to scroll up. Optionally target a specific scrollable element by passing its x/y coordinates. Returns an updated spatial map reflecting the new scroll position and any newly visible elements. Requires an active session — call spatial_snapshot first.
| Name | Type | Req | Description |
|---|---|---|---|
| delta_x | number | – | Horizontal scroll in pixels. Positive = right, negative = left (default: 0) |
| delta_y | number | – | Vertical scroll in pixels. Positive = down, negative = up (default: 0). After scrolling in agent mode, call spatial_snapshot again to get the next viewport's content. |
| x | number | – | Optional: scroll at this X coordinate (targets a specific scrollable container instead of the page) |
| y | number | – | Optional: scroll at this Y coordinate (targets a specific scrollable container instead of the page) |
No output schema declared.
No examples provided.
spatial_snapshot ~837
Navigate to a URL and return a spatial map of the page. Launches a real Chrome browser automatically — no setup required. **Output modes** (controlled by output_format parameter): - 'compact' (default): Returns every visible element with pixel coordinates, ARIA roles, accessible labels, and actionability flags. Use the click_center coordinates from each element to target it with spatial_click or spatial_type. - 'agent': Optimized for AI agent context windows on text-dense pages (Wikipedia, Amazon, long articles). Returns: * 'page_text': deduplicated readable text from the current viewport (overlapping DOM nodes collapsed by position via 2-pass dedup: 10px grid + substring elimination, JS code stripped, text limited to 120 chars) * 'interactive_elements': only actionable elements within the viewport, with their click_center coordinates. Elements are strictly confined to viewport bounds — wide-layout pages (multi-column) won't leak off-screen elements. * 'viewport_info': scroll position, page height, percent_seen, percent_remaining — tells you how much more content is below * '_navigation': a hint with the exact spatial_scroll delta to use to advance to the next viewport **When to use agent mode**: On any page that returns 1000+ elements in compact mode, or when you need the readable text content for research/summarization tasks. After calling spatial_scroll(delta_y=...), re-call spatial_snapshot with output_format='agent' to get the next viewport's content. **Note**: The full DOM map is always cached server-side. You do NOT need to re-snapshot after clicks, typing, or scrolling — every action returns an updated map automatically. Re-snapshot with the same URL only when you want to reload or switch URLs. The browser session persists across calls. Calling this again with a different URL navigates to that URL. Calling with the same URL reloads it.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | – | Return compact elements (default: true). Compact strips CSS layout details, selectors, and DOM hierarchy — keeping only what you need: tag, role, label, text, bounds, click_center, actionable. Set fa… |
| include_non_visible | boolean | – | Include hidden elements (display:none, visibility:hidden). Usually not needed. |
| max_depth | integer | – | Max DOM depth to traverse (default: 50). Increase only for deeply nested pages. |
| max_elements | integer | – | Maximum elements to return (default: 2000). If truncated, scroll + re-snapshot to see more. |
| output_format | string | – | Output format: 'compact' (default) returns the full element list with coordinates, roles, and accessibility info for general browsing and UI tasks. 'agent' is optimized for AI context windows on text… |
| settle_ms | integer | – | Milliseconds to wait after page load for dynamic content (SPAs, lazy-loading) to settle (default: 2000) |
| url | string | yes | URL to navigate to. A real Chrome browser is launched automatically — no setup needed. |
| verbosity | string | – | What to include: 'actionable' = buttons/links/inputs only (default, fastest), 'landmarks' = + headings/nav/sections, 'all' = every visible element |
| viewport_height | integer | – | Viewport height in CSS pixels (default: 720) |
| viewport_width | integer | – | Viewport width in CSS pixels (default: 1280) |
| zoom | number | – | Device scale factor / zoom level (default: 1.0) |
No output schema declared.
No examples provided.
spatial_type ~189
Type text into an element. If x/y coordinates are provided, clicks that position first to focus the element, then types. Otherwise types into whatever element currently has focus. Set clear_first=true to replace existing text (selects all + deletes before typing). Set press_enter=true to submit after typing (useful for search boxes). Returns an updated spatial map. Requires an active session — call spatial_snapshot first.
| Name | Type | Req | Description |
|---|---|---|---|
| clear_first | boolean | – | Select all + delete existing text before typing (default: false) |
| press_enter | boolean | – | Press Enter after typing — useful for search boxes and forms (default: false) |
| text | string | yes | Text to type into the focused element |
| x | number | – | Optional: click this X coordinate first to focus the element, then type |
| y | number | – | Optional: click this Y coordinate first to focus the element, then type |
No output schema declared.
No examples provided.
What is the io.github.matthewalexong/neo-vision MCP server?
io.github.matthewalexong/neo-vision is an MCP server listed in the public MCP registry as io.github.matthewalexong/neo-vision. Spatial DOM maps for AI agent browser navigation with anti-bot stealth. This page covers its npm package (neo-vision).
Is the io.github.matthewalexong/neo-vision MCP server safe to use?
io.github.matthewalexong/neo-vision scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. 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 io.github.matthewalexong/neo-vision MCP server expose?
io.github.matthewalexong/neo-vision exposes 5 tools: spatial_snapshot, spatial_click, spatial_type, spatial_scroll, spatial_query. Their descriptions and schemas cost roughly 1,573 tokens of context every time the server is loaded.
Is the io.github.matthewalexong/neo-vision MCP server still maintained?
io.github.matthewalexong/neo-vision is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.matthewalexong/neo-vision MCP server under?
io.github.matthewalexong/neo-vision declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.