Skip to main content
Glama
mcollina

MCP Node Fetch

by mcollina

MCP 노드 가져오기

Node.js undici 라이브러리를 사용하여 웹 콘텐츠를 가져올 수 있는 MCP 서버입니다.

특징

  • 다양한 HTTP 메서드를 사용하여 모든 URL에서 콘텐츠를 가져옵니다.

  • 헤더 및 요청 본문 지원

  • 다양한 형식(텍스트, JSON, 바이너리, HTML 조각)으로 콘텐츠를 반환합니다.

  • 오류를 우아하게 처리하세요

  • 시간 초과 및 리디렉션 동작 구성

Related MCP server: MCP Server Fetch Python

MCP 도구

이 서버는 다음과 같은 MCP 도구를 제공합니다.

fetch-url

URL에서 콘텐츠를 가져와서 반환합니다.

매개변수:

  • url (문자열, 필수): 가져올 URL

  • method (문자열, 선택 사항): HTTP 메서드(기본값: "GET")

  • headers (객체, 선택 사항): 포함할 HTTP 헤더

  • body (문자열, 선택 사항): POST/PUT 요청에 대한 요청 본문

  • timeout (숫자, 선택 사항): 요청 시간 초과(밀리초)

  • responseType (문자열, 선택 사항): 응답을 구문 분석하는 방법("text", "json", "binary", "html-fragment")

  • fragmentSelector (문자열, 선택 사항): 특정 HTML 조각을 추출하는 CSS 선택기(responseType이 "html-fragment"인 경우)

  • followRedirects (부울, 선택 사항): 리디렉션을 따를지 여부(기본값: true)

extract-html-fragment

CSS 선택기를 사용하여 웹 페이지에서 특정 HTML 콘텐츠를 추출하고 선택적으로 앵커 포인트로 이동합니다.

매개변수:

  • url (문자열, 필수): 가져올 URL

  • selector (문자열, 필수): 추출할 HTML 조각에 대한 CSS 선택기

  • anchorId (문자열, 선택 사항): 특정 조각을 찾기 위한 선택적인 앵커 ID

  • method (문자열, 선택 사항): HTTP 메서드(기본값: "GET")

  • headers (객체, 선택 사항): 포함할 HTTP 헤더

  • body (문자열, 선택 사항): POST 요청에 대한 요청 본문

  • timeout (숫자, 선택 사항): 요청 시간 초과(밀리초)

  • followRedirects (부울, 선택 사항): 리디렉션을 따를지 여부(기본값: true)

check-status

전체 콘텐츠를 다운로드하지 않고도 URL에 접근할 수 있는지 확인합니다.

매개변수:

  • url (문자열, 필수): 확인할 URL

  • timeout (숫자, 선택 사항): 요청 시간 초과(밀리초)

데스크톱 구성을 위한 Claude

Claude for Desktop과 함께 사용하려면 claude_desktop_config.json 에 다음을 추가하세요.

지엑스피1

특허

MIT

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Free remote MCP server for fetching public web pages through a rotating proxy pool.

  • This MCP server provides seamless access to Malaysia's government open data, including datasets, w…

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

View all MCP Connectors

Latest Blog Posts

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/mcollina/mcp-node-fetch'

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