← Registry

API Tools

cazvid.com

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

1 endpoint15 known toolsCached registry data

ENDPOINT 1

https://mcp.cazvid.com/mcp

No auth detected

Known tools 15

preview_job

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

create_job

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

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 (crm_* contact, interaction, and resume tools, 500 per UTC day, plus a separate per-key resume-upload quota).

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

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

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

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

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.

crm_upsert_contact

Create a contact in your CRM.

crm_update_contact

Update fields on an existing CRM contact by id.

crm_delete_contact

Soft-delete a CRM contact by id.

crm_log_interaction

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

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.

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.

crm_upload_resume

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