mcp-server-web-fetcher
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEB_FETCHER_MAX_BYTES | No | Per-response byte cap (10000–50000000). | 5000000 |
| WEB_FETCHER_TIMEOUT_MS | No | Default timeout (1000–120000). | 15000 |
| WEB_FETCHER_USER_AGENT | No | Outgoing User-Agent. | mcp-server-web-fetcher/<version> (+repo url) |
| WEB_FETCHER_CACHE_TTL_MS | No | Response cache TTL; 0 disables caching. | 60000 |
| WEB_FETCHER_MAX_REDIRECTS | No | Redirect hops allowed (0–20). | 5 |
| WEB_FETCHER_RESPECT_ROBOTS | No | Enforce robots.txt (RFC 9309 subset) before fetching. | false |
| WEB_FETCHER_CACHE_MAX_ENTRIES | No | Maximum cached responses. | 50 |
| WEB_FETCHER_ALLOW_PRIVATE_HOSTS | No | Set to true only to fetch localhost/LAN URLs on purpose. | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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