Skip to main content
Glama
creatorpiyush

mcp-web-agent

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_WEB_AGENT_DATA_DIRNoRoot directory for cache DB and session files. Both the SQLite watch/crawl cache and session state files live under this directory.<cwd>/.mcp-web-agent

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_scrapeA

Fetch a URL and return clean content — markdown by default, or specific fields via a CSS-selector schema. Tries a plain HTTP fetch first and only launches a browser if the page needs JS to render.

web_checkA

Verify something about a page (text present/absent, element present/absent, exact text match) without returning the whole page — just a pass/fail and a short evidence snippet.

web_diffB

Check whether a page (or a subtree of it) has changed since the last check. Returns changed=true/false and a short snippet — not the full content — so repeated monitoring stays cheap.

web_interactA

Run a sequence of actions (click, fill, select, press, waitFor) on a live page — for testing flows or reaching content behind interaction. Returns a text accessibility snapshot by default; pass screenshot=true only when you actually need to see pixels.

web_session_closeA

Delete persisted cookies and storageState for a given sessionId.

web_crawlA

Perform a BFS crawl starting at startUrl up to maxDepth/maxPages. Returns page titles, link structures, and excerpts, while caching full markdown for web_crawl_get_page.

web_crawl_get_pageB

Fetch cached page content discovered during a web_crawl call.

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/creatorpiyush/webmesh-mcp'

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