Submit

Zooq

@Zooq

Zooq is a LinkedIn-data API and MCP server for AI agents. No login, no cookie, no browser automation, so no account ever gets flagged. It wraps the full REST catalog (public profiles, companies, and posts) as credit-billed MCP tools any client can call: Claude Desktop, Cursor, Codex, Windsurf, and any MCP-compatible client. Single X-API-Key header, clean JSON, pay-as-you-go credits, 300 free on signup. Public data only, so no private connections or InMail. Endpoint: https://zooq.dev/api/mcp
Overview

What Zooq is

A LinkedIn-data API and first-party MCP server for AI agents. No login, no cookie, no browser automation, so no account gets flagged. Public profile, company, and post data as clean JSON.

Why it exists

After Proxycurl shut down, agent builders needed a clean LinkedIn JSON source that doesn't require anyone's account cookie. Zooq wraps the full REST catalog as credit-billed MCP tools any client can call: Claude Desktop, Cursor, Codex, Windsurf, and more.

Setup

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

Get a key at https://zooq.dev (300 free credits on signup).

Limitation

Public data only. No private connections, no InMail.

Server Config

{
  "mcpServers": {
    "zooq": {
      "type": "http",
      "url": "https://zooq.dev/api/mcp",
      "headers": {
        "X-API-Key": "YOUR_ZOOQ_API_KEY"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.