Skip to main content
Glama
baldiga

ZOOQ - LinkedIn Data for AI Agents

ZOOQ MCP — 为 AI 智能体提供实时 LinkedIn 数据

MCP Registry Website

ZOOQ 为你的 AI 智能体提供实时 LinkedIn 数据——个人资料、公司、职位、动态、人脉搜索、跳槽信号和邮箱查找——以 44 个简洁的 MCP 工具的形式,由托管式 HTTP 端点提供服务。

关键点:你的智能体永远不会接触你的 LinkedIn 账号。 大多数 LinkedIn MCP 服务器都是借用你已登录的会话 cookie 来工作,这会让你的个人账号面临封禁风险,而且每隔几周就会失效。ZOOQ 运行在自己独立的基础设施上。你只需粘贴一个 API 密钥,你的账号完全无需参与其中。

  • 端点: https://zooq.dev/api/mcp(可流式 HTTP)

  • 认证: X-API-Key 请求头 — 获取免费密钥(300 积分,无需信用卡)

  • 计费: 积分制,按调用量付费。失败的上游调用会自动退款。

安装

Claude Code

claude mcp add --transport http zooq https://zooq.dev/api/mcp --header "X-API-Key: YOUR_ZOOQ_KEY"

Cursor / Cline / 任何 MCP 客户端(配置 JSON)

{
  "mcpServers": {
    "zooq": {
      "url": "https://zooq.dev/api/mcp",
      "headers": { "X-API-Key": "YOUR_ZOOQ_KEY" }
    }
  }
}

Claude Desktop

设置 → 连接器 → 添加自定义连接器 → URL 填写 https://zooq.dev/api/mcp,请求头填写 X-API-Key: YOUR_ZOOQ_KEY

YOUR_ZOOQ_KEY 替换为你在 zooq.dev/signup 获取的密钥。就这么简单。

Related MCP server: LinkedIn Buddy

你的智能体可以用它做什么

类别

工具

示例

个人资料(7)

完整资料、信息补齐、任职经历、相似人物

profile_full, profile_enrich

公司(11)

公司信息、员工数据、洞察、相似公司

companies_enrich, companies_employees_data

搜索与信号(7)

人脉/公司搜索、实时搜索、跳槽信号

search_people, search_job_changes

职位(6)

职位搜索、职位详情、招聘团队

search_jobs, jobs_hiring_team

动态与互动(5)

某个人的动态、评论、点赞

posts_all, posts_comments

邮箱查找(5)

查找、验证、反转查询、域名线索

email_find_by_profile, email_verify

查询(3)

技能、机构分类

g_title_skills_lookup

典型智能体工作流:

  • AI 销售开发(SDR)search_peopleprofile_enrichposts_all → 写出真正个性化的开场白 → email_find_by_profile

  • 跳槽信号触发 — 在目标账号上运行 search_job_changes → 在他们入职的当周祝贺或推销

  • 客户调研companies_enrich + companies_employees_data + companies_jobs → 你的智能体自己撰写一份简报

Cookie/爬虫服务器

ZOOQ

是否使用你的 LinkedIn 账号

会使用——风险由你承担

不会

LinkedIn 改动时会怎样

经常失效

是我们的问题,不是你的

接入方式

浏览器配置文件、cookie、验证码

一个 API 密钥

成本

“免费”,直到你的账号消失了

300 免费积分,之后按调用计费

限流与合理使用

响应中带有 _meta.credits_remaining_meta.hourly_cap_remaining —— 智能体应自行监控调用节奏。 默认上限:每小时 10,000 积分。错误是结构化返回的(-32005 = 超出口试配额,请降低速度)。

链接

许可证

MIT(本仓库的元数据和文档)。ZOOQ API 本身是一项商业服务。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    High-performance autonomous MCP server that turns LinkedIn into an API for AI workflows, enabling profile management, job search, content posting, and document generation.
    14
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP 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.
    9
    2
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Self-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.
    58
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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