API Tools
cazvid.com
Provides tools to manage job posts and search candidates via CazVid's API.
ENDPOINT 1
https://mcp.cazvid.com/mcp
MCP server metadata
- Name
- cazvid-mcp
- Version
- 1.0.0
Known tools 30
preview_jobGenerate a preview of a job post from a plain-language prompt WITHOUT saving anything.
Potential side effectslist_api_usageShow your CazVid Developer API quota for ALL FIVE tool families in one response: Job Builder (preview_job / create_job, 10 per UTC day), Candidate Search (search_candidates, 100 per UTC day), Webhooks (event deliveries, 5,000 per UTC day - list_webhook_endpoints itself is free), Job Search (search_jobs, 500 per UTC day), and CRM (every crm_* tool, 5,000 per UTC day by default - an organization can be granted more, which is one reason to read the number here rather than assume it - plus a separate per-key resume-upload quota).
Potential side effectssearch_candidatesRead-only search of CazVid's candidate database (job seekers) from a plain-language query plus optional structured filters (location, remote-only, video-required, language, created-after date).
Inferred read-onlylist_webhook_endpointsRead-only list of the organization's Developer Webhooks endpoints - the HTTPS receivers CazVid sends signed application.received events to (fired when a candidate applies to one of the org's job posts).
Inferred read-onlysearch_jobsRead-only search of CazVid's PUBLIC job posts from a plain-language query plus optional structured filters (location, remote-only, language, posted-after date).
Inferred read-onlycrm_search_contactsRead-only list/search of your organization's CRM contacts with an optional plain-language search (matches name, company, job title, skills, industry, education, email, and phone).
Potential side effectscrm_get_contactRead-only full detail of one CRM contact by id (from crm_search_contacts): name, company, job titles, location, LinkedIn, all emails and phones with their labels, tags, resume state, and whether the contact is linked to a CazVid platform user.
Inferred read-onlycrm_log_interactionAppend an interaction - a timeline entry such as an email, call, interview, or note - to a CRM contact.
Potential side effectscrm_list_interactionsRead-only timeline of one CRM contact's interactions (emails, calls, interviews, notes), newest first - each with its type, date, note, and tags.
Inferred read-onlycrm_list_interaction_typesRead-only list of the valid interaction-type NAMES you can pass as `type` to crm_log_interaction, grouped by category.
Inferred read-onlycrm_upload_resumeAttach a resume file (PDF, DOC, or DOCX) to a CRM contact and queue it for parsing.
Inferred read-onlycrm_list_pipelinesRead-only list of your organization's CRM pipelines (candidate boards - what the CazVid app calls Lists), newest first.
Inferred read-onlycrm_get_pipelineRead-only full view of one CRM pipeline (a board) by id: its name and color, every active stage in board order (id, name, color, position, card count), and a page of each stage's cards.
Inferred read-onlycrm_delete_pipelineARCHIVE a CRM pipeline (soft-delete: the pipeline, all of its stages, and all of its cards are removed from view, and any job postings linked to it are unlinked - nothing is hard-erased, and the CONTACTS behind the cards are NOT deleted).
Potential side effectscrm_edit_stagesAdd, rename, recolor, reorder, or delete a stage (column) on a CRM pipeline.
Potential side effectscrm_add_candidate_to_listAdd a candidate (an EXISTING CRM contact) to a pipeline as a card.
Inferred read-onlycrm_create_taskCreate a task - a unit of WORK, such as a drafted outreach message awaiting approval ('proposal'), a scheduled nudge ('followup'), or anything else ('todo').
Potential side effectscrm_list_open_tasksRead-only WORK QUEUE for the whole workspace: every task across all contacts, SOONEST DUE FIRST.
Inferred read-onlycrm_list_contact_tasksRead-only list of the tasks on ONE CRM contact, NEWEST CREATED FIRST.
Inferred read-onlycrm_update_taskThe general-purpose task edit: change fields, move the task through its lifecycle, take or release a claim - or any combination in one call.
Potential side effectsCONNECT 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.cazvid-mcp]
url = "https://mcp.cazvid.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cazvid-mcp": {
"type": "http",
"url": "https://mcp.cazvid.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cazvid-mcp
Remote MCP URL: https://mcp.cazvid.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": {
"cazvid-mcp": {
"url": "https://mcp.cazvid.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cazvid-mcp": {
"type": "http",
"url": "https://mcp.cazvid.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cazvid-mcp",
"transport": "streamable-http",
"url": "https://mcp.cazvid.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cazvid.com was fetched 2026-08-25T17:56:03.768Z and is being refreshed.
cazvid.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.