UseScraper MCP 서버
UseScraper API를 사용하여 웹 스크래핑 기능을 제공하는 TypeScript 기반 MCP 서버입니다. 다양한 형식의 웹 페이지에서 콘텐츠를 추출할 수 있는 단일 도구인 '스크래핑'을 제공합니다.
특징
도구
scrape
- 웹 페이지에서 콘텐츠 추출- 매개변수 :
url
(필수): 스크래핑할 웹페이지의 URLformat
(선택 사항): 콘텐츠를 저장할 형식(텍스트, HTML, 마크다운). 기본값: 마크다운advanced_proxy
(선택 사항): 고급 프록시를 사용하여 봇 감지를 우회합니다. 기본값: falseextract_object
(선택 사항): 추출할 데이터를 지정하는 객체
- 매개변수 :
설치
Smithery를 통해 설치
Smithery 를 통해 Claude Desktop용 UseScraper를 자동으로 설치하려면:
지엑스피1
수동 설치
- 저장소를 복제합니다.
- 종속성 설치:
- 서버를 빌드하세요:
구성
Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
/path/to/usescraper-server
실제 서버 경로로 바꾸고 your-api-key-here
UseScraper API 키로 바꾸세요.
용법
구성이 완료되면 MCP 인터페이스를 통해 '스크래핑' 도구를 사용할 수 있습니다. 사용 예:
개발
자동 재빌드를 사용한 개발의 경우:
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
You must be authenticated.
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.
Tools
UseScraper API를 활용하여 웹 스크래핑 기능을 제공하는 TypeScript 기반 MCP 서버로, 사용자는 이를 통해 다양한 형식의 웹페이지에서 콘텐츠를 추출할 수 있습니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.Last updated -414612TypeScriptMIT License
- AsecurityAlicenseAqualityAn MCP server for fetching and transforming web content into various formats.Last updated -44PythonMIT License
- AsecurityAlicenseAqualityA TypeScript-based MCP server that interacts with Contentful's Delivery API, enabling users to create, query, and summarize text notes through natural language.Last updated -266TypeScriptMIT License
- AsecurityAlicenseAqualityMCP Server enabling integration with Scrapezy to retrieve structured data from websites.Last updated -1121JavaScriptMIT License