← apify.com

INDIVIDUAL MCP TOOL

search_linkedin_jobs

Search LinkedIn for public job postings matching a query.

apify.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sales-intelligence-mcp/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_linkedin_jobs and invoke it with your own arguments.

Indexed 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 server

apify.com

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.sales-intelligence-mcp]
url = "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sales-intelligence-mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sales-intelligence-mcp": {
      "type": "http",
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sales-intelligence-mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sales-intelligence-mcp
Remote MCP URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sales-intelligence-mcp/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": {
    "sales-intelligence-mcp": {
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sales-intelligence-mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sales-intelligence-mcp": {
      "type": "http",
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sales-intelligence-mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sales-intelligence-mcp",
  "transport": "streamable-http",
  "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sales-intelligence-mcp/mcp"
}
MCP Inspector

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

Related tools

  • find_company_emails — Find publicly available business email addresses for a company domain.
  • enrich_company — Enrich a single company with domain, description, industry, employee band, social profiles, and (where available) email patterns.
  • aggregate_company_profile — Build a full company profile by aggregating across multiple public sources: homepage, /about, /careers, JSON-LD schema, plus Crunchbase free-tier funding scrape when `include_funding=True`.
  • find_b2b_leads — Find B2B sales leads matching an industry / geography / size filter.
  • enrich_lead_list — Bulk-enrich a list of company domains with emails, contact pages, social profiles, and (where available) phone numbers.
  • detect_hiring_signal — Detect hiring-momentum signals for a list of companies.
  • track_startup_funding — Track recent startup funding announcements filtered by stage and sector.
  • detect_tech_stack — Detect the technology stack used by a website (frameworks, CMS, analytics, payment, hosting, security, marketing tools).