INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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.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).get_corpus_stats— Get aggregate stats about the talent corpus (counts, top skills/locations).