Data Collection
zooq.dev
Provides endpoints to retrieve LinkedIn profile data including employment history, recommendations, and live profile snapshots.
ENDPOINT 1
https://zooq.dev/api/mcp
MCP server metadata
- Name
- zooq
- Version
- 1.0.0
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_fullComplete profile in one call — positions, education, skills, certifications, geo, follower/connection counts and flags.
Inferred read-onlyprofile_entity_idResolve a public handle to the person entityId used by the live person endpoints (posts, comments, interests, lookalikes).
Inferred read-onlyprofile_enrichFreshest LIVE snapshot of one profile, by handle or entityId — not the deduplicated dataset record the other profile/* endpoints return.
Inferred read-onlyprofile_employment_historyComplete 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-onlyprofile_recommendationsRecommendations written for the person, with author details and text.
Inferred read-onlyprofile_similarSimilar professional profiles — expand a shortlist from one example.
Inferred read-onlyprofile_interestsEntities the person follows (companies, groups, people, newsletters).
Inferred read-onlycompanies_entity_idResolve a company slug to the numeric organization id used by the live company endpoints (posts, similar, affiliated, insights).
Inferred read-onlycompanies_infoFull company firmographics — description, industry, headcount, HQ, follower count, specialties.
Inferred read-onlycompanies_name_lookupSearch companies by name, with the full firmographic filter set.
Inferred read-onlycompanies_employees_dataPeople who work or worked at an organization (professional records, same shape as /search/people).
Inferred read-onlycompanies_insightsEmployee-count total + distribution buckets (by department, seniority, location).
Inferred read-onlysearch_peopleSearch professional records with rich filters — name, title, company, skills, education, tenure, geography.
Inferred read-onlysearch_companiesSearch organizations by name or website with firmographic filters.
Inferred read-onlysearch_people_liveLIVE people search — the only endpoint that filters by current company, past company AND school together.
Inferred read-onlyjobs_details_v2Full job-posting details — title, description, functions, apply url, organization, location.
Inferred read-onlyjobs_similarSimilar job postings (title, organization, location, salary range, posted date).
Inferred read-onlyjobs_posted_by_profileJob postings authored by a person (a recruiter's, hiring manager's or founder's roles).
Inferred read-onlyg_title_skills_lookupSkill catalog search by name (partial match) — skills only, despite the endpoint name.
Inferred read-onlyemail_verifyCheck whether an email address can receive mail, with a deliverability verdict and risk flags (catch-all, disposable, no-MX).
Potential side effectsemail_findDiscover a person's work email from their first name, last name, and company domain.
Potential side effectsemail_find_by_profileIdentify 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 effectssearch_job_changesRecent professional job-change events — people who joined, left, or changed titles at organizations.
Inferred read-onlysearch_alumniAlumni and current students of an institution (professional records + the education link).
Inferred read-onlyg_institution_lookupResolve one institution by its normalized name — returns the school name, url, and stable inst_ id.
Inferred read-onlyg_skill_lookupResolve one skill by its stable skl_ id — returns the display name and normalized name.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.