Connect an AI agent
Work on your CV and cover letters inside Claude, ChatGPT, Codex, or another MCP-capable tool. The agent can read your career foundation and save its work back as reviewable new versions — nothing is overwritten.
https://app.newcvtool.com/mcp
Claude
The button opens Claude with the connector name and URL already filled in. Confirm Add, sign in to New CV Tool if asked, then approve access.
Cursor
Cursor shows its own approval dialog, writes the server into mcp.json, then runs the same sign-in.
ChatGPT
ChatGPT setup is manual and must be completed on the web:
- Open ChatGPT Settings → Apps → Advanced and turn on Developer mode. Some accounts still show the toggle under Settings → Connectors → Advanced.
- Back in Settings, add a custom connector.
- Paste the connection URL above, save, then approve the New CV Tool page that opens.
- Open a new chat and switch New CV Tool on there — a saved connector stays off until you enable it in the chat.
Coding tools
Claude Code and Codex each connect with one command. Any other coding agent can usually configure itself from the plain-language instruction.
claude mcp add --transport http "New CV Tool" https://app.newcvtool.com/mcp[mcp_servers."New CV Tool"]
url = "https://app.newcvtool.com/mcp"
auth = "oauth"codex mcp login "New CV Tool"A browser tab opens for approval. Type /mcp inside Codex to confirm it connected.
Add the remote MCP server at https://app.newcvtool.com/mcp as “New CV Tool”, connect it to my account, then call get_started.First prompt after connecting
Call get_started. If my profile is empty, interview me for roles, skills and education and save only facts I confirm with add_profile_facts. Otherwise read my profile, explain what is already strong, what evidence or preferences are missing, and ask before changing anything. Do not invent facts.This gives the agent the product rules. An empty profile can be built in the chat; an existing one is never rewritten without asking.
What you are approving
What you need
A free New CV Tool account with a profile in it, plus an MCP-capable client. No payment and no developer API key.
Machine-readable summary: /llms.txt · How the product works: /help · Open the app