← zooq.dev

INDIVIDUAL MCP TOOL

g_title_skills_lookup

Skill catalog search by name (partial match) — skills only, despite the endpoint name.

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 g_title_skills_lookup and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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).