← Registry

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.

1 endpoint9 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://mcp.getcvai.com/mcp

No auth detected

MCP server metadata

Name
getcvai
Version
2.0.0
Capabilities
experimentalpromptsresourcestools
Server instructions

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

list_applications

List the user's tracked job applications, newest first.

Inferred read-only
get_application

Full detail for one tracked application, including its status history.

Inferred read-only
track_application

Start tracking a new job application in the user's GetCVAI.com account.

Inferred read-only
update_application_status

Move a tracked application to a new status and append to its history.

Inferred read-only
log_interaction

Log a touchpoint on a tracked application — a call, an email, a LinkedIn reply.

Potential side effects
get_profile

The user's own structured CV profile — experience, skills, education.

Inferred read-only
get_account

Credits left, plan, free-tracking window, and how many applications sit in each status.

Inferred read-only
generate_tailored_cv

Generate a CV tailored to this job and start tracking it.

Inferred read-only
whoami

Resolve which GetCVAI.com account the current token belongs to.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.