Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The only AI that automates and personalizes _any_ branded talent document — not just CVs.
Turn a CV, a LinkedIn profile, or structured data into assessment reports (Hogan, psychometric, CEO & leadership), progression reports, executive profiles, candidate shortlists, client submittals, proposals and RPO reports — exported as DOCX, PPTX, PDF or Excel, perfectly on-brand.
Connect Formatix to Claude, ChatGPT, Perplexity, Cursor, Claude Code — or any MCP-compatible AI agent — and let the AI generate the finished, client-ready document for you.
Website: https://formatix.ai · Reviews: [Trustpilot](https://www.trustpilot.com/review/formatix.ai)
Every other "CV formatter" stops at _one CV → one Word document_. Formatix is the only platform that templatizes and automates the documents nobody else does, across every format and use case:
| Document type | Examples | Formats |
|---|---|---|
| Assessment reports | Hogan reports, psychometric reports, CEO assessment, leadership assessment | DOCX · PPTX · PDF |
| Progression reports | Succession & talent-review packs, 9-box, promotion cases | DOCX · PPTX · XLSX |
| Executive profiles | One-page bios, branded candidate profiles, blind/anonymized CVs | DOCX · PPTX · PDF |
| Shortlists & decks | Multi-candidate shortlist decks, longlists, slate presentations | PPTX |
| Client deliverables | Client submittals, proposals, RPO reports, market & comp intelligence | DOCX · PPTX · PDF · XLSX |
Every document is generated from your own branded template — fonts, colours, logos and layout preserved exactly.
Free access requires a company email — personal inboxes (gmail, outlook, yahoo, proton…) are not eligible.
claim_access tool issues a key instantly, orSet the key as FORMATIX_API_KEY in the configs below.
claude_desktop_config.json (or .mcp.json for Claude Code):
{
"mcpServers": {
"formatix": {
"command": "npx",
"args": ["-y", "@formatix-ai/mcp"],
"env": {
"FORMATIX_API_KEY": "fxi_your_key_here"
}
}
}
}~/.cursor/mcp.json:
{
"mcpServers": {
"formatix": {
"command": "npx",
"args": ["-y", "@formatix-ai/mcp"],
"env": { "FORMATIX_API_KEY": "fxi_your_key_here" }
}
}
}Add a custom connector / MCP server pointing at the hosted endpoint:
https://platform.formatix.ai/mcpAuthenticate with your Formatix account (OAuth) or paste your fxi_ API key when prompted.
| Tool | What it does |
|---|---|
list_document_types | List every document Formatix can generate (assessment reports, profiles, shortlists, proposals…) with available formats. Call this first. |
generate_document | The hero. Any source text → any branded document in DOCX/PPTX/PDF/XLSX. Returns a record_id. |
format_from_linkedin | LinkedIn profile text → polished resume / candidate profile. |
check_status | Poll a record_id; returns the download link when the document is ready. |
claim_access | Get a free API key with your company email. |
list_document_types() → choose a template_id + template_type
generate_document(source_text, template_id, → returns record_id
template_type, output_format)
check_status(record_id) → "Formatted" + download_url
→ hand the download_url back to the client| Env var | Default | Purpose |
|---|---|---|
FORMATIX_API_KEY | _(none)_ | Your fxi_ key. Without it, only claim_access works. |
FORMATIX_API_BASE | https://platform.formatix.ai | Override for testing against another environment. |
This package is a thin client. All formatting, AI extraction and rendering run on the Formatix platform; this server simply exposes a small, agent-friendly set of tools over the Model Context Protocol. No credentials are stored in this repo — you supply your own key.
MIT © Formatix AI Ltd
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.