From zoominfo
Find companies or contacts similar to a given reference. Provide a company name/domain or a person's name/email and get a ranked list of lookalikes scored by similarity. Useful for territory expansion, TAM analysis, competitive mapping, expanding buyer networks, and building targeted prospecting lists.
npx claudepluginhub zoominfo/zoominfo-mcp-plugin --plugin zoominfoThis skill uses the workspace's default tool permissions.
Find companies or contacts similar to a reference entity using ZoomInfo's ML-powered similarity model.
Researches B2B leads and decision makers by role, company, location; enriches organizations by domain and people by email using Apollo.io API.
Builds targeted company lists for outbound campaigns using Extruct via decision tree: lookalikes from seeds, semantic/deep searches matching ICPs.
Finds, enriches, and qualifies companies and people matching ICP criteria from playbooks, segments, and personas. Outputs prospect lists with fit reasoning and sales approaches.
Share bugs, ideas, or general feedback.
Find companies or contacts similar to a reference entity using ZoomInfo's ML-powered similarity model.
The user will provide via $ARGUMENTS:
Determine whether the user is looking for similar companies or contacts based on what they provide, then follow the appropriate workflow below.
Lookup metadata first — before calling any other MCP tool, use lookup to load reference data for any fields relevant to the request. Use the returned id values (not display names) in all subsequent API calls.
Find similar companies using find_similar_companies. This returns up to 100 results ranked by similarity score.
companyId.companyName — the API can resolve it directly.Similar companies to [Reference Company Name]:
| Rank | Company | Industry | Employees | Revenue | Country | Similarity Score |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | ||||||
| ... |
Show the top 25 by default. If the user asks for more, show up to 100.
After the table:
/zoominfo:enrich-company to get full details on any result, or /zoominfo:find-buyers to identify contacts at a targetLookup metadata first — before calling any other MCP tool, use lookup to load reference data for fields relevant to interpreting the results:
lookup with fields: [{"fieldName": "management-levels"}, {"fieldName": "departments"}, {"fieldName": "job-functions"}]id values (not display names) in all subsequent API calls and for categorizing results.Resolve the reference person if the user did not provide a ZoomInfo person ID:
enrich_contacts with email to get the person's ZoomInfo person ID.enrich_contacts with firstName, lastName, and companyName to get the person's ZoomInfo person ID.search_contacts with fullName and companyName to find a match.Resolve the target company if the user specified one:
search_companies with companyName or companyWebsite to get the ZoomInfo company ID — use lookup id values for any filters.Find similar contacts using find_similar_contacts with:
referencePersonId: the resolved ZoomInfo person ID (required)targetCompanyId: the resolved ZoomInfo company ID (only if the user specified a target company)pageSize: user-specified count or 25[Full Name] — [Title] at [Company] Brief profile summary: department, management level, job function. This anchors the similarity analysis.
| Rank | Name | Title | Company | Department | Management Level | Score |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | ||||||
| ... |
Show the top 25 by default. If the user asks for more, show up to 100.
For each contact, use the meta field from the response to explain WHY they are a match. The meta describes the reference person used to form the similarity — use this to connect the recommendation back to the reference person's attributes.
After the table:
/zoominfo:enrich-contact to get full details on any result, or /zoominfo:find-buyers to identify other contacts at a specific company from the list