Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

cv.d/talent

cv.d/talent

Talent discovery for AI. Search and read agent-readable candidate profiles; cite by URL.

Uptime
100.0%
1 direct probes · 30d
Response
1435ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://d.cv/mcp

Tools · 7

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

fetch

Fetch a single d.cv profile in full as markdown, by its id (the handle returned from search).

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.

get_open_to_work

List candidates who are currently open to work, optionally filtered by skills. Best when the user wants people actively looking.

get_profile

Read a single candidate profile in full as clean markdown, by handle.

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.

save_search

Save a talent search to your d.cv account so you can re-run it later. Requires your d.cv API key.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "cv.d/talent": {
      "url": "https://d.cv/mcp",
      "transport": "streamable-http"
    }
  }
}