Score every row in Clay
Add CapyScout to any Clay table with the built-in HTTP API block. Each email becomes a scored, source-backed decision - fit, risk, confidence, company and person - as columns you can filter, route, and action.
No new contract, no per-row data credits - CapyScout runs on free public signals plus an AI brief.
Most Clay enrichers hand back raw data. CapyScout returns a scored decision - classification, fit, risk, and the next step.
The flat endpoint returns a single-level snake_case object, so every field maps cleanly to a Clay column.
CapyScout runs on free public signals plus an AI brief - no data-vendor contract, no per-row credit burn.
Set it up in 5 steps
-
1
Create an API key in CapyScout under Settings → Integrations.
-
2
In your Clay table (with an email column), add a column → HTTP API.
-
3
Configure the request:
POST https://app.capyscout.com/api/v1/enrich/email/flat Authorization: Bearer cs_live_xxx Content-Type: application/json { "email": "{{email}}" } -
4
Run the column. CapyScout scores each row and returns a flat JSON object.
-
5
Map response fields to columns:
fit_score,risk_score,classification,company_name,full_name,recommended_action, and more.
CapyScout also runs an MCP server. For one-off, agentic enrichment inside Claygent, point Clay's MCP block at https://app.capyscout.com/mcp with your API key. Use the HTTP API block above for bulk table enrichment.
Create a free account, grab an API key, and add the HTTP API block. 1,000 credits free, no credit card.
Start free