01 — Search
Find the person, org, or place.
Structured records, not scraped HTML. Ranked by Elasticsearch, filtered by real fields like domain or organization_type.
Little Outreach
Every row cites a source. Search from the browser, query the JSON API, or let Claude do it through MCP — then send email that doesn't feel like spam.
A citation on every row — or it doesn't get written.
Pay per API call — typically $0.01, with starter credits.
No bulk exports. Anti-spam by design.
How it works
A tight loop that replaces three tabs of spreadsheets, LinkedIn scraping, and a CRM add-on.
01 — Search
Structured records, not scraped HTML. Ranked by Elasticsearch, filtered by real fields like domain or organization_type.
02 — Cite
Adding someone? The API refuses the call without a source_reference. Auditable provenance, not anonymous rows.
03 — Send
Use the data from your own tools, or let Claude draft outreach through MCP — with the same directory context a human would read before hitting send.
Product surface
One POST adds
a person, their employer, and the citation. No wrapper keys, no scaffolding — drop in a
URL and go. Browse the
OpenAPI
or open the
playground.
# Quick-add a person with a citation
curl -X POST /api/v1/people/quick_add \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"first_name": "Ada",
"last_name": "Lovelace",
"email": "ada@analyticalengine.example.com",
"source_url": "https://…/press/ada-joins",
"source_category": "news"
}'
Drop the MCP server into Claude Desktop or OpenClaw and the directory shows up as first-class tools. Ask "find the founder of acme.com and draft a note" — Claude queries, cites, and drafts without leaving the chat.
Setup takes about 90 seconds — see MCP setup.
Who's using it
Start now
Free to search. Starter credits on every new API key. No sales call.
API documentation · MCP setup · FAQ · Terms