fetch-webpage
Fetch Webpage
Fetch webpages and convert them to clean Markdown format using a selectable Markdown proxy provider.
Usage
# Single URL, default provider is pure.md
node {baseDir}/scripts/fetch.mjs "https://example.com"
# Multiple URLs
node {baseDir}/scripts/fetch.mjs '["https://example.com", "https://example.org"]'
# With timeout
node {baseDir}/scripts/fetch.mjs "https://example.com" --timeout 60000
# Choose a specific provider
node {baseDir}/scripts/fetch.mjs "https://example.com" --provider defuddle.md
More from xream/scripts
pollinations-image-gen
Generate images using the Pollinations.ai API. Supports models such as flux, zimage, imagen-4, klein, klein-large, gptimage (free), and seedream, kontext, nanobanana, gptimage-large (paid). Use when the user asks to generate, create, or draw images from text prompts.
35ollama-web
Use Ollama Cloud web APIs for single-query web search and single-page web fetch. Requires OLLAMA_API_KEY and uses shell HTTP requests, preferably curl.
3exa-search
Use this tool when you need up-to-date web search results from Exa MCP. It calls `web_search_exa` over `text/event-stream`, supports optional `exaApiKey`, and returns extracted text content from search results.
1google-search
Use this tool when you need up-to-date information from the internet. It grounds the model with real-time Google Search results across languages, improving factual accuracy and enabling responses with verifiable citations beyond the model's knowledge cutoff.
1