The Achievd connector
Achievd is a career vault: a permanent, scored record of what you actually did at work. This connector lets an AI assistant read that record and add to it, so the resume it drafts comes from your real work rather than from what it can infer, and so logging a win takes one sentence instead of a trip to another tab.
What it can do
Three tools, one that reads and two that write.
get_career_vault_snapshotreads your profile, role history, skills, and highest scoring achievements. It changes nothing.log_winrecords something that happened, in a sentence or two, with no metric required.create_achievementrecords a full achievement: the result, the measure if there is one, and the method.
Every achievement carries two separate scores. Impact is how much the work mattered. Quality is how well it is written. A high impact score with a low quality score means real work that is currently described badly, which is the most useful thing in your vault to fix.
Before you start
You need an Achievd account on a paid plan. The connector signs in to the same account as the web app, so there is nothing to read until you have a vault. If you are starting from scratch, import a resume first at app.achievd.ai, which fills the vault in one pass.
Connecting
The server speaks the Model Context Protocol over streamable HTTP at one address:
https://mcp.achievd.ai/mcp
Any client that supports remote MCP servers with OAuth can connect to it. There is nothing to install and nothing to download.
In Claude, open Settings, then Connectors, then Add custom connector, and paste that URL. In ChatGPT, add it as a connector in settings. In Gemini and other clients, add it wherever the client accepts a remote MCP server URL. In Claude Code, one command does it:
claude mcp add --transport http achievd https://mcp.achievd.ai/mcp
The client will send you to Achievd to sign in and approve access. Once you approve, the connection is live and the tools appear in your assistant.
Authentication
Access uses OAuth 2.1 with PKCE. Your assistant never sees your Achievd password. It receives a token scoped to two permissions, which the consent screen names before you approve: reading your vault, and adding to it. No tool can delete anything, and none can change your profile or your job history.
You can revoke access at any time from Profile, then Connections, in the web app. Revoking takes effect on the next request. Changing your Achievd password also revokes every connection, and your assistant will ask you to sign in again.
Example prompts
Each of these exercises a different part of the connector.
- What are my strongest achievements, and which ones are described badly?
- I just cut our deploy time from 40 minutes to 9. Log that.
- Add an achievement: I led the pricing rework that moved trial conversion from 2.1 percent to 3.4 percent across Q2.
- Using my vault, draft five resume bullets for a senior platform role.
- Which of my achievements are missing numbers, and what would I need to measure to fill them in?
The last two are worth noticing, because they are the point. Your assistant does the drafting and the thinking using its own subscription, and Achievd supplies the facts. Nothing is generated for you and stored as though you had said it.
What gets written
Anything created through this connector is marked with its source, so you can find, review, or remove it from the web app. The tools are written to record only what you actually said. If you mention a result with no number, it is stored with no number rather than an invented one.
Privacy and support
The privacy policy covers what is collected, how it is stored, and how long it is kept. Questions and problems go to support@achievd.ai.