{
  "markdown": "# ZOOQ MCP — live LinkedIn data for AI agents\n\n[![MCP Registry](https://img.shields.io/badge/MCP-registry-blue)](https://registry.modelcontextprotocol.io)\n[![Website](https://img.shields.io/badge/zooq.dev-live-green)](https://zooq.dev)\n[![smithery badge](https://smithery.ai/badge/amirbaldiga/zooq)](https://smithery.ai/servers/amirbaldiga/zooq)\n\n**ZOOQ** gives your AI agent real-time LinkedIn data — profiles, companies, jobs, posts, people search,\njob-change signals and email finding — as **44 clean MCP tools** served from a hosted endpoint.\n\nThe important part: **your agent never touches your LinkedIn account.** Most LinkedIn MCP servers work by\nborrowing your logged-in session cookie, which puts your own account at ban risk and breaks every few weeks.\nZOOQ runs on its own infrastructure. You paste one API key; your account stays out of it entirely.\n\n- **Endpoint:** `https://zooq.dev/api/mcp` (streamable HTTP)\n- **Auth:** `X-API-Key` header — [get a free key](https://zooq.dev/signup) (300 credits, no card)\n- **Pricing:** credit-based, pay for what you call. Failed upstream calls are auto-refunded.\n\n## Install\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http zooq https://zooq.dev/api/mcp --header \"X-API-Key: YOUR_ZOOQ_KEY\"\n```\n\n### Cursor / Cline / any MCP client (config JSON)\n\n```json\n{\n  \"mcpServers\": {\n    \"zooq\": {\n      \"url\": \"https://zooq.dev/api/mcp\",\n      \"headers\": { \"X-API-Key\": \"YOUR_ZOOQ_KEY\" }\n    }\n  }\n}\n```\n\n### Claude Desktop\n\nSettings → Connectors → *Add custom connector* → URL `https://zooq.dev/api/mcp`, header `X-API-Key: YOUR_ZOOQ_KEY`.\n\nReplace `YOUR_ZOOQ_KEY` with the key from [zooq.dev/signup](https://zooq.dev/signup). That's the whole setup.\n\n## What your agent can do with it\n\n| Category | Tools | Examples |\n|---|---|---|\n| **Profiles** (7) | full profile, enrich, employment history, similar people | `profile_full`, `profile_enrich` |\n| **Companies** (11) | company info, employees data, insights, similar companies | `companies_enrich`, `companies_employees_data` |\n| **Search & signals** (7) | people/company search, live search, **job-change signals** | `search_people`, `search_job_changes` |\n| **Jobs** (6) | job search, details, hiring team | `search_jobs`, `jobs_hiring_team` |\n| **Posts & activity** (5) | a person's posts, comments, likes | `posts_all`, `posts_comments` |\n| **Email finding** (5) | find, verify, reverse lookup, domain prospects | `email_find_by_profile`, `email_verify` |\n| **Lookups** (3) | skills, institutions taxonomy | `g_title_skills_lookup` |\n\nTypical agent recipes:\n\n- **AI SDR** — `search_people` → `profile_enrich` → `posts_all` → write a genuinely personalized opener → `email_find_by_profile`\n- **Job-change trigger** — `search_job_changes` on your target accounts → congratulate/pitch the week they land\n- **Account research** — `companies_enrich` + `companies_employees_data` + `companies_jobs` → a briefing your agent writes itself\n\n## Why not a scraper or a cookie-based server?\n\n| | Cookie/scraper servers | ZOOQ |\n|---|---|---|\n| Uses YOUR LinkedIn account | Yes — ban risk is yours | Never |\n| Breaks when LinkedIn changes | Constantly | Our problem, not yours |\n| Setup | Browser profiles, cookies, captchas | One API key |\n| Cost | \"Free\" until your account isn't | 300 free credits, then pay-per-call |\n\n## Rate limits & good citizenship\n\nResponses carry `_meta.credits_remaining` and `_meta.hourly_cap_remaining` — agents should pace themselves.\nDefault cap: 10,000 credits/hour. Errors are structured (`-32005` = hourly cap, back off).\n\n## Links\n\n- Site & docs: [zooq.dev](https://zooq.dev)\n- Free key: [zooq.dev/signup](https://zooq.dev/signup)\n- Pricing: [zooq.dev/pricing](https://zooq.dev/pricing)\n- Built by [Amir Baldiga](https://www.amirbaldiga.com) — GTM engineer; ZOOQ powers his own outbound agents.\n\n## License\n\nMIT (this repository — the metadata and docs). The ZOOQ API itself is a commercial service.\n",
  "bytes": 3932,
  "sha": "3e297dc4f74c2ef0cef9a20f9153f88af9f67d07ceb26c2253ec518e02a087a0",
  "repo_slug": "baldiga/zooq-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_baldiga_zooq_8df5a1f4/readme"
}