ContactOut integration for AI agents.
ContactOut integration for AI agents with secure authentication and server-side credential injection. Open Connector runs the OAuth, seals the token in an encrypted vault, and serves ContactOut tools to your agent over MCP or a typed API — credentials injected server-side, every call audited, nothing leaving your infrastructure. Open source (AGPL-3.0) and self-hostable.
Real ContactOut actions, managed and audited.
Your user connects ContactOut once; your agent can then use the ContactOut API to enrich LinkedIn profiles, emails, companies, people, and verify email/contact data — scoped to the OAuth permissions you grant and the tool allowlist you configure. Every action is least-privilege and written to a tamper-evident audit trail.
- 1
Your user grants ContactOut access once (OAuth) — the token lands in the vault.
- 2
Your agent calls a tool over MCP or the typed API; Open Connector injects the credential server-side.
- 3
Every routed call appends a hash-chained audit record — nothing leaves your infra.
Supported ContactOut tools.
20 tools are generated from the published ContactOut catalog. Descriptions are plain text; each action remains subject to its configured authentication and tool allowlist.
Showing 20 tools. All published catalog entries are included in this page's server-rendered HTML.
- Bulk Contact Info V1
- Get contact info for up to 100 LinkedIn profiles in one synchronous request. By default returns a map of profile URL to email address list; with `include_phone: true`, each value is instead `{ emails, phones }`.
- Contact Info API
- Bulk Contact Info V2 (Async)
- Get contact details for up to 1000 LinkedIn profiles asynchronously. Includes real-time work email finder. Returns a job_id for tracking results.
- Contact Info API
- Bulk Email Verification
- Verify deliverability for up to 100 email addresses asynchronously. Returns a job_id for tracking.
- Email Verifier API
- Personal Email Checker
- Check if a personal email is available for a LinkedIn profile. Does not consume credits. Only available to paid users.
- Contact Checker API
- Phone Number Checker
- Check if a phone number is available for a LinkedIn profile. Does not consume credits. Only available to paid users.
- Contact Checker API
- Work Email Checker
- Check if a work email is available for a LinkedIn profile. Does not consume credits. Only available to paid users.
- Contact Checker API
- People Count
- Get the total count of profiles matching the search criteria. Accepts the same filter parameters as People Search (e.g., job_title, company, location, skills, etc.). The page, data_types, and reveal_info parameters are accepted but ignored. Does not consume credits.
- People Search API
- Email to LinkedIn Profile
- Get the LinkedIn profile URL for a given email address.
- Email to LinkedIn API
- Company Information from Domains
- Get company information based on given domain names (up to 30 per request).
- Company Information API
- Email Address Enrichment
- Get LinkedIn profile details and contact info for a given email address. Match rate is typically higher with personal emails.
- LinkedIn Profile API
- LinkedIn Profile Enrichment
- Get full profile details for a LinkedIn profile URL, including contact info, work history, education, skills, and more. Does not support Sales Navigator or Recruiter URLs.
- LinkedIn Profile API
- People Enrichment
- Get profile details using a combination of data points (name, email, phone, LinkedIn URL, company, education, location). Requires one primary identifier OR a name plus at least one secondary parameter.
- LinkedIn Profile API
- Get Bulk Contact Info V2 Results
- Retrieve results of an async bulk contact info job by its ID.
- Contact Info API
- Get Bulk Email Verification Results
- Retrieve results of a bulk email verification job by its ID.
- Email Verifier API
- Contact Info from LinkedIn Profile
- Get contact details (emails, phone) for a single LinkedIn profile URL.
- Contact Info API
- Decision Makers
- Get profiles of key decision makers within a specified company. At least one of linkedin_url, domain, or name is required.
- Decision Makers API
- API Usage Statistics
- Get your API usage statistics for a given billing period. Returns email, phone, and search credit usage along with quotas and remaining credits.
- Account API
- Company Search
- Search for company profiles matching various criteria including name, domain, size, location, industry, revenue, and year founded.
- Company Search API
- People Search
- Search for profiles matching various criteria including name, job title, skills, education, location, company, and more.
- People Search API
- Single Email Verification
- Verify the deliverability of a single email address. Returns: valid, invalid, accept_all, disposable, or unknown.
- Email Verifier API
ContactOut integration, answered
- How do AI agents use ContactOut through Open Connector?
- Your user connects ContactOut once with one of its cataloged authentication methods. Open Connector stores the credential in an encrypted vault and exposes ContactOut tools to your agent over MCP or a typed API, with credentials injected server-side on each call.
- Is this a ContactOut MCP server?
- Yes. Open Connector can serve ContactOut as a named MCP server with a scoped allowlist and a per-user connection URL, so any MCP client can call ContactOut actions with credentials injected server-side.
- Where do ContactOut credentials live?
- In your own infrastructure. Open Connector keeps credentials in its own vault and injects them at call time, so they never leave your environment.
Give your agents ContactOut — keep the keys.
Open source, self-hostable, with ContactOut credentials that never leave your infrastructure. Run it from source today.