← Registry

Data Collection

zooq.dev

Provides endpoints to retrieve LinkedIn profile data including employment history, recommendations, and live profile snapshots.

1 endpoint44 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://zooq.dev/api/mcp

No auth detected

MCP server metadata

Name
zooq
Version
1.0.0
Capabilities
tools
Server instructions

Zooq gives your agent real-time LinkedIn data (profiles, companies, jobs, posts, search) as credit-billed tools. Credits & pacing: - Every tool call spends Zooq credits; the cost is stated in each tool's description. - After each successful call, the response _meta reports credits_remaining (account balance) and hourly_cap_remaining (how much of the hourly limit is left). Watch both and pace your calls. Account limits (enforced per account/key): - A default cap of 10,000 credits/hour (= ~1,000 calls) — higher on paid plans. - A per-key rate limit of 120 requests/minute by default, up to 1,000/min on the top plans. If you receive "Hourly credit cap reached", "Rate limit exceeded", or "Insufficient credits", stop calling, wait for the window to reset, and tell the user what happened. Need more firepower? If the user is out of credits or keeps hitting the hourly cap, tell them to upgrade their Zooq plan for more credits and higher limits at https://zooq.dev/pricing — or email hello@zooq.dev to raise the hourly cap.

Known tools 44

profile_full

Complete profile in one call — positions, education, skills, certifications, geo, follower/connection counts and flags.

Inferred read-only
profile_entity_id

Resolve a public handle to the person entityId used by the live person endpoints (posts, comments, interests, lookalikes).

Inferred read-only
profile_enrich

Freshest LIVE snapshot of one profile, by handle or entityId — not the deduplicated dataset record the other profile/* endpoints return.

Inferred read-only
profile_employment_history

Complete LIVE work history for one person: per-role organization, title, description, location, parsed dates, per-role skills, and parallel-position groupings (concurrent titles kept distinct rather than flattened).

Inferred read-only
profile_recommendations

Recommendations written for the person, with author details and text.

Inferred read-only
profile_similar

Similar professional profiles — expand a shortlist from one example.

Inferred read-only
profile_interests

Entities the person follows (companies, groups, people, newsletters).

Inferred read-only
companies_entity_id

Resolve a company slug to the numeric organization id used by the live company endpoints (posts, similar, affiliated, insights).

Inferred read-only
companies_universal_name_to_id

Resolve a company slug (the part after linkedin.

Inferred read-only
companies_info

Full company firmographics — description, industry, headcount, HQ, follower count, specialties.

Inferred read-only
companies_enrich

Freshest LIVE company profile.

Inferred read-only
companies_name_lookup

Search companies by name, with the full firmographic filter set.

Inferred read-only
companies_employees_data

People who work or worked at an organization (professional records, same shape as /search/people).

Inferred read-only
companies_similar

Similar companies / peers (id, name, industry, followers, url).

Inferred read-only
companies_affiliated_pages

Affiliated / subsidiary / showcase pages of a company.

Inferred read-only
companies_insights

Employee-count total + distribution buckets (by department, seniority, location).

Inferred read-only
companies_posts

A company's recent posts.

Inferred read-only
companies_jobs

Open job postings across one or more organizations.

Inferred read-only
search_people

Search professional records with rich filters — name, title, company, skills, education, tenure, geography.

Inferred read-only
search_companies

Search organizations by name or website with firmographic filters.

Inferred read-only
search_jobs

Job/opportunity search with the full filter set.

Inferred read-only
search_people_live

LIVE people search — the only endpoint that filters by current company, past company AND school together.

Inferred read-only
search_companies_live

LIVE company search.

Inferred read-only
search_schools

Search institutions by name (partial match).

Inferred read-only
jobs_details_v2

Full job-posting details — title, description, functions, apply url, organization, location.

Inferred read-only
jobs_similar

Similar job postings (title, organization, location, salary range, posted date).

Inferred read-only
jobs_people_also_viewed

'People also viewed' postings (behavioral relatedness).

Inferred read-only
jobs_hiring_team

Hiring-team member profiles for a posting.

Inferred read-only
jobs_posted_by_profile

Job postings authored by a person (a recruiter's, hiring manager's or founder's roles).

Inferred read-only
posts_all

A person's recent posts / activity stream.

Inferred read-only
posts_info

Full content of one post (returned under data.

Potential side effects
posts_comments

Threaded comments/replies on a post.

Potential side effects
posts_likes

People who reacted to a post + reaction type and total.

Potential side effects
comments_all

Comments authored by a person across posts.

Inferred read-only
g_title_skills_lookup

Skill catalog search by name (partial match) — skills only, despite the endpoint name.

Inferred read-only
email_verify

Check whether an email address can receive mail, with a deliverability verdict and risk flags (catch-all, disposable, no-MX).

Potential side effects
email_find

Discover a person's work email from their first name, last name, and company domain.

Potential side effects
email_find_by_profile

Identify a person and their current company from a professional profile URL (or handle), then find their work email — resolves name + domain for you.

Potential side effects
email_reverse

Resolve the person and company behind a BUSINESS email address.

Potential side effects
email_prospects

Page emails already known for a company domain.

Inferred read-only
search_job_changes

Recent professional job-change events — people who joined, left, or changed titles at organizations.

Inferred read-only
search_alumni

Alumni and current students of an institution (professional records + the education link).

Inferred read-only
g_institution_lookup

Resolve one institution by its normalized name — returns the school name, url, and stable inst_ id.

Inferred read-only
g_skill_lookup

Resolve one skill by its stable skl_ id — returns the display name and normalized name.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "zooq": {
      "type": "http",
      "url": "https://zooq.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zooq": {
      "type": "http",
      "url": "https://zooq.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zooq",
  "transport": "streamable-http",
  "url": "https://zooq.dev/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.