io.github.xidik12/oculo
NPM · OCULO-MCP · SCANNED SEP 20
AI-powered native browser with 12 MCP tools. ~30 tokens per page.
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 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- 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 185 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability72
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2226 tokens (~139/item across 16 items; 16 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 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; "shell" implies "execute" 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 17 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.xidik12/oculo MCP server?
io.github.xidik12/oculo runs locally as an npm package, launched with npx -y oculo-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · oculo-mcp
claude mcp add xidik12-oculo -- npx -y oculo-mcp
{
"mcpServers": {
"xidik12-oculo": {
"command": "npx",
"args": [
"-y",
"oculo-mcp"
]
}
}
} {
"servers": {
"xidik12-oculo": {
"command": "npx",
"args": [
"-y",
"oculo-mcp"
]
}
}
} codex mcp add xidik12-oculo -- npx -y oculo-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"xidik12-oculo": {
"type": "local",
"command": [
"npx",
"-y",
"oculo-mcp"
],
"enabled": true
}
}
} openclaw mcp add xidik12-oculo --command npx --arg -y --arg oculo-mcp
mcp_servers:
xidik12-oculo:
command: "npx"
args: ["-y", "oculo-mcp"] {
"McpServers": {
"xidik12-oculo": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"oculo-mcp"
]
}
}
} assistant mcp add xidik12-oculo -t stdio -c npx -a -y oculo-mcp
{
"mcpServers": {
"xidik12-oculo": {
"command": "npx",
"args": [
"-y",
"oculo-mcp"
]
}
}
} 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
- Security disclosure: fail → unverified ▼ functional
- 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/oculo-mcp@0.4.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 95 packages
| Packages resolved | 95 |
|---|---|
| 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 →
abort ~50
Cancel a pending tool call by callId, or pass callId="all" to cancel everything.
| Name | Type | Req | Description |
|---|---|---|---|
| callId | string | yes | The call ID to cancel, or "all" to cancel all pending calls |
No output schema declared.
No examples provided.
act ~595
Perform an action in Oculo browser: click, navigate, scroll, press key, hover, type, login. Elements found by ref (from a11y snapshot), text, role, label, placeholder, or CSS selector. After click/navigate/back/forward/reload, returns fresh ref-tagged snapshot. Use newTab with background=true to open tabs without switching, then use tabId to run actions in parallel.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Action to perform |
| amount | number | – | Scroll amount in pixels |
| attribute | string | – | Attribute name for getAttribute action |
| autoSubmit | boolean | – | Auto-submit after login (default: true) |
| background | boolean | – | For newTab: open in background without switching (default: false). Returns tab ID for parallel execution. |
| clear | boolean | – | Clear existing content before typing (for type action). Works with both regular inputs and contenteditable fields. |
| content | string | – | File content for writeFile action |
| cookies | array | – | Cookies array for importCookies action |
| direction | string | – | Scroll direction |
| expression | string | – | JavaScript expression for evaluate action |
| from | object | – | Drag source: {x, y} or {text, selector} |
| key | string | – | Key to press (Enter, Tab, Escape, etc.) |
| label | string | – | Label text associated with the element |
| modifiers | array | – | Modifier keys (Ctrl, Shift, Alt, Meta) |
| name | string | – | Accessible name of the element |
| nth | number | – | Which match to use (0-indexed, default: 0) |
| placeholder | string | – | Placeholder text of the input |
| proxy | object | – | Proxy config for setProxy action: {type, host, port, username?, password?, bypass?} |
| ref | string | – | Element ref from a11y snapshot (e.g. "e5"). Preferred over text/selector — use page({detail:"a11y"}) first. |
| role | string | – | ARIA role (button, link, textbox, etc.) |
| screenshot | boolean | – | Attach screenshot after action |
| selector | string | – | CSS selector (fallback) |
| site | string | – | Site domain for login action (uses credential vault) |
| tabId | string | – | Target a specific tab by ID (for parallel execution). Omit for active tab. |
| text | string | – | Visible text on the element to interact with |
| to | object | – | Drag target: {x, y} or {text, selector} |
| url | string | – | URL for navigate action |
| value | string | – | Value for select action, file path for readFile/writeFile |
| x | number | – | X coordinate for clickAtPoint/drag |
| y | number | – | Y coordinate for clickAtPoint/drag |
No output schema declared.
No examples provided.
fill ~129
Fill form fields in Oculo browser by label, placeholder, or data-placeholder text. Handles text, select, checkbox, textarea, and contenteditable (DraftJS, ProseMirror). Use visible labels as keys.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | object | yes | Object mapping field label → value (e.g. {"Email": "hi@oculo.com"}) |
| screenshot | boolean | – | Attach screenshot after filling |
| submit | – | – | Submit form. true = first submit button, string = button text |
| tabId | string | – | Target a specific tab by ID (for parallel execution). Omit for active tab. |
No output schema declared.
No examples provided.
lens ~55
Visual analysis of the current page via screenshot. Describe what you see or answer questions about the page visually.
| Name | Type | Req | Description |
|---|---|---|---|
| question | string | yes | What to analyze or look for in the page |
| tabId | string | – | Target tab ID |
No output schema declared.
No examples provided.
media ~204
Generate images (Nano Banana 2 / DALL-E 3) or videos (Veo 3.1) via Oculo. Returns saved file path. Supports image-to-image editing with reference image.
| Name | Type | Req | Description |
|---|---|---|---|
| duration | number | – | Video duration: 4, 6, or 8 seconds |
| image | string | – | Path to reference image for image-to-image editing/transformation (Gemini only) |
| model | string | – | Image model: nano-banana-2 (default), nano-banana-pro, nano-banana |
| prompt | string | yes | What to create |
| provider | string | – | Override: gemini, openai, stability |
| size | string | – | Image: 1024x1024, 2K, 4K. Video: 16:9, 9:16 |
| style | string | – | natural, vivid, cinematic, anime |
| type | string | yes | Generate an image or video |
No output schema declared.
No examples provided.
page ~195
Describe the current page in Oculo browser. Default: compact (~30-80 tokens). Use detail="a11y" for ref-tagged accessibility tree — interactive elements get [ref=e1],[ref=e2]... refs usable in act tool. Use detail="markdown" for full article content as clean markdown.
| Name | Type | Req | Description |
|---|---|---|---|
| detail | string | – | compact (default ~30-80 tokens), a11y (ref-tagged accessibility tree ~200-500 tokens), or markdown (article extraction via Readability) |
| include | array | – | What to include: "forms", "buttons", "links", "headings", "text", "images" |
| scope | string | – | CSS selector to scope description to a section of the page |
| screenshot | boolean | – | Attach a screenshot (default: false) |
| tabId | string | – | Target a specific tab by ID (for parallel execution). Omit for active tab. |
No output schema declared.
No examples provided.
preview ~43
Pre-fetch a URL without navigating. Returns page description without leaving current page.
| Name | Type | Req | Description |
|---|---|---|---|
| tabId | string | – | Target tab ID |
| url | string | yes | URL to preview |
No output schema declared.
No examples provided.
read ~127
Extract structured data from the page in Oculo browser (search results, tables, lists, articles).
| Name | Type | Req | Description |
|---|---|---|---|
| fields | array | – | Specific fields to extract |
| format | string | – | Output format (default: text) |
| limit | number | – | Max items to return (default: 10) |
| scope | string | – | CSS selector to narrow extraction scope |
| tabId | string | – | Target a specific tab by ID (for parallel execution). Omit for active tab. |
| what | string | yes | What to extract: "search results", "products", "table data", etc. |
No output schema declared.
No examples provided.
research ~65
Deep web research on a topic. Opens multiple tabs, reads pages, synthesizes findings.
| Name | Type | Req | Description |
|---|---|---|---|
| depth | number | – | Research depth (1-3). Default: 2 |
| tabId | string | – | Target tab ID |
| topic | string | yes | Research topic or question |
No output schema declared.
No examples provided.
run ~231
PREFERRED for any task with 2+ actions. Executes a multi-step pipeline in a SINGLE call — use this instead of multiple act/fill calls. Example — post on X: run({steps:[{act:{action:"navigate",url:"https://x.com/compose/post"}},{wait:{timeout:2000}},{act:{action:"type",text:"Hello world",role:"textbox"}},{act:{action:"click",text:"Post",role:"button"}}]}). Each step is an object with exactly ONE key: page, act, fill, read, wait, or if. Cached for replay.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | Short description for caching |
| returnAll | boolean | – | Return results from all steps (default: false) |
| steps | array | – | Array of steps. Each step is an object with exactly ONE key: page, act, fill, read, wait, or if. |
| tabId | string | – | Target a specific tab by ID (for parallel execution). Omit for active tab. |
| workflow | string | – | Replay a cached workflow by ID |
No output schema declared.
No examples provided.
shell ~72
Execute a shell command (ls, npm, git, node, python, etc.) via Oculo and return stdout+stderr. Non-interactive only.
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | The shell command to execute |
| timeout | number | – | Timeout in milliseconds (default: 30000, max: 120000) |
No output schema declared.
No examples provided.
status ~24
List all pending tool calls with their callId, toolName, and elapsed time.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
tabs ~29
List all open browser tabs with their URLs and titles.
| Name | Type | Req | Description |
|---|---|---|---|
| tabId | string | – | Target tab ID |
No output schema declared.
No examples provided.
translate ~65
Translate page content or specific text to another language.
| Name | Type | Req | Description |
|---|---|---|---|
| tabId | string | – | Target tab ID |
| text | string | – | Text to translate (omit for full page) |
| to | string | yes | Target language code (e.g., "en", "es", "zh") |
No output schema declared.
No examples provided.
webmcp_call ~63
Call a WebMCP tool registered by the current page. Use webmcp_list first to discover available tools.
| Name | Type | Req | Description |
|---|---|---|---|
| args | object | – | Arguments to pass to the tool |
| name | string | yes | Tool name to call (from webmcp_list) |
No output schema declared.
No examples provided.
webmcp_list ~46
Discover WebMCP tools registered by the current page via navigator.modelContext.registerTool() or <form toolname="..."> elements. Returns list of available page-declared tools.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
What is the io.github.xidik12/oculo MCP server?
io.github.xidik12/oculo is an MCP server listed in the public MCP registry as io.github.xidik12/oculo. AI-powered native browser with 12 MCP tools. ~30 tokens per page. This page covers its npm package (oculo-mcp).
Is the io.github.xidik12/oculo MCP server safe to use?
io.github.xidik12/oculo scores 81 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.xidik12/oculo MCP server expose?
io.github.xidik12/oculo exposes 16 tools: page, act, fill, read, run, and 11 more. Their descriptions and schemas cost roughly 1,993 tokens of context every time the server is loaded.
Is the io.github.xidik12/oculo MCP server still maintained?
io.github.xidik12/oculo 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.xidik12/oculo MCP server under?
io.github.xidik12/oculo declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.