Back to Browse

FormatixAI MCP Server

Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Branded talent docs: assessment reports, profiles, shortlists & proposals in DOCX/PPTX/PDF/Excel

About

Branded talent docs: assessment reports, profiles, shortlists & proposals in DOCX/PPTX/PDF/Excel

Security Report

6.2
Moderate6.2Moderate Risk

This is a well-structured MCP server with proper authentication design and no critical security vulnerabilities. The server acts as a thin client to the Formatix API, requires an API key for all sensitive operations, and properly validates configuration. Minor code quality concerns around error handling and lack of input validation do not significantly impact security given the server's purpose as a remote API client. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

3 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your Formatix API key (fxi_...). Get a free one with the claim_access tool using a company email.Required

Environment variable: FORMATIX_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-formatixai-mcp-server": {
      "env": {
        "FORMATIX_API_KEY": "your-formatix-api-key-here"
      },
      "args": [
        "-y",
        "@formatix-ai/mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Formatix AI — MCP Server

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.

npm License: MIT Trustpilot GitHub

Website: https://formatix.ai · Reviews: Trustpilot


Why Formatix is different

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 typeExamplesFormats
Assessment reportsHogan reports, psychometric reports, CEO assessment, leadership assessmentDOCX · PPTX · PDF
Progression reportsSuccession & talent-review packs, 9-box, promotion casesDOCX · PPTX · XLSX
Executive profilesOne-page bios, branded candidate profiles, blind/anonymized CVsDOCX · PPTX · PDF
Shortlists & decksMulti-candidate shortlist decks, longlists, slate presentationsPPTX
Client deliverablesClient submittals, proposals, RPO reports, market & comp intelligenceDOCX · PPTX · PDF · XLSX

Every document is generated from your own branded template — fonts, colours, logos and layout preserved exactly.

Who uses it

  • Executive search firms — client-branded profiles, shortlist decks and proposals in minutes.
  • In-house exec & leadership recruiting (TA) — board-ready candidate slates and assessment summaries.
  • Talent mapping / RPO teams — market maps, comp benchmarking, RPO reporting.
  • HR / People teams — succession planning, talent reviews and promotion packs.

Three ways to use Formatix

  1. Remote MCP — point ChatGPT, Claude or Perplexity at the hosted Formatix MCP endpoint.
  2. npx (this package) — run locally inside Claude Desktop, Cursor or Claude Code.
  3. Chrome extension — capture any LinkedIn profile and turn it into a polished resume in one click. → https://formatix.ai

Quick start

Get a free API key (company email)

Free access requires a company email — personal inboxes (gmail, outlook, yahoo, proton…) are not eligible.

  • In any connected AI client, just ask it to "claim free Formatix access with my email you@yourcompany.com" — the claim_access tool issues a key instantly, or
  • Sign up at https://formatix.ai and create a key in Settings → API keys.

Set the key as FORMATIX_API_KEY in the configs below.

Claude Desktop / Claude Code

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

~/.cursor/mcp.json:

{
  "mcpServers": {
    "formatix": {
      "command": "npx",
      "args": ["-y", "@formatix-ai/mcp"],
      "env": { "FORMATIX_API_KEY": "fxi_your_key_here" }
    }
  }
}

ChatGPT / Perplexity (remote connector)

Add a custom connector / MCP server pointing at the hosted endpoint:

https://platform.formatix.ai/mcp

Authenticate with your Formatix account (OAuth) or paste your fxi_ API key when prompted.


Tools

ToolWhat it does
list_document_typesList every document Formatix can generate (assessment reports, profiles, shortlists, proposals…) with available formats. Call this first.
generate_documentThe hero. Any source text → any branded document in DOCX/PPTX/PDF/XLSX. Returns a record_id.
format_from_linkedinLinkedIn profile text → polished resume / candidate profile.
check_statusPoll a record_id; returns the download link when the document is ready.
claim_accessGet a free API key with your company email.

Typical agent flow

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

Configuration

Env varDefaultPurpose
FORMATIX_API_KEY(none)Your fxi_ key. Without it, only claim_access works.
FORMATIX_API_BASEhttps://platform.formatix.aiOverride for testing against another environment.

How it works

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.

Links

License

MIT © Formatix AI Ltd

Reviews

No reviews yet

Be the first to review this server!