Query this CV as an MCP server
This CV is queryable over the Model Context Protocol. Point an MCP-capable client (e.g. Claude Desktop's remote-server config) at the endpoint below.
Endpoint
https://me.davewil.dev/mcp — Streamable HTTP, stateless, no auth.
Client config
{
"mcpServers": {
"david-williams-cv": {
"url": "https://me.davewil.dev/mcp"
}
}
} Tools
- get_cv — full public CV as JSON. Mirrors /cv.json.
- query_skill — find where the CV demonstrates a skill.
{ "query": "Elixir" } - match_jd — score fit against a job description.
{ "jd": "..." } - cover_letter — generate a cover letter in David's voice.
{ "jd": "..." }
There is no request_contact tool by design — to reach David,
use the contact form. Tool calls are rate-limited and
share the site's daily spend cap.