← queryquarry.com
INDIVIDUAL MCP TOOL
get_corpus_stats
Get aggregate stats about the talent corpus (counts, top skills/locations).
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 endpoint
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.queryquarry]
url = "https://queryquarry.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"queryquarry": {
"type": "http",
"url": "https://queryquarry.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: queryquarry
Remote MCP URL: https://queryquarry.com/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": {
"queryquarry": {
"url": "https://queryquarry.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"queryquarry": {
"type": "http",
"url": "https://queryquarry.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "queryquarry",
"transport": "streamable-http",
"url": "https://queryquarry.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_candidates— Search the talent graph.get_candidate— Evaluate one candidate in depth — full skills, summary, seniority, experience (titles + what they did) and education.request_contact— Reach out to one candidate.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.report_contact_outcome— One-tap outcome report on an accepted contact: did it lead to a hire?get_new_candidates— Get resumes new or updated since a timestamp (your standing alert).save_candidate— Save a candidate resume to your watchlist with optional notes.get_watchlist— Get your saved candidates (watchlist).