Skip to main content
ClaudeWave

Live LinkedIn data for AI agents — 44 MCP tools (profiles, companies, jobs, posts, search, email finding). Hosted remote server; your LinkedIn account is never involved.

MCP ServersOfficial Registry0 stars0 forksDockerfileMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/25/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/baldiga/zooq-mcp
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/baldiga/zooq-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# ZOOQ MCP — live LinkedIn data for AI agents

[![MCP Registry](https://img.shields.io/badge/MCP-registry-blue)](https://registry.modelcontextprotocol.io)
[![Website](https://img.shields.io/badge/zooq.dev-live-green)](https://zooq.dev)
[![smithery badge](https://smithery.ai/badge/amirbaldiga/zooq)](https://smithery.ai/servers/amirbaldiga/zooq)

**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-Key` header — [get a free key](https://zooq.dev/signup) (300 credits, no card)
- **Pricing:** credit-based, pay for what you call. Failed upstream calls are auto-refunded.

## Install

### Claude Code

```bash
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)

```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](https://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_changes` on 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](https://zooq.dev)
- Free key: [zooq.dev/signup](https://zooq.dev/signup)
- Pricing: [zooq.dev/pricing](https://zooq.dev/pricing)
- Built by [Amir Baldiga](https://www.amirbaldiga.com) — GTM engineer; ZOOQ powers his own outbound agents.

## License

MIT (this repository — the metadata and docs). The ZOOQ API itself is a commercial service.

What people ask about zooq-mcp

What is baldiga/zooq-mcp?

+

baldiga/zooq-mcp is mcp servers for the Claude AI ecosystem. Live LinkedIn data for AI agents — 44 MCP tools (profiles, companies, jobs, posts, search, email finding). Hosted remote server; your LinkedIn account is never involved. It has 0 GitHub stars and its last recorded update is dated 2026-08-24.

How do I install zooq-mcp?

+

You can install zooq-mcp by cloning the repository (https://github.com/baldiga/zooq-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is baldiga/zooq-mcp safe to use?

+

Our security agent has analyzed baldiga/zooq-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains baldiga/zooq-mcp?

+

baldiga/zooq-mcp is maintained by baldiga. The last recorded GitHub activity is dated 2026-08-24, with 0 open issues.

Are there alternatives to zooq-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy zooq-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: baldiga/zooq-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/baldiga-zooq-mcp)](https://claudewave.com/repo/baldiga-zooq-mcp)
<a href="https://claudewave.com/repo/baldiga-zooq-mcp"><img src="https://claudewave.com/api/badge/baldiga-zooq-mcp" alt="Featured on ClaudeWave: baldiga/zooq-mcp" width="320" height="64" /></a>

More MCP Servers

zooq-mcp alternatives