Skip to main content
Glama

Fetch MCP Server

by phpmac

MCP 서버 가져오기

영어 | 중국어

이 MCP 서버는 HTML, JSON, 일반 텍스트, 마크다운을 포함한 다양한 형식의 웹 콘텐츠를 가져오는 기능을 제공합니다.

도구

  • 페치_html
    • 웹사이트 콘텐츠를 가져와 HTML로 반환합니다.
    • 입력 매개변수:
      • url (문자열, 필수): 가져올 웹사이트의 URL
      • headers (객체, 선택 사항): 요청에 포함할 사용자 정의 헤더
    • 웹 페이지의 원시 HTML 콘텐츠를 반환합니다.
  • 페치_제이슨
    • URL에서 JSON 파일 가져오기
    • 입력 매개변수:
      • url (문자열, 필수): 가져올 JSON의 URL
      • headers (객체, 선택 사항): 요청에 포함할 사용자 정의 헤더
    • 구문 분석된 JSON 콘텐츠를 반환합니다.
  • 페치_텍스트
    • 웹사이트 콘텐츠를 가져와 일반 텍스트(HTML 없음)로 반환합니다.
    • 입력 매개변수:
      • url (문자열, 필수): 가져올 웹사이트의 URL
      • headers (객체, 선택 사항): 요청에 포함할 사용자 정의 헤더
    • HTML 태그, 스크립트 및 스타일이 제거된 웹 페이지의 텍스트 콘텐츠를 반환합니다.
  • 페치_마크다운
    • 웹사이트 콘텐츠를 가져와서 마크다운으로 반환합니다.
    • 입력 매개변수:
      • url (문자열, 필수): 가져올 웹사이트의 URL
      • headers (객체, 선택 사항): 요청에 포함할 사용자 정의 헤더
    • 웹 페이지 콘텐츠를 Markdown 형식으로 변환하여 반환합니다.

시작하는 2가지 방법

  1. 혈액 요소 질소

지엑스피1

  1. 도커
docker compose up --build -d

용법

{ "mcpServers": { "fetch-mcp": { "transport": "sse", "url": "http://localhost:3000/sse", "headers": { "Authorization": "Bearer your-token-here", "X-Custom-Header": "custom-value" }, "useNodeEventSource": true } } }

자원

이 서버는 영구적인 리소스를 제공하지 않습니다. 필요에 따라 웹 콘텐츠를 가져와 변환하도록 설계되었습니다.

참고문헌

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

간단한 API 호출을 통해 다양한 형식(HTML, JSON, 일반 텍스트, 마크다운)의 웹 콘텐츠를 가져오고 변환하는 기능을 제공합니다.

  1. 도구
    1. 시작하는 2가지 방법
      1. 용법
        1. 자원
          1. 참고문헌

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              This server enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption.
              Last updated -
              1
              54,281
              JavaScript
              MIT License
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              Provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
              Last updated -
              4
              125,855
              353
              TypeScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              This server converts webpages into clean, structured Markdown optimized for language model consumption, removing unnecessary content and supporting JavaScript rendering.
              Last updated -
              1
              5
              JavaScript
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              Enables extracting data from websites using natural language prompts, allowing users to specify exactly what content they want in plain English and returning structured JSON data.
              Last updated -
              1
              1,379
              4
              TypeScript
              MIT License
              • Apple
              • Linux

            View all related MCP servers

            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/phpmac/fetch_mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server