Civify MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CIVIFY_API_KEY | Yes | Your Civify developer API key (`cv-fy-...`) | |
| CIVIFY_API_URL | No | Civify backend API base URL | https://civify.cv/apis |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| civify_get_accountA | Get user account profile, subscription tier, remaining token balance, and CV credits. |
| civify_parse_cvB | Parse a resume document (PDF, DOCX, image) into structured JSON schema containing contact details, work experience, education, skills, and projects. |
| civify_tailor_cvB | Tailor a candidate's resume against a target job description. Optimizes bullet points, highlights matching skills, and generates an optional targeted cover letter. |
| civify_score_atsB | Calculate general ATS compatibility score and structural audit without needing a full JD. |
| civify_mask_piiB | Upload a CV and produce a sanitized, PII-masked version (redacts email, phone, physical address). |
| civify_scrape_jobA | Scrape and extract structured job description, company name, requirements, and responsibilities from a job URL (LinkedIn, Greenhouse, Lever, Ashby, Wuzzuf). |
| civify_track_applicationC | Record a job application in the candidate's Civify Application Kanban tracker. |
| civify_get_pay_per_cv_pricingB | Get localized Pay-Per-CV single unlock pricing (USD base and EGP regional pricing). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct action and resource: parsing, tailoring, ATS scoring, PII masking, job scraping, application tracking, account retrieval, and pricing are all clearly separate. No two tools overlap in purpose.
All tools use the same civify_ prefix followed by a snake_case verb_noun pattern (e.g., civify_parse_cv, civify_tailor_cv). The convention is predictable and consistent throughout.
Eight tools is well-scoped for a CV and job application assistant, with each tool covering a distinct part of the workflow. No tools feel redundant or extraneous.
Core operations for CV parsing, tailoring, ATS scoring, PII masking, job scraping, and application recording are present. However, the application tracker lacks list, update, and delete operations, and account management only supports retrieval, leaving notable lifecycle gaps.