MCP-сервер WebPeel (скрейпинг).
npx webpeel ask "https://arxiv.org/abs/2401.00001" "What is the main contribution?" Or install globally: npm install -g webpeel Use as a library: import { peel } from 'webpeel'; const result = await peel('https://news.ycombinator.com'); console.log(result.markdown); // Clean markdown, ready for your