web_scrape

$0.005 USDC per call

Scrape any webpage and return clean text content. Strips HTML, scripts, and navigation. Returns the main content as readable text.

Parameters
NameTypeRequiredDescription
url string required URL to scrape
Example Call
// MCP tool call
{
  "name": "web_scrape",
  "arguments": {
    "url": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground