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.
Related MCP server: LinkedIn Buddy
What your agent can do with it
Category | Tools | Examples |
Profiles (7) | full profile, enrich, employment history, similar people |
|
Companies (11) | company info, employees data, insights, similar companies |
|
Search & signals (7) | people/company search, live search, job-change signals |
|
Jobs (6) | job search, details, hiring team |
|
Posts & activity (5) | a person's posts, comments, likes |
|
Email finding (5) | find, verify, reverse lookup, domain prospects |
|
Lookups (3) | skills, institutions taxonomy |
|
Typical agent recipes:
AI SDR —
search_people→profile_enrich→posts_all→ write a genuinely personalized opener →email_find_by_profileJob-change trigger —
search_job_changeson your target accounts → congratulate/pitch the week they landAccount 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.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceHigh-performance autonomous MCP server that turns LinkedIn into an API for AI workflows, enabling profile management, job search, content posting, and document generation.141MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for LinkedIn automation that enables AI agents to perform LinkedIn actions (search, inbox, feed, jobs, etc.) safely with human-like evasion and two-phase commit preview.92MIT
- AlicenseAqualityAmaintenanceSelf-hosted, ban-safe MCP server for LinkedIn that provides 22 tools for profiles, search, jobs, posts, connections, and messages. Integrates with any MCP-compatible client like Claude Desktop.581MIT
- AlicenseAqualityBmaintenanceAn MCP server that lets AI assistants like Claude read LinkedIn data through your own logged-in browser session. Access profiles and companies, search for jobs, or get job details.19Apache 2.0
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
LinkedIn data for AI agents: search, profiles, companies, posts. Free key, self-minted, no signup.
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/baldiga/zooq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server