web-fetch-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAVILY_API_KEY | Yes | Tavily API key for web fetch and search | |
| WEB_FETCH_PROXY | No | Optional proxy URL for outbound requests if direct access fails | |
| FIRECRAWL_API_KEY | No | Optional Firecrawl API key for fallback in web fetch |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_fetchA | Fetch and extract the content of a web page as markdown (or plain text). Tries Tavily first; on failure or empty result, automatically falls back to Firecrawl. Requires TAVILY_API_KEY and/or FIRECRAWL_API_KEY in the server's environment. |
| web_searchA | Search the web with Tavily and return titles, URLs, and snippets (plus an optional synthesized answer). No fallback — requires TAVILY_API_KEY in the server's environment. |
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
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/bpzx/web-fetch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server