Beta

Zooq is an MCP server too.

Add Zooq to Claude Desktop, Cursor, or any MCP-compatible client and your agent gets LinkedIn data tools out of the box. Same key, same billing — every MCP tool call is a real credit-deducted request.

Available tools

5 tools wrap the most-used REST endpoints. More on the way.

profile_overview

Basic profile by LinkedIn username.

Cost: 1 credit per call

profile_full

Complete profile in one call (experience, education, skills).

Cost: 3 credits per call

company_info

Company details.

Cost: 1 credit per call

search_people

Search people with filters.

Cost: 2 credits per call

search_jobs

Job search.

Cost: 2 credits per call

Install in Claude Desktop

Edit your claude_desktop_config.json and add:

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

Replace zq_... with the key from your dashboard. Restart Claude. The tools appear in the tools menu.

Install in Cursor

Add this block to your Cursor MCP settings:

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

Roadmap: proactive push endpoints

The MCP stub is just the start. Coming Q3: push endpoints — subscribe to a target (a profile, a company, a search) and Zooq pushes deltas to your agent as they appear. No polling. Real-time agentic workflows.

Get an API key →