A powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Fetches and returns raw HTML content from any URL. Parameters: url (string, required), headers (optional object of custom request headers)
Fetches and parses JSON data from any URL. Parameters: url (string, required), headers (optional object of custom request headers)
Fetches and returns clean plain text content, removing HTML tags and scripts. Parameters: url (string, required), headers (optional object of custom request headers)
Fetches content and converts it to well-formatted Markdown. Parameters: url (string, required), headers (optional object of custom request headers)