You're viewing a demo portfolio

Join the waitlist
PRSM

scrape_url

Active

Tool of io.github.meltingpixelsai/harvey-tools

declared in 1.0.0

Scrape any URL and return cleaned text content. Powered by Playwright headless browser. Returns title, content, word count.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL to scrape"
    },
    "max_length": {
      "type": "number",
      "maximum": 50000,
      "minimum": 100,
      "description": "Max content length in chars (default: 10000)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.meltingpixelsai/harvey-tools

https://github.com/meltingpixelsai/harvey-tools

2/7 registries
View full server →
scrape_url — io.github.meltingpixelsai/harvey-tools — PRSM MCP