You're viewing a demo portfolio

Join the waitlist
PRSM

diffbot_extract

Active

Tool of Diffbot

declared in 0.1.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Diffbot

https://github.com/pipeworx-io/mcp-diffbot

1/7 registries
View full server →
diffbot_extract — Diffbot — PRSM MCP