mcp-snov
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-snovfind all emails on the stripe.com domain"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-snov
Snov.io MCP — B2B email finder + contact enrichment + domain search (snov.io)
Part of Pipeworx — an MCP gateway connecting AI agents to 1576+ live data sources.
Tools
Tool | Description |
| Find every email address on a company domain — "who works at riotgames.com and what are their emails?". Returns emails with first/last name, job position, and type (personal or generic), plus company info, from Snov.io. Complements Hunter domain search. Example: snov_domain_search({ domain: "riotgames.com", limit: 50, _apiKey: "client_id:client_secret" }) |
| Look up the person behind an email address — "who is john@stripe.com?". Returns the contact's name, current job title and employer, industry, location, and linked social profiles via Snov.io email enrichment. Example: snov_email_profile({ email: "john@stripe.com", _apiKey: "client_id:client_secret" }) |
| How many email addresses does Snov.io have for a domain? — a free pre-check before spending credits on a full snov_domain_search. Example: snov_domain_email_count({ domain: "riotgames.com", _apiKey: "client_id:client_secret" }) |
Related MCP server: Prospector MCP
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"snov": {
"url": "https://gateway.pipeworx.io/snov/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/snov/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1576+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Standalone (no gateway account)
This package also runs as a local stdio MCP server — no Pipeworx account, no gateway round-trip:
{
"mcpServers": {
"snov": {
"command": "npx",
"args": ["-y", "@pipeworx/mcp-snov"]
}
}
}Or run it directly to confirm it starts:
npx -y @pipeworx/mcp-snovIt speaks MCP over stdin/stdout and answers initialize/tools/list/tools/call
for only this pack's tools — none of the shared meta-tools the gateway
connection above adds. Same source, same tools, no ask_pipeworx routing.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Snov data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Snov.io: lead discovery, email verification, enrichment, CRM, and LinkedIn automation actions.
- SalesQLOAuthcom.salesql
Find verified B2B emails and phone numbers; search and enrich people and companies for prospecting.
Find verified work emails from a name, company, role or LinkedIn URL, and verify emails you have.
Find and verify professional emails and phone numbers via the Enrow API.
Related MCP Servers
AlicenseAqualityFmaintenanceEnables AI tools to search and enrich B2B leads, including finding professional emails, company profiles, and filtering people and companies by various criteria.5343 npmMIT- AlicenseAqualityDmaintenanceFinds and verifies business email addresses using DNS/SMTP verification and web scraping, with no external API costs.516 npm11MIT

Enrow MCP Serverofficial
AlicenseAqualityCmaintenanceEnables AI assistants to find and verify professional emails and phone numbers via the Enrow API.131MIT- FlicenseAqualityDmaintenanceFind email addresses for people at companies and verify email validity using the Hunter.io API.2-