Fetch MCP Server
MCP 서버 가져오기
이 MCP 서버는 HTML, JSON, 일반 텍스트, 마크다운을 포함한 다양한 형식의 웹 콘텐츠를 가져오는 기능을 제공합니다.
도구
페치_html
웹사이트 콘텐츠를 가져와 HTML로 반환합니다.
입력 매개변수:
url(문자열, 필수): 가져올 웹사이트의 URLheaders(객체, 선택 사항): 요청에 포함할 사용자 정의 헤더
웹 페이지의 원시 HTML 콘텐츠를 반환합니다.
페치_제이슨
URL에서 JSON 파일 가져오기
입력 매개변수:
url(문자열, 필수): 가져올 JSON의 URLheaders(객체, 선택 사항): 요청에 포함할 사용자 정의 헤더
구문 분석된 JSON 콘텐츠를 반환합니다.
페치_텍스트
웹사이트 콘텐츠를 가져와 일반 텍스트(HTML 없음)로 반환합니다.
입력 매개변수:
url(문자열, 필수): 가져올 웹사이트의 URLheaders(객체, 선택 사항): 요청에 포함할 사용자 정의 헤더
HTML 태그, 스크립트 및 스타일이 제거된 웹 페이지의 텍스트 콘텐츠를 반환합니다.
페치_마크다운
웹사이트 콘텐츠를 가져와서 마크다운으로 반환합니다.
입력 매개변수:
url(문자열, 필수): 가져올 웹사이트의 URLheaders(객체, 선택 사항): 요청에 포함할 사용자 정의 헤더
웹 페이지 콘텐츠를 Markdown 형식으로 변환하여 반환합니다.
시작하는 2가지 방법
혈액 요소 질소
지엑스피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
}
}
}자원
이 서버는 영구적인 리소스를 제공하지 않습니다. 필요에 따라 웹 콘텐츠를 가져와 변환하도록 설계되었습니다.
참고문헌
This server cannot be installed
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
- AlicenseAqualityDmaintenanceA powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.47,91441MIT
- AlicenseAqualityDmaintenanceEnables web content scanning and analysis by fetching, analyzing, and extracting information from web pages using tools like page fetching, link extraction, site crawling, and more.613MIT
- AlicenseAqualityCmaintenanceProvides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.42,394812MIT
- AlicenseAqualityDmaintenanceProvides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.4104,4162MIT
Related MCP Connectors
Turns any URL into SEO metadata, contacts, tech stack, and AI-ready Markdown, in one call.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Fetch any URL and get clean Markdown. Web scraping for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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