Tools
| Name | Description |
|---|---|
enrich_personLook up a person by email address and return enriched profile data | Look up a person by email address and return enriched profile data |
enrich_companyLook up a company by domain and return enriched company data | Look up a company by domain and return enriched company data |
find_emailSearch for contacts at a company by domain, name, role, or title | Search for contacts at a company by domain, name, role, or title |
reveal_visitorIdentify a company from an IP address | Identify a company from an IP address |
custom_api_callMake a custom Clearbit API call | Make a custom Clearbit API call |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('clearbit', 'enrich_person', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'clearbit',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Clearbit to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Clearbit support?
Clearbit supports 5 tools including Enrich Person, Enrich Company, Find Email, Reveal Visitor, Custom API Call.
Can I use Clearbit with AI agents?
Yes. Add Clearbit to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Clearbit be used in stateful agent workflows?
Yes. Agents can combine Clearbit tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Clearbit use?
Clearbit uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Clearbit integration cost?
The Clearbit integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Clearbit in minutes
Get 20,000 free action executions every month. No credit card required.