Skip to main content
Databar gives you programmatic access to 100+ data providers, enrichment workflows, waterfall logic, and structured tables. Use the REST API, Python SDK, CLI, or MCP server to build data pipelines, enrich your CRM, score leads, or let AI agents handle research for you.

Get started

REST API

Make your first API call in under 5 minutes. Works with any language.

Python SDK

Typed Python client. Install with pip, no HTTP boilerplate.

CLI

Run enrichments and manage tables from your terminal or AI agent.

MCP Server

Connect Databar to Claude, Cursor, and other AI tools with one config.

Core concepts

Enrichments are the building blocks. Each enrichment connects to a data provider (LinkedIn, Clearbit, Hunter, etc.) and returns structured data for a given input. You can run enrichments individually, in bulk, or attach them to a table. Browse enrichments Waterfalls chain multiple providers together for the same lookup. If the first provider returns no result, the next one is tried automatically. This maximizes coverage without writing fallback logic yourself. Browse waterfalls Tables are structured datasets that live in your Databar workspace. You create a table, insert rows, attach enrichments or waterfalls, and run them across all rows. Results are stored in the table and accessible via the API or the Databar UI. Tables API Connectors let you bring your own API credentials for supported providers, or define custom HTTP endpoints that Databar can call as enrichment sources. Connectors API Exporters push data from your tables into external destinations like HubSpot, Salesforce, Google Sheets, or custom webhooks. Browse exporters Tasks represent async operations. When you run an enrichment or waterfall, you get back a task_id. Poll the task endpoint to check status and retrieve results. Task data is stored for 24 hours. Tasks API

What you can build

  • Lead enrichment pipelines that pull company data, emails, and phone numbers for every new signup or CRM import. Walkthrough
  • Waterfall email finders that try multiple providers until they find a verified email. Walkthrough
  • Table-driven enrichment workflows where you create a table, add rows, attach enrichments, and run everything in a few API calls. Walkthrough
  • AI-powered research agents that use the MCP server to discover and run enrichments with natural language. MCP quickstart

Explore the API

API Reference

All endpoints with request and response examples.

MCP Tools

Full list of tools exposed by the MCP server.

Agent Skills

Pre-built workflows that teach AI agents how to use Databar.