tools/integrations/clay.md
Data enrichment and outbound automation platform for building lead lists with waterfall enrichment across 75+ data providers.
| Integration | Available | Notes |
|---|---|---|
| API | ✓ | Tables, People Enrichment, Company Enrichment |
| MCP | ✓ | Claude connector |
| CLI | ✓ | clay.js |
| SDK | - | REST API only |
Authorization: Bearer {api_key}GET https://api.clay.com/v3/tables
Authorization: Bearer {api_key}
GET https://api.clay.com/v3/tables/{table_id}
Authorization: Bearer {api_key}
GET https://api.clay.com/v3/tables/{table_id}/rows?page=1&per_page=25
Authorization: Bearer {api_key}
POST https://api.clay.com/v3/tables/{table_id}/rows
{
"first_name": "Jane",
"last_name": "Doe",
"company": "Acme Inc",
"email": "[email protected]"
}
POST https://api.clay.com/v3/people/enrich
{
"email": "[email protected]"
}
POST https://api.clay.com/v3/companies/enrich
{
"domain": "acme.com"
}
first_name, last_name - Nameemail - Email addresstitle - Job titlelinkedin_url - LinkedIn profilecompany - Company namelocation - Locationseniority - Seniority levelname - Company namedomain - Website domainindustry - Industryemployee_count - Number of employeesrevenue - Estimated revenuelocation - Headquarters locationtechnologies - Tech stackdescription - Company descriptionid - Table IDname - Table namerow_count - Number of rowscolumns - Column definitionscreated_at - Creation timestampupdated_at - Last update timestamppage - Page number (default: 1)per_page - Results per page (default: 25)email - Email addresslinkedin_url - LinkedIn profile URLfirst_name + last_name - Name-based lookupdomain - Company domain (e.g., "acme.com")