← getcvai.com

INDIVIDUAL MCP TOOL

log_interaction

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

getcvai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.getcvai.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for log_interaction and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

getcvai.com

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.

Related tools

  • list_applications — List the user's tracked job applications, newest first.
  • get_application — Full detail for one tracked application, including its status history.
  • track_application — Start tracking a new job application in the user's GetCVAI.com account.
  • update_application_status — Move a tracked application to a new status and append to its history.
  • get_profile — The user's own structured CV profile — experience, skills, education.
  • get_account — Credits left, plan, free-tracking window, and how many applications sit in each status.
  • generate_tailored_cv — Generate a CV tailored to this job and start tracking it.
  • whoami — Resolve which GetCVAI.com account the current token belongs to.