KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Clearbit MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Clearbit.

Clearbit CLI Matrix

Use these pages for direct Clearbit CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.