MCPServers
F

Fetch with Images

15
0

Summary

This MCP server, developed by kazuph, enables web content fetching and image processing capabilities for AI assistants. It integrates with libraries like jsdom, Readability, and Sharp to extract readable content from web pages, convert HTML to Markdown, and process images for optimal viewing. The implementation handles robots.txt restrictions, merges multiple images vertically with size limits, and uses macOS clipboard operations for seamless image insertion. It's designed for scenarios requiring web scraping, content summarization, or image handling within AI conversations, allowing assistants to fetch and process web content on demand while respecting web standards and optimizing for readability.

Available Actions(5)

fetch_web_content

Fetches web content from a specified URL. Parameters: url (string, required), maxLength (integer, default: 20000), startIndex (integer, default: 0), raw (boolean, default: false)

fetch_with_images

Fetches web content with image processing enabled. Parameters: url (string, required), enableFetchImages (boolean, default: false), imageMaxCount (integer, default: 3)

paginate_images

Fetches images with pagination support. Parameters: url (string, required), enableFetchImages (boolean, default: false), imageStartIndex (integer, default: 0), imageMaxCount (integer, default: 3)

extract_article_title

Extracts and displays the title of the fetched article.

optimize_images

Processes and optimizes images from web content. Supports JPEG optimization and GIF support.

Last Updated: April 14, 2025

Reseñas de la Comunidad

0.0
0 reseñas
5
0
4
0
3
0
2
0
1
0

Aún no hay reseñas. ¡Sé el primero en reseñar!

Inicia sesión para unirte a la conversación

Try it now in
HighlightHighlight AI

Lenguaje

TypeScript

Categorías

Etiquetas