Skip to main content
Glama
Llamatron2112

mcp-dom-extract

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_DOM_EXTRACT_CACHE_TTL_MSNoHow long a fetched page is reused before re-fetching (in milliseconds).300000
MCP_DOM_EXTRACT_IGNORE_ROBOTSNoSet to '1' to disable robots.txt compliance checks (e.g. for internal test sites).0
MCP_DOM_EXTRACT_CACHE_MAX_BYTESNoTotal cache size limit in bytes. Set to '0' to disable caching.52428800

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
extract_data_from_urlB

Fetches a web page and extracts precise data from its DOM using CSS selectors.

extract_page_textB

Fetches a web page and returns its readable text, optionally scoped to a CSS selector.

inspect_page_structureA

Fetches a web page and returns a condensed structural outline of its DOM (tags, ids, classes, short text samples, repeated siblings aggregated). Lets the model pick relevant CSS selectors without loading the full page into context.

discover_selectorsA

Fetches a web page and finds CSS selectors for elements whose text matches the given keywords. The model describes what it is looking for with keywords; the server returns candidate selectors with short samples, without the full page entering the context.

probe_selectorsA

Fetches a web page and reports, for each CSS selector, how many elements match and a short sample of the first match. Use it to verify or refine candidate selectors cheaply.

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/Llamatron2112/mcp-dom-extract'

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