Skip to main content
Glama
vojtisprime11

mcp-server-web-fetcher

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WEB_FETCHER_MAX_BYTESNoPer-response byte cap (10000–50000000).5000000
WEB_FETCHER_TIMEOUT_MSNoDefault timeout (1000–120000).15000
WEB_FETCHER_USER_AGENTNoOutgoing User-Agent.mcp-server-web-fetcher/<version> (+repo url)
WEB_FETCHER_CACHE_TTL_MSNoResponse cache TTL; 0 disables caching.60000
WEB_FETCHER_MAX_REDIRECTSNoRedirect hops allowed (0–20).5
WEB_FETCHER_RESPECT_ROBOTSNoEnforce robots.txt (RFC 9309 subset) before fetching.false
WEB_FETCHER_CACHE_MAX_ENTRIESNoMaximum cached responses.50
WEB_FETCHER_ALLOW_PRIVATE_HOSTSNoSet to true only to fetch localhost/LAN URLs on purpose.false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_page_markdownA

Fetch a web page and convert it to clean Markdown for reading or analysis. Removes scripts, styles, ads and (by default) navigation chrome, resolves relative links to absolute URLs, and keeps tables, code blocks and lists intact. Long pages are paginated: when truncated is true, call again with startIndex: nextStartIndex.

extract_metadataA

Extract structured metadata from a web page without downloading it twice: title, meta description, canonical URL, language, author, publish dates, Open Graph and Twitter card tags, JSON-LD blocks, RSS/Atom feeds, hreflang alternates, the h1-h6 outline and the raw HTTP response headers. Use this to classify or summarise a page cheaply before fetching its full text.

extract_linksA

List the links on a web page as absolute URLs, each flagged as internal (same site) or external, with anchor text, title, rel and nofollow status. Supports scope filtering, de-duplication and a result limit — useful for crawling a documentation tree, auditing outbound links or finding next pages.

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/vojtisprime11/mcp-server-web-fetcher'

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