diffbot_company

Pack: diffbot · Endpoint: https://gateway.pipeworx.io/diffbot/mcp

Look up company details (employees, revenue, industry) for — 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” })

Parameters

NameTypeRequiredDescription
namestringnoCompany name to enrich, e.g. “Stripe”. Required unless url is given.
urlstringnoOptional company homepage URL to disambiguate the match, e.g. “https://stripe.com
_apiKeystringyesDiffbot 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_company","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.

Regenerated from source · build July 2, 2026