MCP Server
Model Context Protocol — connect Career Agents to any AI client
Career Agents MCP Server Gateway
Expose all 167 career agents as MCP tools to any compatible AI client
Active Status
167
Agents
19
Divisions
5
MCP Tools
Client Configuration Settings
Select your MCP client to copy the standard configurations
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"career-agents": {
"command": "npx",
"args": [
"-y",
"@karthikrshet/career-agents-mcp"
],
"env": {
"CAREER_AGENTS_API_URL": "https://career-agents.dev/api"
}
}
}
}Handshake Connection Sync Simulator
Test MCP connectivity with workspace logs
Interactive Sync Diagnostics
Click "Run Handshake" above to simulate connection logs...
Available MCP Tools
Tools exposed to AI clients via the MCP protocol
list_agentstool
List all 167 career agents by division
{ division?: string }run_agenttool
Execute a specific agent with custom context
{ agentId: string, context: string }search_agentstool
Search agents by name, skill, or use case
{ query: string }get_resume_tipstool
Retrieve specific resume audit recommendations
{ section?: string }sync_trackertool
Sync external kanban applications to workspace
{ format: string }Quick Deploy
You can launch the Career Agents protocol as a standalone package via NPX:
npx -y @karthikrshet/career-agents-mcp
The AI client will connect through stdin/stdout to search the workspace database.