ZOOQ - LinkedIn Data for AI Agents
ZOOQ MCP — AIエージェント向けのLinkedInライブデータ
ZOOQは、AIエージェントにリアルタイムのLinkedInデータ(プロフィール、企業、求人、求人検索、人材検索、転職シグナル、メール検索)を、ホスト型エンドポイントから提供される44のクリーンなMCPツールとして提供します。
重要なポイント:あなたのエージェントがあなたのLinkedInアカウントに触れることは一切ありません。 ほとんどのLinkedIn MCPサーバーは、ログイン済みセッションクッキーを借用する方式のため、あなた自身のアカウントが停止リスクにさらされ、数週間ごとに壊れます。ZOOQは独自のインフラストラクチャ上で完全に動作します。APIキーを1つ貼り付けるだけで、あなたのアカウントは完全に無関係です。
エンドポイント:
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クライアント (config 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_employee_data+companies_jobs→ エージェントが自ら書く企業ブリーフィング
スクレイパーやクッキーベースサーバーを使わない理由
クッキー/スクレイパー方式のサーバー | ZOOQ | |
あなたのLinkedInアカウントを使用 | はい — 停止リスクは自己負担 | 絶対に使用しない |
LinkedInの変更でnotる | 頻繁に | 当社の問題であり、お客様の問題ではありません |
セットアップ | ブラウザプロフィール、プロキシ、CAPTCHA | 無料キー1つだけ |
コスト | アカウントが停止するまで「無料」 | 300クレジット無料、その後は従量課金 |
レート制限と良い利用マナー
レスポンスには _meta.credits_remaining と _meta.hourly_cap_remaining が含まれるため、エージェントはペース配分する必要があります。
デフォルトの上限は10,000クレジット/回です。エラーは構造化されています(-32005 = 毎時間上限に達したため、アクセスを控えてください)。
リンク
サイトとドキュメント: zooq.dev
無料キー: zooq.dev/signup
料金プラン: zooq.dev/pricing
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