Cover image
Try Now
2025-03-24

MCP Server para obtener información de Internet en función de la URL

3 years

Works with Finder

2

Github Watches

1

Github Forks

3

Github Stars

Fetch MCP Server

Fetch MCP Logo

A Model Context Protocol server that provides web content fetching capabilities using browser automation, OCR, and multiple extraction methods. This server enables LLMs to retrieve and process content from web pages, even those that require JavaScript rendering or use techniques that prevent simple scraping.

Available Tools

  • fetch - Fetches a URL from the internet using browser automation and multi-method extraction (including OCR).
    • url (string, required): URL to fetch
    • raw (boolean, optional): Get the actual HTML content if the requested page, without simplification (default: false)

The server uses multiple methods to extract content:

  1. Browser automation with undetected-chromedriver
  2. OCR using pytesseract with layout detection
  3. HTML extraction using requests/BeautifulSoup
  4. Document parsing (PDF, DOCX, PPTX)
  5. Original markdown conversion method

The server uses a sophisticated scoring system to select the best result, considering:

  1. Base content score (up to 50 points)

    • Points awarded based on content length (1 point per 100 characters, max 50)
    • Penalizes extremely short content (<100 characters)
  2. Structure bonus (up to 20 points)

    • Awards points for well-structured content with paragraphs
    • More paragraphs indicate better content organization
  3. Quality penalties

    • Detects and penalizes error messages
    • Reduces score for content containing error indicators
    • Validates content structure and readability

The scoring system ensures the most reliable and high-quality content is selected, regardless of the extraction method used. Debug logging is available to track scoring decisions.

Prompts

  • fetch
    • Fetch a URL and extract its contents as markdown using browser automation
    • Arguments:
      • url (string, required): URL to fetch

Installation

Using Docker

To install and run mcp-server-fetch using Docker, follow these steps:

  1. Build the Docker image:

    docker build -t mcp-server-fetch .
    
  2. Run the Docker container:

    docker run --rm -i mcp-server-fetch
    

Configuration

Configure Roo Code or Claude App

Add to your Claude settings:

{
  "mcpServers": {
    "fetch": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "mcp-server-fetch"
      ],
      "disabled": false,
      "alwaysAllow": []
    }
  }
}

Customization - User-agent

By default, depending on if the request came from the model (via a tool), or was user initiated (via a prompt), the server will use either the user-agent

ModelContextProtocol/1.0 (Autonomous; +https://github.com/modelcontextprotocol/servers)

or

ModelContextProtocol/1.0 (User-Specified; +https://github.com/modelcontextprotocol/servers)

This can be customized by adding the argument --user-agent=YourUserAgent to the args list in the configuration.

Browser Automation and OCR

The server now includes advanced content extraction capabilities:

  • Automated handling of cookie consent banners
  • Full-page screenshot capture
  • OCR with layout detection using pytesseract
  • Multiple extraction methods with automatic selection of best results

Contributing

We encourage contributions to help expand and improve mcp-server-fetch. Whether you want to add new tools, enhance existing functionality, or improve documentation, your input is valuable.

For examples of other MCP servers and implementation patterns, see: https://github.com/modelcontextprotocol/servers

Pull requests are welcome! Feel free to contribute new ideas, bug fixes, or enhancements to make mcp-server-fetch even more powerful and useful.

License

mcp-server-fetch is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • INFOLAB OPERATIONS 2
  • A medical specialist offering assistance grounded in clinical guidelines. Disclaimer: This is intended for research and is NOT safe for clinical use!

  • Yasir Eryilmaz
  • AI scriptwriting assistant for short, engaging video content.

  • Daren White
  • A supportive coach for mastering all Spanish tenses.

  • J. DE HARO OLLE
  • Especialista en juegos de palabras en varios idiomas.

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

  • deemkeen
  • Controle su MBOT2 con un combo de potencia: MQTT+MCP+LLM

  • zhaoyunxing92
  • 本项目是一个钉钉 MCP (Protocolo del conector de mensajes )服务 , 提供了与钉钉企业应用交互的 API 接口。项目基于 Go 语言开发 支持员工信息查询和消息发送等功能。 支持员工信息查询和消息发送等功能。

  • pontusab
  • La comunidad de cursor y windsurf, encontrar reglas y MCP

    Reviews

    3 (1)
    Avatar
    user_40he534T
    2025-04-16

    I recently started using mcp-server-fetch, and I'm incredibly impressed by its seamless performance and ease of use. Created by MaartenSmeets, this tool is a game-changer for fetching server data efficiently. The GitHub repository provided clear instructions, making setup straightforward. The welcome message upon initiation felt very professional, which added to the overall user experience. Highly recommend checking out the project at https://github.com/MaartenSmeets/mcp-server-fetch!