Docs / Guide

Integration Paths

Choose an Integration

Every integration uses the same DataBlue API and response contracts.

SurfaceBest forStart
PlaygroundTesting sources and optionsOpen Playground
REST APIAny HTTP-capable languageFirst Request
Python SDKPython services and notebookspip install datablue
Node SDKJavaScript and TypeScriptnpm install @datablue/sdk
MCP serverCompatible AI clients@datablue/mcp@latest

SDK Entry Points

Example
# Python
from datablue import DataBlue, AsyncDataBlue

// Node.js
import { DataBlue } from "@datablue/sdk";

MCP Entry Point

Example
DATABLUE_API_KEY="YOUR_API_KEY" npx --yes --prefer-online @datablue/mcp@latest

Use datablue_scrape_url for one page. Use datablue_list_data_apis before datablue_run_data_api.