web_crawl_run
ActiveTool of Social Fetch
declared in 0.19.0
Crawl a small set of web pages synchronously. Accepts a URLs.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"url"
],
"properties": {
"url": {
"type": "array",
"items": {
"type": "string",
"maxLength": 2083,
"minLength": 1,
"description": "Web page URL to fetch."
},
"maxItems": 5,
"minItems": 1,
"description": "URLs to crawl. Repeat the `url` query parameter for multiple pages (max 5)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries