ZOOQ - LinkedIn Data for AI Agents
ZOOQ MCP — 为 AI 智能体提供实时 LinkedIn 数据
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) | 完整资料、信息补齐、任职经历、相似人物 |
|
公司(11) | 公司信息、员工数据、洞察、相似公司 |
|
搜索与信号(7) | 人脉/公司搜索、实时搜索、跳槽信号 |
|
职位(6) | 职位搜索、职位详情、招聘团队 |
|
动态与互动(5) | 某个人的动态、评论、点赞 |
|
邮箱查找(5) | 查找、验证、反转查询、域名线索 |
|
查询(3) | 技能、机构分类 |
|
典型智能体工作流:
AI 销售开发(SDR) —
search_people→profile_enrich→posts_all→ 写出真正个性化的开场白 →email_find_by_profile跳槽信号触发 — 在目标账号上运行
search_job_changes→ 在他们入职的当周祝贺或推销客户调研 —
companies_enrich+companies_employees_data+companies_jobs→ 你的智能体自己撰写一份简报
为什么不用爬虫或基于 cookie 的 MCP 服务器?
Cookie/爬虫服务器 | ZOOQ | |
是否使用你的 LinkedIn 账号 | 会使用——风险由你承担 | 不会 |
LinkedIn 改动时会怎样 | 经常失效 | 是我们的问题,不是你的 |
接入方式 | 浏览器配置文件、cookie、验证码 | 一个 API 密钥 |
成本 | “免费”,直到你的账号消失了 | 300 免费积分,之后按调用计费 |
限流与合理使用
响应中带有 _meta.credits_remaining 和 _meta.hourly_cap_remaining —— 智能体应自行监控调用节奏。
默认上限:每小时 10,000 积分。错误是结构化返回的(-32005 = 超出口试配额,请降低速度)。
链接
网站与文档:zooq.dev
免费密钥:zooq.dev/signup
由 Amir Baldiga 构建 — GTM 工程师;ZOOQ 为他的营销外展智能体提供支持。
许可证
MIT(本仓库的元数据和文档)。ZOOQ API 本身是一项商业服务。
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