← salesbot.cz

INDIVIDUAL MCP TOOL

search_linkedin_people

Search people on LinkedIn by keywords, title, location or company.

salesbot.cznone 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

salesbot.cz

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.salesbot-cz]
url = "https://app.salesbot.cz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "salesbot-cz": {
      "type": "http",
      "url": "https://app.salesbot.cz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: salesbot-cz
Remote MCP URL: https://app.salesbot.cz/api/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": {
    "salesbot-cz": {
      "url": "https://app.salesbot.cz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "salesbot-cz": {
      "type": "http",
      "url": "https://app.salesbot.cz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "salesbot-cz",
  "transport": "streamable-http",
  "url": "https://app.salesbot.cz/api/mcp"
}
MCP Inspector

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

Related tools

  • search_google_xray — Google X-Ray search for public LinkedIn profiles via Google operators (site:linkedin.com/in).
  • enrich_contacts — Enrich existing contacts with their full LinkedIn profile data via the connected LinkedIn account (Unipile) — headline, location, current company & position, full experience, education and skills are scraped from each contact's profile URL and saved onto the contact (and merged into profile_data).
  • search_linkedin_navigator — Scrape a Sales Navigator (or standard LinkedIn) search URL.
  • get_contact_profile — Return the full contact profile from the database — name (with Czech vocative), headline, company, role, location, language, current campaign status and interaction history.
  • list_contacts — List contacts in a specific lead list with ID, name, headline, company, profile URL, gender and current status (e.g.
  • list_campaigns — List your campaigns with ID, name, status (draft/running/paused), description and lead counts.
  • add_contacts_to_campaign — Add selected contacts (by ID) to an existing campaign.
  • send_linkedin_message — Send a one-off LinkedIn message to a specific contact outside any campaign.