← Registry

API Tools

cazvid.com

Provides tools to manage job posts and search candidates via CazVid's API.

1 endpoint30 known toolsFirst detected July 22, 2026Last detected September 1, 2026

ENDPOINT 1

https://mcp.cazvid.com/mcp

No auth detected

MCP server metadata

Name
cazvid-mcp
Version
1.0.0
Capabilities
tools.listChanged

Known tools 30

preview_job

Generate a preview of a job post from a plain-language prompt WITHOUT saving anything.

Potential side effects
create_job

Create a real job in CazVid from a plain-language prompt.

Potential side effects
list_api_usage

Show 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 effects
search_candidates

Read-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-only
list_webhook_endpoints

Read-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-only
search_jobs

Read-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-only
crm_search_contacts

Read-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 effects
crm_get_contact

Read-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-only
crm_upsert_contact

Create a contact in your CRM.

Potential side effects
crm_update_contact

Update fields on an existing CRM contact by id.

Potential side effects
crm_delete_contact

Soft-delete a CRM contact by id.

Potential side effects
crm_log_interaction

Append an interaction - a timeline entry such as an email, call, interview, or note - to a CRM contact.

Potential side effects
crm_list_interactions

Read-only timeline of one CRM contact's interactions (emails, calls, interviews, notes), newest first - each with its type, date, note, and tags.

Inferred read-only
crm_list_interaction_types

Read-only list of the valid interaction-type NAMES you can pass as `type` to crm_log_interaction, grouped by category.

Inferred read-only
crm_upload_resume

Attach a resume file (PDF, DOC, or DOCX) to a CRM contact and queue it for parsing.

Inferred read-only
crm_list_pipelines

Read-only list of your organization's CRM pipelines (candidate boards - what the CazVid app calls Lists), newest first.

Inferred read-only
crm_get_pipeline

Read-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-only
crm_create_pipeline

Create a new CRM pipeline (a candidate board).

Potential side effects
crm_update_pipeline

Rename and/or recolor a CRM pipeline.

Inferred read-only
crm_delete_pipeline

ARCHIVE 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 effects
crm_edit_stages

Add, rename, recolor, reorder, or delete a stage (column) on a CRM pipeline.

Potential side effects
crm_add_candidate_to_list

Add a candidate (an EXISTING CRM contact) to a pipeline as a card.

Inferred read-only
crm_move_candidate_stage

Move a pipeline card to a different stage - e.g.

Inferred read-only
crm_remove_candidate_from_list

Remove a card from a pipeline.

Potential side effects
crm_create_task

Create 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 effects
crm_list_open_tasks

Read-only WORK QUEUE for the whole workspace: every task across all contacts, SOONEST DUE FIRST.

Inferred read-only
crm_list_contact_tasks

Read-only list of the tasks on ONE CRM contact, NEWEST CREATED FIRST.

Inferred read-only
crm_update_task

The 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 effects
crm_complete_task

Close a task out and take it off the queue.

Inferred read-only
crm_delete_task

Soft-delete a task by id.

Potential side effects

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.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.

Trust status Trusted

cazvid.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.