How to Use the Diffbot MCP in Claude Code
Pipe structured web data and knowledge graph queries directly into your CLI workflows with Claude Code and Diffbot.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Diffbot MCP to Claude Code
Create your Vinkius account to connect Diffbot to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build automated shell pipelines using this MCP Server
The `extract_article_data` tool outputs clean JSON containing the body text, author, and metadata of any blog post or news site. Claude Code executes this tool from the terminal, allowing you to pipe the output into local grep or sed scripts. For video content, your CLI agent calls `extract_video_metadata` to grab embed URLs and descriptions. This terminal-first execution makes it easy to run cron jobs that monitor media feeds and log updates to your syslog.
Query global entities directly from Claude Code
The `search_knowledge_graph` tool accesses billions of real-world profiles to find companies based on technology stack, location, or revenue. Claude Code formats this output as clean CSV files for immediate command-line analysis. To verify your credentials before running heavy queries, your agent triggers `test_diffbot_auth`. This quick check prevents authentication failures from interrupting your automated bash scripts or CI/CD pipelines.
Automate e-commerce monitoring from your terminal
The `extract_product_data` tool isolates pricing, stock status, and specifications from any online catalog. Claude Code uses this raw data to generate automated slack alerts or update inventory databases via curl. If you need to track multi-page crawls, your CLI agent checks `list_active_crawls` to monitor progress. This headless monitoring lets you manage large-scale data ingestion tasks without ever opening a web browser.
Set up Diffbot MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seediffbot-alternative-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Diffbot transactions." It will automatically discover and invoke the available Diffbot tools.
claude mcp add --transport http diffbot-alternative-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Diffbot MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Diffbot MCP today
We host it, we monitor it, we maintain it. You just paste one token.