other
Clearbit MCP, CLI, and Lua Integration for AI Agents
Clearbit integration docs for AI agents: MCP gateway setup, Clearbit CLI commands, Lua API reference, credentials, and function schemas.
6 functions 6 read 0 write API key auth
Clearbit for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
clearbit- route_slug
clearbit- package
clearbit- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Clearbit CLIHeadless setup and direct function calls. Clearbit MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Clearbit MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Clearbit.
Claude Code Clearbit MCP setup for Claude Code. Cursor Clearbit MCP setup for Cursor. Codex Clearbit MCP setup for Codex. OpenAI Agents Clearbit MCP setup for OpenAI Agents SDK. Claude Agent SDK Clearbit MCP setup for Claude Agent SDK. Vercel AI SDK Clearbit MCP setup for Vercel AI SDK. LangChain Clearbit MCP setup for LangChain. LangGraph Clearbit MCP setup for LangGraph. CrewAI Clearbit MCP setup for CrewAI. MCP clients Clearbit MCP setup for Generic MCP Clients.
Clearbit CLI Matrix
Use these pages for direct Clearbit CLI workflows in scripts, CI, cron, and agent wrappers.
CI Clearbit CLI for CI. Cron Jobs Clearbit CLI for cron jobs. Shell Scripts Clearbit CLI for shell scripts. Headless Automation Clearbit CLI for headless automation. Coding Agents Clearbit CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
clearbit.clearbit_enrich_person | Read read | 1 | Look up a person by email address using Clearbit. Returns social profiles, employment, location, and demographic data when available. |
clearbit.clearbit_enrich_company | Read read | 1 | Look up a company by domain name using Clearbit. Returns company metrics, industry categorization, social profiles, and funding data when available. |
clearbit.clearbit_reveal | Read read | 1 | Identify the company and person behind an IP address using Clearbit Reveal. Returns company information and, when available, the associated person. |
clearbit.clearbit_prospect | Read read | 3 | Find people by job title and/or company name using Clearbit Prospecting. Returns names, titles, and email addresses when available. |
clearbit.clearbit_list_autocomplete | Read read | 1 | Search for companies by name using Clearbit Autocomplete. Returns a list of matching companies with domains, logos, and descriptions. Useful for type-ahead search. |
clearbit.clearbit_get_current_user | Read read | 0 | Get the authenticated user's Clearbit account information. Useful for verifying API credentials and checking plan details. |