diffbot_extract
Pack: diffbot · Endpoint: https://gateway.pipeworx.io/diffbot/mcp
Extract the structured content (title, text, author) from
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | yes | The URL to extract structured content from, e.g. “https://example.com/article” |
_apiKey | string | yes | Diffbot API token (free 10,000-credit tier, no card, at diffbot.com) |
Example call
curl -X POST https://gateway.pipeworx.io/diffbot/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"diffbot_extract","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"diffbot": {
"url": "https://gateway.pipeworx.io/diffbot/mcp"
}
}
}
See Getting Started for client-specific install steps.