API Tools
cazvid.com
Provides tools to manage job posts and search candidates via CazVid's API.
ENDPOINT 1
https://mcp.cazvid.com/mcp
Known tools 15
preview_jobGenerate a preview of a job post from a plain-language prompt WITHOUT saving anything.
create_jobCreate a real job in CazVid from a plain-language prompt.
list_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 (crm_* contact, interaction, and resume tools, 500 per UTC day, plus a separate per-key resume-upload quota).
search_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).
list_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).
search_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).
crm_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).
crm_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.
crm_upsert_contactCreate a contact in your CRM.
crm_update_contactUpdate fields on an existing CRM contact by id.
crm_delete_contactSoft-delete a CRM contact by id.
crm_log_interactionAppend an interaction - a timeline entry such as an email, call, interview, or note - to a CRM contact.
crm_list_interactionsRead-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_typesRead-only list of the valid interaction-type NAMES you can pass as `type` to crm_log_interaction, grouped by category.
crm_upload_resumeAttach a resume file (PDF, DOC, or DOCX) to a CRM contact and queue it for parsing.