# io.github.Rocketech-Software-Development/formacv (npm · @formacv/mcp)

FormaCV MCP server for AI-powered CV formatting, anonymization, tailoring, and ATS push-back.

- Trust score: 61/100 (medium)
- Change this week: +19
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@formacv/mcp`: 61/100 (this document), [markdown](https://verifymcp.io/servers/rocketech-software-development-formacv/formacv-mcp.md), [page](https://verifymcp.io/servers/rocketech-software-development-formacv/formacv-mcp)

## Channel facts

- Registry: `npm`
- Package: `@formacv/mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 88 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 564 tokens (~70/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add rocketech-software-development-formacv -- npx -y @formacv/mcp
```

### Codex

```bash
codex mcp add rocketech-software-development-formacv -- npx -y @formacv/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rocketech-software-development-formacv": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@formacv/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rocketech-software-development-formacv --command npx --arg -y --arg @formacv/mcp
```

### Hermes

```yaml
mcp_servers:
  rocketech-software-development-formacv:
    command: "npx"
    args: ["-y", "@formacv/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "rocketech-software-development-formacv": {
      "command": "npx",
      "args": [
        "-y",
        "@formacv/mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 60, +22)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 38, +20)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 18, −24)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 42, +18)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −18)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (8)

### `format_cv` (~101 tokens)

Turn any candidate CV into a client-ready PDF or DOCX in your agency-branded template—inline inside Bullhorn, JobAdder, or Vincere, or orchestrated via MCP alongside AI agents. Mirrors FormaCV’s promise: ATS-safe typography, compliant variants for regulated clients, branded output landing back on the ATS record typically in under 60 seconds.

Input parameters:

- `cv` (object, required)
- `options` (object)
- `template_id` (string, required)

### `tailor_cv` (~85 tokens)

Unlimited AI tailoring on every plan: paste the vacancy text, describe how to emphasise matches, translate, or demote noise, and FormaCV returns a tailored CV aligned to that brief while preserving your template system and ATS-safe structure.

Input parameters:

- `cv` (object, required)
- `instructions` (string, required)
- `template_id` (string)
- `vacancy_text` (string, required)

### `anonymize_cv` (~78 tokens)

Strip personally identifying details (name, email, phone, photo, address, company names) for blind client submissions with a structured audit trail—matching FormaCV’s anonymization story on every plan, including compliance-friendly evidence packs.

Input parameters:

- `audit_log` (boolean)
- `cv` (object, required)
- `fields_to_strip` (array)

### `push_to_ats` (~89 tokens)

Push a formatted FormaCV document back onto Bullhorn, JobAdder, or Vincere—replacing stale CVs or attaching a fresh branded file alongside existing documents. Reflects native FormaCV integrations that keep recruiters inside their ATS workflows.

Input parameters:

- `ats` (string, required)
- `attach_as` (string)
- `candidate_id` (string, required)
- `formatted_cv_id` (string, required)

### `bulk_format` (~70 tokens)

Queue up dozens of cached CV identifiers (mirroring Bullhorn/JobAdder/Vincere search-result batches) for parallel formatting against a single branded template—with optional ATS-safe typography and multilingual coverage.

Input parameters:

- `cv_ids` (array, required)
- `options` (object)
- `template_id` (string, required)

### `list_templates` (~49 tokens)

Discover agency templates scoped per client, branch, or user—including standard, compliance, and anonymized packs such as the bank-ready variants highlighted in FormaCV’s integration pages.

Input parameters:

- `filters` (object)

### `list_integrations` (~46 tokens)

Inspect MCP-aware ATS connectors (Bullhorn, JobAdder, Vincere) plus roadmap CRM bridges (Salesforce, HubSpot) to understand which pathways are authenticated for push-back workflows.

### `get_job_status` (~46 tokens)

Poll asynchronous MCP jobs triggered by formatting, tailoring, anonymization, or bulk batches—surfacing percentage completion plus secure download URLs when processing wraps.

Input parameters:

- `job_id` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/rocketech-software-development-formacv/formacv-mcp#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 60
- 2026-08-01: 38
- 2026-07-31: 18
- 2026-07-30: 42
- 2026-07-28: 24
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/@formacv/mcp
- Socket report: https://socket.dev/npm/package/@formacv/mcp
- Repository: https://github.com/Rocketech-Software-Development/formacv-mcp
- Changelog RSS feed: https://verifymcp.io/servers/rocketech-software-development-formacv/formacv-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/rocketech-software-development-formacv/formacv-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/rocketech-software-development-formacv/formacv-mcp
