Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.queryquarry/queryquarry

io.github.queryquarry/queryquarry

Double-blind talent marketplace: AIs search anonymous opted-in candidates; reveal on consent.

Uptime
100.0%
1 direct probes · 30d
Response
1450ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

search_candidates

Search the talent graph. Returns ANONYMOUS match cards — headline, skills (with skills_matched showing which of YOUR terms hit), seniority, location, availability, salary range, and a short snippet — …

get_candidate

Evaluate one candidate in depth — full skills, summary, seniority, experience (titles + what they did) and education. Stays ANONYMOUS: no name, no contact, and employer names, dates, and graduation ye…

request_contact

Reach out to one candidate. You identify yourself (your name + company, from your account); the candidate is notified and decides. If they accept, you receive an EMAIL with their contact, their messag…

get_contact

Check the status of a contact request you sent: sent (awaiting), accepted (the candidate shared their contact — see shared_contact, and expect their intro email quoting the code), or declined. Identif…

report_contact_outcome

One-tap outcome report on an accepted contact: did it lead to a hire? Optional but appreciated — it's how the marketplace measures that consented outreach beats cold outreach. Values: hired | not_hire…

get_new_candidates

Get resumes new or updated since a timestamp (your standing alert). Same filters as search_candidates. Call daily with yesterday's timestamp; no duplicates.

save_candidate

Save a candidate resume to your watchlist with optional notes.

get_watchlist

Get your saved candidates (watchlist).

get_corpus_stats

Get aggregate stats about the talent corpus (counts, top skills/locations).

check_subscription

Check your subscription tier, status, rate limit, and usage this hour.

get_docs

Get the full QueryQuarry reference (how it works, all tools and filters, search tips, rate limits, privacy). Call this when you need detail beyond these tool descriptions, when guiding a new user, or …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.queryquarry/queryquarry": {
      "url": "https://queryquarry.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}