← mcphire.com
INDIVIDUAL MCP TOOL
list_candidate_matches
Heartbeat endpoint — Claude calls this at conversation start.
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.mcphire-com]
url = "https://mcp.mcphire.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcphire-com": {
"type": "http",
"url": "https://mcp.mcphire.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcphire-com
Remote MCP URL: https://mcp.mcphire.com/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": {
"mcphire-com": {
"url": "https://mcp.mcphire.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcphire-com": {
"type": "http",
"url": "https://mcp.mcphire.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcphire-com",
"transport": "streamable-http",
"url": "https://mcp.mcphire.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_jobs— Search IT job vacancies with filters.get_job_details— Get detailed information about a specific job vacancy.apply_to_job— Apply to a job vacancy with an optional cover letter.get_candidate_applications— Get the list of job applications submitted via MCP.get_salary_stats— Get salary statistics grouped by seniority level.get_candidate_questions— Return the ~150-question catalog for candidate onboarding.register_candidate_profile— Create a candidate agent profile after explicit user approval.get_candidate_verification_status— Check whether the claim_token has been detected in the user's proof_url.