Productivity
getcvai.com
Tracks job applications in a GetCVAI.com account, letting users add applications, view details and status history, update statuses, and log interactions.
ENDPOINT 1
https://mcp.getcvai.com/mcp
MCP server metadata
- Name
- getcvai
- Version
- 2.0.0
Track job applications stored in the user's GetCVAI.com account and tailor their CV to a specific posting. Use these tools to list, add and re-status applications, to log outreach, and to generate a tailored CV from the user's master profile. Reading and tracking are free; generating a tailored CV spends one of the user's CV credits. Editing the master profile itself is done at getcvai.com.
Known tools 9
get_applicationFull detail for one tracked application, including its status history.
Inferred read-onlytrack_applicationStart tracking a new job application in the user's GetCVAI.com account.
Inferred read-onlyupdate_application_statusMove a tracked application to a new status and append to its history.
Inferred read-onlylog_interactionLog a touchpoint on a tracked application — a call, an email, a LinkedIn reply.
Potential side effectsget_accountCredits left, plan, free-tracking window, and how many applications sit in each status.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.getcvai]
url = "https://mcp.getcvai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"getcvai": {
"type": "http",
"url": "https://mcp.getcvai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: getcvai
Remote MCP URL: https://mcp.getcvai.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"getcvai": {
"url": "https://mcp.getcvai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"getcvai": {
"type": "http",
"url": "https://mcp.getcvai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "getcvai",
"transport": "streamable-http",
"url": "https://mcp.getcvai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.