Back to MCP Servers

ZoomInfo MCP Server

Official ZoomInfo MCP server exposing B2B contact search, account enrichment, intent signals, and account/contact research to AI assistants.

Data & Enrichment by ZoomInfo OAuth2 active
Overview

ZoomInfo MCP is an official, provider-hosted MCP server that connects ZoomInfo's B2B intelligence graph (100M+ company profiles and 300M+ professional contacts) to MCP-compatible AI clients like Claude Desktop, Claude Code, Cursor, and Windsurf. Instead of writing API integration code, agents can call ZoomInfo as a native tool to search companies and contacts, enrich records with firmographics and technographics, pull intent signals and Scoops, and run deeper account or contact research.

The server is grouped into three families of tools: Finding tools (Search Companies, Search Contacts, Find Similar Companies/Contacts, Find Recommended Contacts, Search Intent, Search Scoops), Enriching tools (Enrich Companies, Enrich Contacts, Enrich Intent, Enrich Scoops, Enrich News), and Researching tools (Account Research, Contact Research). Authentication is OAuth 2.0 with ZoomInfo SSO, so per-user role-based access control from the ZoomInfo platform carries through to the MCP session.

Because it is provider-hosted at https://mcp.zoominfo.com/mcp, there is no self-hosted server to install. Usage draws from your existing ZoomInfo entitlement: Data Credits are consumed per new company/contact record (with 12-month update refresh) and AI Credits are consumed by the research-depth tools. An active ZoomInfo SalesOS or Copilot subscription with API access is required.

Tools

Tool Description
Search Companies Find companies matching criteria like industry, size, location, growth, or tech stack.
Search Contacts Find people matching criteria like title, seniority, department, or company.
Find Similar Companies Locate comparable organizations to a seed account for territory or lookalike expansion.
Find Similar Contacts Identify people with matching profiles across other companies.
Find Recommended Contacts Get AI-ranked suggestions for who to contact at a specific company.
Search Intent Find companies actively researching topics relevant to your solution.
Search Scoops Surface signals like leadership changes, new initiatives, and strategic moves.
Enrich Companies Return full company profiles including revenue, headcount, funding, tech stack, and leadership.
Enrich Contacts Return full contact profiles including email, phone, employment history, and education.
Enrich Intent Return detailed intent data and research intensity for accounts.
Enrich Scoops Return context behind organizational signals surfaced as Scoops.
Enrich News Return recent news coverage for a company, curated for outreach relevance.
Account Research Generate strategic intelligence on an account: company overview, financials, competitors.
Contact Research Generate a professional background on a specific person: career history, expertise, publications.
Setup Guide

Prerequisites

  • Active ZoomInfo SalesOS or Copilot subscription with API access enabled
  • An MCP-compatible client (Claude Desktop, Claude Code, Cursor, Windsurf, etc.)
  • For Claude Code: a ZoomInfo MCP application with client_id, client_secret, and redirect URI http://localhost:8080/callback (authentication type: Authorization Code)

Claude Desktop / Cursor / Windsurf (connector flow)

  1. Open your AI client's Settings, then Connectors or Integrations.

  2. Add a new MCP server connection and enter the URL:

    https://mcp.zoominfo.com/mcp
    
  3. Save and click Connect to ZoomInfo.

  4. Sign in with your ZoomInfo credentials (or SSO) and approve the OAuth permissions.

Cursor mcp.json example

{
  "mcpServers": {
    "zoominfo": {
      "url": "https://mcp.zoominfo.com/mcp"
    }
  }
}

Claude Code

Register the server with the Claude Code CLI:

claude mcp add --transport http \
  --callback-port 8080 \
  --client-id <your-client-id> \
  --client-secret \
  zoominfo https://mcp.zoominfo.com/mcp

Then run /mcp inside Claude Code to trigger the OAuth browser flow and sign in to ZoomInfo. Credentials are stored in your OS keychain, not in plaintext.

Use Cases
  • Build a prospecting list of VP Engineering contacts at US SaaS companies between 200 and 2,000 employees, then enrich with verified emails and phone numbers.
  • Identify accounts showing high intent on a specific topic (e.g., "data observability") and pull recent Scoops and news before outbound outreach.
  • Generate a pre-meeting briefing on a target account including financials, competitors, leadership changes, and recent news.
  • Expand territory coverage by finding lookalike companies and recommended contacts for an existing closed-won customer.
  • Enrich a CSV of leads from a marketing event with ZoomInfo firmographics and technographics inside an agent workflow.
Example Prompts
  • "Find 25 companies in the US fintech industry with 500-2000 employees that are hiring data engineers, and enrich each with revenue and tech stack."
  • "Who are the top 10 recommended contacts to reach out to at Snowflake for a data observability pitch? Include emails and phone numbers."
  • "Pull the latest Scoops and news for Acme Corp and summarize anything relevant to a security buyer."
  • "Show me companies with high intent on 'AI agents' in the last 30 days and find similar companies to our customer Datadog."
  • "Run account research on Stripe: financials, leadership, competitors, and recent strategic moves."
Pros
  • Official, provider-hosted server maintained by ZoomInfo with no self-install required.
  • Broad coverage across search, enrichment, intent, Scoops, news, and AI research in a single MCP endpoint.
  • OAuth 2.0 with ZoomInfo SSO so per-user role-based access controls are enforced inside agent sessions.
  • Works with major MCP clients including Claude Desktop, Claude Code, Cursor, and Windsurf.
Limitations
  • Requires an active ZoomInfo SalesOS or Copilot subscription with API access; not usable on free tiers.
  • Consumes ZoomInfo Data Credits and AI Credits, so high-volume agent workflows can incur meaningful cost.
  • No public source code or self-hosted option; you depend on ZoomInfo's hosted endpoint and release cadence.
Alternatives
  • Apollo.io MCP for B2B contact and company data with a more SMB-friendly pricing model.
  • Clearbit / HubSpot Breeze Intelligence for company and contact enrichment, especially if you're already in the HubSpot stack.
  • Exa or web-search MCP servers for lighter-weight company research when verified contact data is not required.