Shiplight
NPM · @SHIPLIGHTAI/MCP · SCANNED SEP 20
An MCP server that provides browser automation
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 Security99
- 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
- 87 of 317 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: no source repository is declared. 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 13 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability79
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 2241 tokens (~172/item across 13 items; 12 tools + 1 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 Management83
- Stability observed for 25 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; "act" 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 13 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 Shiplight MCP server?
Shiplight runs locally as an npm package, launched with npx -y @shiplightai/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 · @shiplightai/mcp
claude mcp add ai-shiplight-shiplight -- npx -y @shiplightai/mcp
{
"mcpServers": {
"ai-shiplight-shiplight": {
"command": "npx",
"args": [
"-y",
"@shiplightai/mcp"
]
}
}
} {
"servers": {
"ai-shiplight-shiplight": {
"command": "npx",
"args": [
"-y",
"@shiplightai/mcp"
]
}
}
} codex mcp add ai-shiplight-shiplight -- npx -y @shiplightai/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ai-shiplight-shiplight": {
"type": "local",
"command": [
"npx",
"-y",
"@shiplightai/mcp"
],
"enabled": true
}
}
} openclaw mcp add ai-shiplight-shiplight --command npx --arg -y --arg @shiplightai/mcp
mcp_servers:
ai-shiplight-shiplight:
command: "npx"
args: ["-y", "@shiplightai/mcp"] {
"McpServers": {
"ai-shiplight-shiplight": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@shiplightai/mcp"
]
}
}
} assistant mcp add ai-shiplight-shiplight -t stdio -c npx -a -y @shiplightai/mcp
{
"mcpServers": {
"ai-shiplight-shiplight": {
"command": "npx",
"args": [
"-y",
"@shiplightai/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
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 −3
- Stability: pass → 0.80 functional
- 18 Sept 26 0
- Stability: 0.97 → pass security
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 −3
- Stability: pass → 0.80 functional
- 11 Sept 26 0
- 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/@shiplightai/mcp@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 317 packages
| Packages resolved | 317 |
|---|---|
| Deprecated | 1 |
| Stale | 86 |
| 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 →
act ~548
Execute browser actions using element indices from inspect_page. CRITICAL: Before your first act call, you MUST read resource 'shiplight://schemas/action-entity' to learn action parameter formats. Each action has specific required parameters (e.g., press uses "keys" not "key"). To read it: first call ListMcpResourcesTool (without a server parameter) to discover the correct server name, then call ReadMcpResourceTool with that server name and uri 'shiplight://schemas/action-entity'. Workflow: 1. inspect_page → get DOM with element indices [0], [1], etc. + screenshot 2. act → execute actions using element indices 3. Repeat until task is complete Supported actions: click, double_click, right_click, hover, input_text, clear_input, press, select_dropdown_option, get_dropdown_options, set_date_for_native_date_picker, scroll, scroll_to_text, scroll_on_element, go_to_url, go_back, reload_page, switch_tab, close_tab, wait, wait_for_download_complete, upload_file, save_variable Each action is exactly ONE object with the action name as its single key (e.g. input_text, press). Empty objects {} are invalid and will error. When converting from TestFlow YAML (action_entity with action_data.action_name/kwargs), map each statement to this shape: key = action_name, value = { element_index, description, ...kwargs }. - element_index: Element index from DOM (for element-based actions) - description: REQUIRED - Semantic, human-readable description of the action - Action-specific params: MUST read 'shiplight://schemas/action-entity' resource (use ListMcpResourcesTool without server to discover the server name first) CRITICAL: The 'description' field must be semantic and grounded - DO NOT reference element indices. - BAD: "Click element 5", "Input text to element 3" - GOOD: "Click the Submit button", "Enter 'john@example.com' in email field" Response fields: - success: Whether all actions completed successfully - actions: Array of { action_entity, success, error?, screenshot_path? }…
| Name | Type | Req | Description |
|---|---|---|---|
| actions | array | yes | List of actions to execute |
| session_id | string | yes | Session ID |
| stop_on_error | boolean | – | Stop execution on first error (default: true) |
No output schema declared.
No examples provided.
attach_to_browser ~140
Connect to a browser for testing. Two modes: 1. Direct CDP: pass cdp_url (e.g. from a debugger's /api/browser-cdp endpoint) to connect directly via Chrome DevTools Protocol. 2. Extension relay: omit cdp_url to auto-discover Chrome tabs via the Shiplight AI Chrome extension. Returns session_id for use with inspect_page, act, get_page_info, switch_tab, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| cdp_url | string | – | CDP WebSocket URL to connect to directly (e.g. ws://localhost:9222/devtools/browser/...). If omitted, falls back to extension relay auto-discovery. |
No output schema declared.
No examples provided.
close_session ~45
Close a browser session. Omit session_id entirely to close ALL open sessions.
| Name | Type | Req | Description |
|---|---|---|---|
| session_id | string | – | Session ID to close. Omit entirely to close all open sessions. |
No output schema declared.
No examples provided.
generate_html_report ~611
Generate a self-contained HTML session report. Can be called while the session is live OR after close_session. Embeds per-step screenshots, an optional video player, and a Playwright trace viewer link. The session must have been started with record_evidence: true. Pass local_video_path (returned by close_session) to embed the video. Pass local_trace_path (returned by close_session) to include trace info for later upload. Pass trace_url if the trace has already been uploaded (shows an interactive viewer link). Pass summary to describe what was tested. Pass checks — a list of acceptance criteria derived from what you were asked to build — each with a pass/fail result and the step indices that prove it (step indices are 1-based: first action = step 1). The agent should fill these in itself based on the task and steps taken; no user input required. Pass highlight_steps to feature specific screenshots in a Summary section at the top. Returns the file path of the written report.
| Name | Type | Req | Description |
|---|---|---|---|
| checks | array | – | Acceptance criteria checklist derived from the feature you were asked to build and verify. Fill these in yourself based on the task and what you verified — the user does not need to provide them. Eac… |
| highlight_steps | array | – | Step indices to feature as key screenshots (fallback if checks is not provided). Step indices are 1-based (first action = step 1). If omitted and no checks given, auto-selects first, last, and failed… |
| local_trace_path | string | – | Local .zip trace path returned by close_session. Stored in the report for local reference; pass trace_url instead to render the 'Open Trace Viewer' button. |
| local_video_path | string | – | Local .webm file path returned by close_session. Embeds the video directly in the report. |
| output_path | string | – | Where to write the file (default: /tmp/report.html) |
| session_id | string | yes | The session ID — works for live sessions and closed sessions |
| summary | string | – | Text summary of what the agent tested and the outcome — shown prominently at the top of the report. Example: 'Verified that the Install MCP button appears on the dashboard and opens the install dialo… |
| title | string | – | Optional report title (e.g. 'Todo App — Install MCP button') |
| trace_url | string | – | Public URL of the Playwright trace .zip (after uploading). Renders an 'Open Trace Viewer' button. |
| video_url | string | – | Public URL of the .webm recording (alternative to local_video_path for uploaded videos) |
No output schema declared.
No examples provided.
get_browser_console_logs ~69
Get console logs from the browser (errors, warnings, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| log_types | array | – | Filter by log types (e.g., ['error', 'warning']) |
| session_id | string | yes | Browser session ID |
| since_timestamp | number | – | Only return logs after this timestamp |
No output schema declared.
No examples provided.
get_browser_network_logs ~70
Get network request logs from the browser
| Name | Type | Req | Description |
|---|---|---|---|
| session_id | string | yes | Browser session ID |
| since_timestamp | number | – | Only return logs after this timestamp |
| status_filter | string | – | Filter by HTTP status (errors: 4xx/5xx, success: 2xx) |
No output schema declared.
No examples provided.
get_locators ~102
Extract Playwright locators for one or more elements by index. Call inspect_page first. Returns locator, xpath, frame path, tag name, and text for each element. Use this to collect locator data for building test flows without interacting with the page. Pass multiple indices in a single call to save round-trips.
| Name | Type | Req | Description |
|---|---|---|---|
| element_indices | array | yes | Element indices from inspect_page output (1-50) |
| session_id | string | yes | Session ID |
No output schema declared.
No examples provided.
get_page_info ~54
Get basic page information (URL and title) without taking a screenshot. Use this as a lightweight way to check what page you're on. For visual inspection, use inspect_page.
| Name | Type | Req | Description |
|---|---|---|---|
| session_id | string | yes | Session ID |
No output schema declared.
No examples provided.
inspect_page ~162
Inspect the current page: extracts the DOM tree and saves a Set-of-Mark screenshot. Returns the DOM file path (with element indices [0], [1], etc. for the act tool) and a screenshot file path. The DOM and screenshot are captured atomically so element indices always match. IMPORTANT: Read the DOM file to understand page state and decide actions. Only view the screenshot file when the DOM is insufficient (e.g., visual layout, canvas content, images, verifying colors/styling). Returns: - dom_file_path: Path to file containing DOM text with element indices - screenshot_path: Path to the SoM screenshot (element indices match the DOM) - current_url: The current page URL
| Name | Type | Req | Description |
|---|---|---|---|
| session_id | string | yes | Session ID |
No output schema declared.
No examples provided.
navigate ~91
Navigate to a URL in an existing browser session. Examples: - Navigate to a specific page: url="https://example.com/login" - Stay at current page and get URL: (no url parameter) The tool returns the current URL after navigation.
| Name | Type | Req | Description |
|---|---|---|---|
| session_id | string | yes | Session ID from new_session |
| url | string | – | URL to navigate to (optional, stays at current URL if not provided) |
No output schema declared.
No examples provided.
new_session ~245
Create a new browser session with optional device emulation. Returns a session_id for subsequent operations. Use storage_state_path to restore a previously saved session (cookies, localStorage, IndexedDB). SCREEN RECORDING: Set browser_options.record_evidence=true only when you believe implementation is complete and are doing a final verification pass — not for exploration, investigation, or mid-task checking. This produces a video and trace the user can watch to confirm the finished change works. Both are saved automatically when the session is closed. After creating a session, IMMEDIATELY read resource 'shiplight://schemas/action-entity' for action parameter formats before calling any other tools. To read it: first call ListMcpResourcesTool (without a server parameter) to discover the correct server name, then call ReadMcpResourceTool with that server name and uri 'shiplight://schemas/action-entity'.
| Name | Type | Req | Description |
|---|---|---|---|
| browser_options | object | – | Browser launch and emulation options. |
| starting_url | string | – | Starting URL (defaults to about:blank) |
| storage_state_path | string | – | Path to a storage state file to restore cookies, localStorage, and IndexedDB into the session. |
No output schema declared.
No examples provided.
save_storage_state ~87
Save the browser session's storage state (cookies, localStorage, IndexedDB) to a file. Use this after logging in to cache the session for fast restores via new_session's storage_state_path.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | File path to save the storage state to (e.g., ~/.shiplight/storage-states/my-app.json) |
| session_id | string | yes | Session ID |
No output schema declared.
No examples provided.
What is the Shiplight MCP server?
Shiplight is an MCP server listed in the public MCP registry as ai.shiplight/shiplight. An MCP server that provides browser automation. This page covers its npm package (@shiplightai/mcp).
Is the Shiplight MCP server safe to use?
Shiplight 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 Shiplight MCP server expose?
Shiplight exposes 12 tools: new_session, save_storage_state, close_session, navigate, get_page_info, and 7 more. Their descriptions and schemas cost roughly 2,224 tokens of context every time the server is loaded.
Is the Shiplight MCP server still maintained?
Shiplight 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 Shiplight MCP server under?
Shiplight declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.