Skip to main content
Glama
phishark-git

PhiShark Playwright MCP

by phishark-git

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PHISHARK_API_KEYYesYour PhiShark public API key with preflight and browser-deep access
PHISHARK_API_BASE_URLNoPublic API base URL; override only for test/non-production.https://api.phishark.io
PHISHARK_PREFLIGHT_TIMEOUT_MSNoSynchronous preflight deadline.10000
PHISHARK_ALLOW_PRIVATE_NETWORKNoExplicitly allow localhost/private/link-local browsing.false
PHISHARK_PREFLIGHT_CACHE_TTL_MSNoCanonical full-URL cache TTL.600000
PHISHARK_BROWSER_DEEP_TIMEOUT_MSNoSynchronous browser-deep deadline.20000
PHISHARK_BROWSER_DEEP_CACHE_TTL_MSNoFinal URL and evidence-hash cache TTL.120000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
browser_closeB

Close the page

browser_resizeB

Resize the browser window

browser_console_messagesB

Returns all console messages

browser_handle_dialogC

Handle a dialog

browser_evaluateC

Evaluate JavaScript expression on page or element

browser_file_uploadC

Upload one or multiple files

browser_dropA

Drop files or MIME-typed data onto an element, as if dragged from outside the page. At least one of "paths" or "data" must be provided.

browser_findA

Search the accessibility snapshot of the current page for text or a regular expression. Returns matching snapshot nodes with a few lines of surrounding context (like search snippets), each shown under its path from the root of the tree, which is cheaper than capturing the whole snapshot when you only need to locate an element and its ref.

browser_fill_formC

Fill multiple form fields

browser_press_keyA

Press a key on the keyboard

browser_typeB

Type text into editable element

browser_navigateC

Navigate to a URL

browser_navigate_backA

Go back to the previous page in the history

browser_network_requestsA

Returns a numbered list of network requests since loading the page. Use browser_network_request with the number to get full details.

browser_network_requestA

Returns full details (headers and body) of a single network request, or a single part if part is set. Use the number from browser_network_requests.

browser_run_code_unsafeA

Run a Playwright code snippet. Unsafe: executes arbitrary JavaScript in the Playwright server process and is RCE-equivalent.

browser_take_screenshotA

Take a screenshot of the current page. You can't perform actions based on the screenshot, use browser_snapshot for actions.

browser_snapshotA

Capture accessibility snapshot of the current page, this is better than screenshot

browser_clickC

Perform click on a web page

browser_dragB

Perform drag and drop between two elements

browser_hoverC

Hover over element on page

browser_select_optionC

Select an option in a dropdown

browser_tabsB

List, create, close, or select a browser tab.

browser_wait_forA

Wait for text to appear or disappear or a specified time to pass

phishark_security_statusA

Show the current page preflight, browser-deep, risk, cache, and policy status.

phishark_rescanA

Capture the current Playwright page evidence and force a fresh PhiShark browser-deep scan.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/phishark-git/phishark-playwright-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server