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.
5 tools wrap the most-used REST endpoints. More on the way.
profile_overviewBasic profile by LinkedIn username.
Cost: 1 credit per call
profile_fullComplete profile in one call (experience, education, skills).
Cost: 3 credits per call
company_infoCompany details.
Cost: 1 credit per call
search_peopleSearch people with filters.
Cost: 2 credits per call
search_jobsJob search.
Cost: 2 credits per call
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.
Add this block to your Cursor MCP settings:
{
"mcp": {
"servers": {
"zooq": {
"url": "https://zooq.dev/api/mcp",
"headers": { "X-API-Key": "zq_..." }
}
}
}
}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.