KosmoKrator

data

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.

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.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
clearbit.clearbit_api_get Read read 3 Call a read-only Clearbit GET endpoint on a named API host such as person, company, reveal, prospector, discovery, risk, name_to_domain, or autocomplete.
clearbit.clearbit_calculate_risk Read read 1 Calculate a Clearbit Risk score from email, IP, and optional identity fields. This is a legacy unsupported API for existing Clearbit customers.
clearbit.clearbit_discovery_search Read read 1 Search Clearbit Discovery companies using a query and optional pagination parameters.
clearbit.clearbit_enrich_combined Read read 1 Look up a person and associated company by email using Clearbit combined enrichment.
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_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_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_name_to_domain Read read 1 Find a company domain and logo by company name using Clearbit Name to Domain. This is a legacy unsupported API for existing Clearbit customers.
clearbit.clearbit_prospect Read read 7 Find people by job title and/or company name using Clearbit Prospecting. Returns names, titles, and email addresses when available.
clearbit.clearbit_reveal Read read 1 Identify the company behind an IP address using Clearbit Reveal.