MCP server exposing 2 tools for diffbot.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/diffbot/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
diffbot_company — Look up company details (employees, revenue, industry) for <name> — enrich a company from the Diffbot Knowledge Graph. Returns description, homepage, employee count, revenue, industries, founding date, HQ location, CEO, and Twitter. Example: diffbot_company({ name: "Stripe", _apiKey: "your-token" })diffbot_extract — 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" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/diffbot/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io