DrissionPage MCP
PYPI · DRISSIONPAGE-MCP · SCANNED AUG 21
Local browser automation for MCP clients powered by DrissionPage.
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 →
Supply Chain Security50
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 2 of 45 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
- 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
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 0 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability89
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 4571 tokens (~65/item across 70 items; 69 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage91
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 69% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
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.
pypi · drissionpage-mcp
claude mcp add jumodada-drissionpage-mcp -- uvx drissionpage-mcp
codex mcp add jumodada-drissionpage-mcp -- uvx drissionpage-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"jumodada-drissionpage-mcp": {
"type": "local",
"command": [
"uvx",
"drissionpage-mcp"
],
"enabled": true
}
}
} openclaw mcp add jumodada-drissionpage-mcp --command uvx --arg drissionpage-mcp
mcp_servers:
jumodada-drissionpage-mcp:
command: "uvx"
args: ["drissionpage-mcp"] {
"mcpServers": {
"jumodada-drissionpage-mcp": {
"command": "uvx",
"args": [
"drissionpage-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.
- 21 Aug 26 54
First indexed and scored.
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 Aug 2026 · Analysed pypi/drissionpage-mcp@0.8.5
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | setuptools.build_meta |
Dependencies 45 packages
| Packages resolved | 45 |
|---|---|
| Stale | 2 |
| Tree resolution | Complete |
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.
page_pointer_move Move Pointer to Coordinates ~115
Move the viewport pointer to exact CSS pixel coordinates without pressing a button, using either one direct move or a bounded natural trajectory.
| Name | Type | Req | Description |
|---|---|---|---|
| element | string | – | Human-readable element or interaction description |
| profile | string | – | Movement profile: direct emits one exact move; natural emits a deterministic 24-step eased cubic Bezier path with bounded 8-14ms intervals and an exact endpoint |
| x | number | yes | Viewport X coordinate in CSS pixels |
| y | number | yes | Viewport Y coordinate in CSS pixels |
Structured output declared, but exposes no named fields.
No examples provided.
page_refresh Refresh Page ~13
Refresh the current page
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
page_resize Resize Window ~40
Resize the browser window to specified dimensions
| Name | Type | Req | Description |
|---|---|---|---|
| height | integer | yes | Height of the browser window |
| width | integer | yes | Width of the browser window |
Structured output declared, but exposes no named fields.
No examples provided.
page_screenshot Take Screenshot ~31
Take an inline screenshot of the current page
| Name | Type | Req | Description |
|---|---|---|---|
| full_page | boolean | – | Take a full page screenshot |
Structured output declared, but exposes no named fields.
No examples provided.
page_screenshot_save Save Screenshot ~58
Save a screenshot to a local path under DP_MCP_SCREENSHOT_ROOT
| Name | Type | Req | Description |
|---|---|---|---|
| full_page | boolean | – | Take a full page screenshot |
| path | string | yes | Local file path under DP_MCP_SCREENSHOT_ROOT to save screenshot |
Structured output declared, but exposes no named fields.
No examples provided.
page_scroll Scroll Page ~84
Scroll the current page by direction or to a position.
| Name | Type | Req | Description |
|---|---|---|---|
| direction | string | – | Scroll direction or target: down, up, left, right, top, bottom, half, position. |
| pixels | integer | – | Pixel distance for directional scrolling. |
| x | integer | – | X coordinate for direction=position. |
| y | integer | – | Y coordinate for direction=position. |
Structured output declared, but exposes no named fields.
No examples provided.
page_snapshot Page Snapshot ~82
Return a bounded page outline with text excerpt, headings, links, buttons, inputs, forms, and recommended selectors.
| Name | Type | Req | Description |
|---|---|---|---|
| include_html | boolean | – | Include bounded outerHTML excerpts for summarized elements |
| max_elements | integer | – | Maximum total headings/links/buttons/inputs/forms to return |
| max_text_chars | integer | – | Maximum page text excerpt characters to return |
Structured output declared, but exposes no named fields.
No examples provided.
shadow_find Find Shadow Element ~57
Find one element inside a shadow root exposed by the supported DrissionPage runtime.
| Name | Type | Req | Description |
|---|---|---|---|
| host_selector | string | yes | Selector for the shadow host element. |
| selector | string | yes | Selector inside the shadow root. |
| timeout | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
shadow_find_all Find Shadow Elements ~66
Find repeated elements inside a shadow root exposed by the supported DrissionPage runtime.
| Name | Type | Req | Description |
|---|---|---|---|
| host_selector | string | yes | Selector for the shadow host element. |
| include_html | boolean | – | – |
| limit | integer | – | – |
| selector | string | yes | Selector inside the shadow root. |
Structured output declared, but exposes no named fields.
No examples provided.
storage_clear Clear Web Storage ~41
Clear one key or all items from localStorage/sessionStorage.
| Name | Type | Req | Description |
|---|---|---|---|
| area | string | – | – |
| key | string | – | Optional key. Empty clears the area. |
Structured output declared, but exposes no named fields.
No examples provided.
storage_get Get Web Storage ~69
Read localStorage or sessionStorage by key or as a bounded map, with values redacted unless explicitly requested.
| Name | Type | Req | Description |
|---|---|---|---|
| area | string | – | – |
| include_values | boolean | – | Return storage values instead of redacting non-empty values. |
| key | string | – | Optional key. Empty returns all keys. |
Structured output declared, but exposes no named fields.
No examples provided.
storage_set Set Web Storage ~52
Set one localStorage/sessionStorage item. The value is not echoed.
| Name | Type | Req | Description |
|---|---|---|---|
| area | string | – | – |
| key | string | yes | – |
| value | string | yes | String value to store. Not echoed in result. |
Structured output declared, but exposes no named fields.
No examples provided.
tab_close Close Tab ~47
Close a browser tab by id from tab_list without closing the whole browser.
| Name | Type | Req | Description |
|---|---|---|---|
| tab_id | string | yes | MCP tab id from tab_list, or the underlying DrissionPage native tab id. |
Structured output declared, but exposes no named fields.
No examples provided.
tab_list List Tabs ~21
List browser tabs tracked by the current DrissionPage MCP session.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
tab_switch Switch Tab ~43
Switch the active browser tab by id from tab_list.
| Name | Type | Req | Description |
|---|---|---|---|
| tab_id | string | yes | MCP tab id from tab_list, or the underlying DrissionPage native tab id. |
Structured output declared, but exposes no named fields.
No examples provided.
wait_for_element Wait for Element ~81
Wait for an element to appear on the page. Bare selectors are treated as CSS; use text:... for text matching.
| Name | Type | Req | Description |
|---|---|---|---|
| selector | – | yes | CSS selector or XPath to wait for. Bare selectors are CSS; use text:... for text matching or explicit tag:/css:/xpath:/@attr locators. |
| timeout | number | – | Timeout in seconds |
Structured output declared, but exposes no named fields.
No examples provided.
wait_for_url Wait for URL ~46
Wait for the current URL to contain a substring
| Name | Type | Req | Description |
|---|---|---|---|
| timeout | number | – | Timeout in seconds |
| url_pattern | string | yes | Substring or pattern expected in the current URL |
Structured output declared, but exposes no named fields.
No examples provided.
wait_time Wait Time ~28
Wait for a specific amount of time
| Name | Type | Req | Description |
|---|---|---|---|
| seconds | number | yes | Number of seconds to wait |
Structured output declared, but exposes no named fields.
No examples provided.
wait_until Wait Until ~139
Wait for observable page state: element present/visible/hidden/detached/clickable/stable, text contains/matches, or URL contains/matches.
| Name | Type | Req | Description |
|---|---|---|---|
| condition | string | yes | Condition to wait for |
| interval | number | – | Polling interval in seconds |
| name | string | – | Attribute or property name for attribute/property conditions |
| selector | – | – | CSS/XPath/DrissionPage locator for element or text conditions |
| stable_ms | integer | – | Element stability window for the stable condition |
| timeout | number | – | Timeout in seconds |
| value | string | – | Expected value or substring/regular expression, depending on condition |
Structured output declared, but exposes no named fields.
No examples provided.