Scrape any webpage and return clean text content. Strips HTML, scripts, and navigation. Returns the main content as readable text.
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | URL to scrape |
// MCP tool call
{
"name": "web_scrape",
"arguments": {
"url": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}