MCP Integration
Your resume, accessible everywhere. Connect to any AI assistant through the Model Context Protocol and manage your career documents programmatically.
// Configure the Candid MCP server
{
"mcpServers": {
"candid": {
"command": "npx",
"args": ["@candid/mcp-server"],
"env": {
"CANDID_API_KEY": "your-api-key"
}
}
}
}CLI & IDE Integration
Update your resume from VS Code, Cursor, or any terminal. The MCP server exposes tools that any compatible AI assistant can call.
Automated Workflows
Build pipelines that automatically update your resume when you ship a project, earn a certification, or hit a career milestone.
Scoped Permissions
Fine-grained API tokens let you control exactly which sections an integration can read or modify. Revoke access at any time.
Real-Time Sync
Changes made through the API are instantly reflected in the web editor and all published versions of your resume.
REST & MCP Dual API
Use the traditional REST API for custom integrations, or the MCP protocol for direct AI assistant connectivity.
Third-Party Connectors
Pre-built connectors for popular tools: GitHub (auto-import repos), LinkedIn (sync experience), and Notion (import content).