← saleshub.ai

INDIVIDUAL MCP TOOL

enrich_batch

Enrich many contacts at once — e.g.

saleshub.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

saleshub.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.saleshub]
url = "https://app.saleshub.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "saleshub": {
      "type": "http",
      "url": "https://app.saleshub.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: saleshub
Remote MCP URL: https://app.saleshub.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "saleshub": {
      "url": "https://app.saleshub.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "saleshub": {
      "type": "http",
      "url": "https://app.saleshub.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "saleshub",
  "transport": "streamable-http",
  "url": "https://app.saleshub.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • enrich_contact — Enrich a single contact you already have an identifier for.
  • enrich_company — Fetch a company profile (industry, size, location, LinkedIn) for a domain or name.
  • search_prospects — Find prospects by role + firmographics — e.g.
  • search_companies — Find company profiles by firmographics — e.g.
  • get_company — Look up a single company profile by domain or company_id → name, domain, industry, size, location, LinkedIn.
  • get_email — Get just the verified email(s) for a contact (re-verified, <7-day fresh).
  • get_phone — Get just the verified phone number(s) for a contact (E.164 + line type).
  • batch_status — Poll an async enrich batch by job_id → status (queued/running/completed) and, once completed, the per-row `results` + `summary` + a `display` table to show the user verbatim.