Fetch MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONWARNINGS | No | Suppresses Python warning messages. | ignore |
| npm_config_fund | No | Disables npm funding messages. | false |
| npm_config_audit | No | Disables npm security audits. | false |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetchA | Fetches a URL from the internet and optionally extracts its contents as markdown. This tool uses Chrome browser impersonation to access websites that might otherwise block automated requests, making it more reliable for fetching content from various sources. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| fetch | Fetch a URL and extract its contents as markdown using Chrome browser impersonation |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity. The single tool 'fetch' has a clearly defined purpose of fetching URLs.
Only one tool exists, so naming is trivially consistent. The name 'fetch' is a clear verb describing its action.
A single tool for a very narrow domain (fetching URLs) is borderline. While it covers the core functionality, the server feels minimal and could benefit from additional tools for common variations.
For its stated purpose of fetching a URL and optionally extracting markdown, the tool is complete. No essential features are missing, though advanced options like authentication or batch fetching are absent.