streamable-httpMITupdated 15d ago
ZOOQ gives your AI agent real-time LinkedIn data — profiles, companies, jobs, posts, people search, job-change signals and email finding — as 44 clean MCP tools served from a hosted endpoint.
O que dá para fazer com ZOOQ LinkedIn Data for AI Agents?
ZOOQ MCP — live LinkedIn data for AI agents
ZOOQ gives your AI agent real-time LinkedIn data — profiles, companies, jobs, posts, people search, job-change signals and email finding — as 44 clean MCP tools served from a hosted endpoint.
The important part: your agent never touches your LinkedIn account. Most LinkedIn MCP servers work by borrowing your logged-in session cookie, which puts your own account at ban risk and breaks every few weeks. ZOOQ runs on its own infrastructure. You paste one API key; your account stays out of it entirely.
- Endpoint:
https://zooq.dev/api/mcp(streamable HTTP) - Auth:
X-API-Keyheader — get a free key (300 credits, no card) - Pricing: credit-based, pay for what you call. Failed upstream calls are auto-refunded.
Install
Claude Code
claude mcp add --transport http zooq https://zooq.dev/api/mcp --header "X-API-Key: YOUR_ZOOQ_KEY"
Cursor / Cline / any MCP client (config JSON)
{
"mcpServers": {
"zooq": {
"url": "https://zooq.dev/api/mcp",
"headers": { "X-API-Key": "YOUR_ZOOQ_KEY" }
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector → URL https://zooq.dev/api/mcp, header X-API-Key: YOUR_ZOOQ_KEY.
Replace YOUR_ZOOQ_KEY with the key from zooq.dev/signup. That's the whole setup.
What your agent can do with it
| Category | Tools | Examples |
|---|---|---|
| Profiles (7) | full profile, enrich, employment history, similar people | profile_full, profile_enrich |
| Companies (11) | company info, employees data, insights, similar companies | companies_enrich, companies_employees_data |
| Search & signals (7) | people/company search, live search, job-change signals | search_people, search_job_changes |
| Jobs (6) | job search, details, hiring team | search_jobs, jobs_hiring_team |
| Posts & activity (5) | a person's posts, comments, likes | posts_all, posts_comments |
| Email finding (5) | find, verify, reverse lookup, domain prospects | email_find_by_profile, email_verify |
| Lookups (3) | skills, institutions taxonomy | g_title_skills_lookup |
Typical agent recipes:
- AI SDR —
search_people→profile_enrich→posts_all→ write a genuinely personalized opener →email_find_by_profile - Job-change trigger —
search_job_changeson your target accounts → congratulate/pitch the week they land - Account research —
companies_enrich+companies_employees_data+companies_jobs→ a briefing your agent writes itself
Why not a scraper or a cookie-based server?
| Cookie/scraper servers | ZOOQ | |
|---|---|---|
| Uses YOUR LinkedIn account | Yes — ban risk is yours | Never |
| Breaks when LinkedIn changes | Constantly | Our problem, not yours |
| Setup | Browser profiles, cookies, captchas | One API key |
| Cost | "Free" until your account isn't | 300 free credits, then pay-per-call |
Rate limits & good citizenship
Responses carry _meta.credits_remaining and _meta.hourly_cap_remaining — agents should pace themselves.
Default cap: 10,000 credits/hour. Errors are structured (-32005 = hourly cap, back off).
Links
- Site & docs: zooq.dev
- Free key: zooq.dev/signup
- Pricing: zooq.dev/pricing
- Built by Amir Baldiga — GTM engineer; ZOOQ powers his own outbound agents.
License
MIT (this repository — the metadata and docs). The ZOOQ API itself is a commercial service.
Instalação
Adicione ZOOQ LinkedIn Data for AI Agents ao seu cliente. Escolha o que você usa.
claude mcp add --transport http zooq-linkedin-data-for-ai-agents https://zooq.dev/api/mcpcodex mcp add zooq-linkedin-data-for-ai-agents --url https://zooq.dev/api/mcp{
"mcpServers": {
"zooq-linkedin-data-for-ai-agents": {
"url": "https://zooq.dev/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"zooq-linkedin-data-for-ai-agents": {
"type": "http",
"url": "https://zooq.dev/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"zooq-linkedin-data-for-ai-agents": {
"url": "https://zooq.dev/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"zooq-linkedin-data-for-ai-agents": {
"serverUrl": "https://zooq.dev/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção19/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.1Mais recente | 24 de ago. de 2026 |