Trace
An MCP server that transforms Claude into an honest CV co-pilot, mechanically verifying all claims against your actual experience through a structured truth base.
README
Trace — the CV tool that won't lie for you
An MCP server that turns your own Claude (Desktop, Code, or any MCP client) into an honest CV co-pilot. Your career data stays on your machine, and every claim on a generated CV is mechanically verified against what you actually did.
Why this exists
Every AI CV tool has the same failure mode: it invents. Trace inverts it.
- Truth Base — your CV is parsed into a structured record of what you actually did (
~/.trace/truth_base.json, never uploaded anywhere). - Enrich interview — sharp questions that surface the metrics and scope your CV under-sells. Facts you supply, never suggestions to inflate.
- Honest fit score — a job description is scored against your Truth Base with a verdict of apply, stretch, or skip. Trace will tell you not to apply.
- Tailor with receipts — the CV is generated ONLY from Truth Base evidence. Every claim carries a JSON-path receipt, and the server's
validate_receiptstool resolves each path mechanically. A claim that doesn't resolve fails the gate; the model must remove it before you ever see the document.
The honesty guardrail is code, not a system prompt.
Install
Requires Python 3.10+.
git clone https://github.com/defibabylon/trace-mcp.git
cd trace-mcp
pip install -r requirements.txt
Claude Code (from the repo directory):
claude mcp add trace -- python server.py
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"trace": {
"command": "python",
"args": ["<absolute path>/trace-mcp/server.py"]
}
}
}
No API key. The model you're already talking to does the generation.
Use
Start with the trace_wizard prompt (or just say "run the Trace wizard"). Steps:
| Prompt | What happens |
|---|---|
trace_wizard |
Resume wherever you left off |
parse_cv |
Paste your CV → Truth Base |
enrich |
Interview to fill gaps (metrics, scope, your voice) |
score_fit |
Paste a JD → blockers, gap map, apply/stretch/skip |
tailor |
Receipt-verified CV + cover letter, exported to ~/.trace/jobs/<company>/ |
Tools (for the model)
get_wizard_state, save_truth_base, get_truth_base, save_job, get_job, record_fit, validate_receipts, export_document, list_jobs
Privacy
Everything lives in ~/.trace/ on your machine (override with TRACE_HOME). Nothing is sent anywhere except the conversation you are already having with your model. Delete the folder to reset.
Test
python test_server.py
License
MIT — AtlasFlow Systems. Trace is an AtlasFlow product; the full web app (no MCP client needed) is in development.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.