Skip to content

Commit 31ffb15

Browse files
vvemuruVinod Vemurukoverholt
authored
docs: add ZoomInfo MCP integration page (#1737)
* docs: add ZoomInfo MCP integration page * Add tag; fix link; line wrapping * docs(integrations/zoominfo): remove redundant Local MCP Server inner tabs * Revert "docs(integrations/zoominfo): remove redundant Local MCP Server inner tabs" This reverts commit f7b9521. --------- Co-authored-by: Vinod Vemuru <vinod.vemuru@zoominfo.com> Co-authored-by: Kristopher Overholt <koverholt@google.com>
1 parent 82d1ea8 commit 31ffb15

2 files changed

Lines changed: 135 additions & 0 deletions

File tree

7.65 KB
Loading

docs/integrations/zoominfo.md

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
---
2+
catalog_title: ZoomInfo
3+
catalog_description: Find companies, enrich contacts, and surface go-to-market intelligence
4+
catalog_icon: /integrations/assets/zoominfo.png
5+
catalog_tags: ["mcp", "connectors"]
6+
---
7+
8+
# ZoomInfo MCP tool for ADK
9+
10+
<div class="language-support-tag">
11+
<span class="lst-supported">Supported in ADK</span><span class="lst-python">Python</span><span class="lst-typescript">TypeScript</span>
12+
</div>
13+
14+
The [ZoomInfo MCP Server](https://docs.zoominfo.com/docs/zi-api-mcp-overview)
15+
connects your ADK agent to the [ZoomInfo](https://www.zoominfo.com/) B2B
16+
intelligence platform, giving it access to 100M+ company profiles, 300M+
17+
professional contacts, and go-to-market signals. This integration gives your
18+
agent the ability to find prospects, enrich records, surface intent signals, and
19+
research accounts using natural language.
20+
21+
## Use cases
22+
23+
- **Prospect Discovery**: Find companies and contacts matching your ICP using
24+
filters like industry, location, company size, job title, seniority, and tech
25+
stack.
26+
27+
- **Account & Contact Enrichment**: Append verified firmographic and demographic
28+
data — revenue, headcount, emails, direct dials, and funding — to existing
29+
records inside agent workflows.
30+
31+
- **Go-to-Market Signal Detection**: Surface intent signals, leadership changes,
32+
and strategic scoops to reach buyers at the right moment.
33+
34+
## Prerequisites
35+
36+
- Sign up for a [ZoomInfo
37+
account](https://www.zoominfo.com/free-trial-contact-sales)
38+
- A ZoomInfo SalesOS or Copilot subscription
39+
40+
## Use with agent
41+
42+
=== "Python"
43+
44+
=== "Local MCP Server"
45+
46+
```python
47+
from google.adk.agents import Agent
48+
from google.adk.tools.mcp_tool import McpToolset
49+
from google.adk.tools.mcp_tool.mcp_session_manager import StdioConnectionParams
50+
from mcp import StdioServerParameters
51+
52+
53+
root_agent = Agent(
54+
model="gemini-flash-latest",
55+
name="zoominfo_agent",
56+
instruction="Help users find companies, enrich contacts, and surface go-to-market insights using ZoomInfo",
57+
tools=[
58+
McpToolset(
59+
connection_params=StdioConnectionParams(
60+
server_params=StdioServerParameters(
61+
command="npx",
62+
args=[
63+
"-y",
64+
"mcp-remote",
65+
"https://mcp.zoominfo.com/mcp",
66+
]
67+
),
68+
timeout=30,
69+
),
70+
)
71+
],
72+
)
73+
```
74+
75+
=== "TypeScript"
76+
77+
=== "Local MCP Server"
78+
79+
```typescript
80+
import { LlmAgent, MCPToolset } from "@google/adk";
81+
82+
const rootAgent = new LlmAgent({
83+
model: "gemini-flash-latest",
84+
name: "zoominfo_agent",
85+
instruction: "Help users find companies, enrich contacts, and surface go-to-market insights using ZoomInfo",
86+
tools: [
87+
new MCPToolset({
88+
type: "StdioConnectionParams",
89+
serverParams: {
90+
command: "npx",
91+
args: [
92+
"-y",
93+
"mcp-remote",
94+
"https://mcp.zoominfo.com/mcp",
95+
],
96+
},
97+
}),
98+
],
99+
});
100+
101+
export { rootAgent };
102+
```
103+
104+
!!! note
105+
106+
When you run this agent for the first time, a browser window opens
107+
automatically to request access via OAuth. Alternatively, you can use the
108+
authorization URL printed in the console. You must approve this request to
109+
allow the agent to access your ZoomInfo data.
110+
111+
## Available tools
112+
113+
Tool | Description
114+
---- | -----------
115+
`search_companies` | Search ZoomInfo's company database by name, industry, location, employee count, revenue, tech stack, growth metrics, and funding information
116+
`search_contacts` | Search ZoomInfo's contact database by name, job title, management level, department, company, location, and accuracy score
117+
`enrich_companies` | Get complete company profiles — revenue, headcount, funding, tech stack, corporate structure, and more — for up to 10 companies per call
118+
`enrich_contacts` | Get verified business contact details — email, phone, job title, employment history, and accuracy scores — for up to 10 contacts per call
119+
`find_similar_companies` | Find companies similar to a reference company using ML-based firmographic matching, useful for lookalike prospecting and territory expansion
120+
`find_similar_contacts` | Find contacts similar to a reference person, optionally constrained to a target company, using ML-based persona matching
121+
`get_recommended_contacts` | Get AI-ranked contact recommendations at a target company based on your sales motion — PROSPECTING, DEAL_ACCELERATION, or RENEWAL_AND_GROWTH
122+
`search_intent` | Search for companies actively researching specific topics across ZoomInfo's database, with signal score and audience strength filters
123+
`enrich_intent` | Get buyer intent signals for a specific company — topics researched, signal scores, audience strength, and duration
124+
`search_scoops` | Search for real-time business intelligence signals — leadership changes, funding events, product launches, partnerships, and more — across all companies
125+
`enrich_scoops` | Get the latest scoops for a specific company — the full context behind the signal, not just the headline
126+
`enrich_news` | Get recent news coverage for a specific company, filterable by category such as funding, M&A, executive moves, and product launches
127+
`account_research` | Get AI-generated strategic intelligence on a company — overview, financials, competitors, buying committee, deal health, and engagement activity
128+
`contact_research` | Get AI-generated professional background on a specific person — career history, expertise, CRM records, and outreach context
129+
`lookup` | Retrieve standardized reference data for use in search filters — industries, management levels, metro regions, tech products, intent topics, and more
130+
`submit_feedback` | Submit feedback on ZoomInfo MCP tools covering data quality, feature requests, access issues, or other topics
131+
132+
## Additional resources
133+
134+
- [ZoomInfo MCP Overview](https://docs.zoominfo.com/docs/zi-api-mcp-overview)
135+
- [ZoomInfo Developer Documentation](https://docs.zoominfo.com/)

0 commit comments

Comments
 (0)