Skip to main content
Glama
YogevKr

Wraith MCP Server

by YogevKr

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
navigateA

Open a URL and return an indexed snapshot of the page's interactive elements.

Automatically passes WAAP/anti-bot challenges and dismisses common cookie/consent banners. Each line is [index]<tag role=...>text</tag>; use the index with click / type_text.

snapshotA

Re-perceive the current page: a fresh indexed snapshot of its interactive elements (use after the DOM may have changed).

clickA

Click the element with the given index (from the latest snapshot) and return the resulting snapshot.

type_textA

Type text into the input with the given index (clears it first; if enter is true, presses Enter to submit). Returns the resulting snapshot.

scrollA

Scroll the page ("down" or "up") and return a fresh snapshot.

readA

Return the current page's readable content as markdown (for extraction / summarisation, as opposed to acting on elements).

screenshotA

Capture a screenshot of the current page; save it to a temp PNG and return the absolute path.

detect_waapA

Fingerprint a URL's WAAP / anti-bot defenses (Akamai, Cloudflare, Reblaze/Link11, DataDome, Incapsula, SiteMinder, reCAPTCHA, ...). Returns a list of detected vendor names — empty if none. Passive; no browser needed.

borrowA

Borrow a warmed, already-authenticated identity for domain from a real Firefox/Zen profile on this machine and inject its cookies into the live browser, so subsequent navigate calls load as that logged-in user — the core Wraith move for sidestepping reputation-based defenses.

profile optionally selects a profile by a path substring; otherwise the first Zen profile is used, falling back to the first Firefox profile.

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/YogevKr/wraith'

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