mcp

Read any web page as clean Markdown for AI agents: fetch, search, metadata, links.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Не нужен: сервер работает без входа

    Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.

    Список инструментов сервера (4)

    Технические названия из tools/list. Нужны только разработчикам.

    fetch_markdownFetch a web page and return its main content as clean Markdown (nav, ads and boilerplate removed). Raw Markdown, plain-text and JSON endpoints are returned as-is. Use this to read an article, docs page or raw file.
    fetch_metadataFetch a web page and return its metadata as JSON: title, byline, site name, excerpt and word count (no full body).
    extract_linksFetch a web page and return all of its outbound http(s) links (with anchor text) as JSON. Useful for crawling or finding related pages.
    search_pageFetch a web page and return only the passages that match a query, instead of the whole page. Each result includes its heading breadcrumb and is ranked by relevance. Use this to find a specific detail (e.g. pricing, a config option) while spending far fewer tokens than fetch_markdown.