← zooq.dev

INDIVIDUAL MCP TOOL

email_find_by_profile

Identify a person and their current company from a professional profile URL (or handle), then find their work email — resolves name + domain for you.

zooq.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://zooq.dev/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for email_find_by_profile and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests sending messages.

Parent server

zooq.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.zooq]
url = "https://zooq.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zooq": {
      "type": "http",
      "url": "https://zooq.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zooq
Remote MCP URL: https://zooq.dev/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "zooq": {
      "url": "https://zooq.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zooq": {
      "type": "http",
      "url": "https://zooq.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zooq",
  "transport": "streamable-http",
  "url": "https://zooq.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • profile_full — Complete profile in one call — positions, education, skills, certifications, geo, follower/connection counts and flags.
  • profile_entity_id — Resolve a public handle to the person entityId used by the live person endpoints (posts, comments, interests, lookalikes).
  • profile_enrich — Freshest LIVE snapshot of one profile, by handle or entityId — not the deduplicated dataset record the other profile/* endpoints return.
  • profile_employment_history — Complete LIVE work history for one person: per-role organization, title, description, location, parsed dates, per-role skills, and parallel-position groupings (concurrent titles kept distinct rather than flattened).
  • profile_recommendations — Recommendations written for the person, with author details and text.
  • profile_similar — Similar professional profiles — expand a shortlist from one example.
  • profile_interests — Entities the person follows (companies, groups, people, newsletters).
  • companies_entity_id — Resolve a company slug to the numeric organization id used by the live company endpoints (posts, similar, affiliated, insights).