MCP server exposing 3 tools for snov.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/snov/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
snov_domain_search — 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" })snov_email_profile — 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" })snov_domain_email_count — 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" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/snov/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io