diffbot_extract
ActiveTool of Diffbot
Extract the structured content (title, text, author) from <url> — Diffbot analyzes any web page and returns its type, title, cleaned body text, author, publish date, site name, and language. Example: diffbot_extract({ url: "https://example.com/article", _apiKey: "your-token" })
Parameters schema
{
"type": "object",
"required": [
"url",
"_apiKey"
],
"properties": {
"url": {
"type": "string",
"description": "The URL to extract structured content from, e.g. \"https://example.com/article\""
},
"_apiKey": {
"type": "string",
"description": "Diffbot API token (free 10,000-credit tier, no card, at diffbot.com)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Diffbot
https://github.com/pipeworx-io/mcp-diffbot
1/7 registries