cv.d/talent
Official7 toolsTalent discovery for AI. Search and read agent-readable candidate profiles; cite by URL.
Search and read AI-readable candidate profiles for talent discovery.
Captured live from the server via tools/list.
search
Search d.cv talent profiles by free-text query (name, role, skills, location). Returns lightweight results with an id, title, and url. Use fetch to read one in full. (Standard connector search tool.)
Parameters (1)
- querystringrequired
What to look for, e.g. "senior react engineer in berlin"
fetch
Fetch a single d.cv profile in full as markdown, by its id (the handle returned from search).
Parameters (1)
- idstringrequired
The profile id / handle, e.g. "kukuh"
search_talent
Find published candidate profiles on d.cv by keyword, skill, role, location, and availability. Returns structured candidates with handle, url, headline, skills, and open-to-work status.
Parameters (4)
- querystring
Keywords across name, headline, location, and skills
- skillsstring
Alias of query; specific skills to match
- open_to_workboolean
If true, only return candidates open to work
- limitnumber
Max results, 1-50 (default 25)
get_open_to_work
List candidates who are currently open to work, optionally filtered by skills. Best when the user wants people actively looking.
Parameters (2)
- skillsstring
Optional skills/role to filter by
- limitnumber
Max results, 1-50 (default 25)
get_profile
Read a single candidate profile in full as clean markdown, by handle.
Parameters (1)
- handlestringrequired
The profile handle, e.g. "kukuh"
add_to_shortlist
Add a candidate to one of your d.cv shortlists (creates the shortlist if it does not exist). Requires your d.cv API key. Use after search_talent when the user wants to save someone.
Parameters (2)
- handlestringrequired
The candidate handle to add, e.g. "kukuh"
- shortliststring
Shortlist name. Defaults to "From AI".
save_search
Save a talent search to your d.cv account so you can re-run it later. Requires your d.cv API key.
Parameters (3)
- querystringrequired
The search text to save
- namestring
A name for the saved search
- open_to_workboolean
Whether the search is limited to open-to-work
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"talent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://d.cv/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.