Productivity
instantcv.site
InstantCV provides tools for browsing resume examples and generating tailored professional CV summaries.
ENDPOINT 1
https://instantcv.site/mcp
MCP server metadata
- Name
- instantcv-mcp
- Version
- 0.1.0
Tools for InstantCV, a free AI resume/CV builder. Use `list_resume_examples` to browse built-in examples (optionally filtered by industry), `get_resume_example` to fetch a full example's CV data plus a builder URL that pre-loads it, and `generate_cv_summary` to draft a short professional summary for a target job title.
Known tools 3
generate_cv_summaryGenerate a 2-3 sentence professional CV/resume summary (about 50-80 words, first person, plain prose) tailored to a job title and optional context.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.instantcv-mcp]
url = "https://instantcv.site/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"instantcv-mcp": {
"type": "http",
"url": "https://instantcv.site/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: instantcv-mcp
Remote MCP URL: https://instantcv.site/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"instantcv-mcp": {
"url": "https://instantcv.site/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"instantcv-mcp": {
"type": "http",
"url": "https://instantcv.site/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "instantcv-mcp",
"transport": "streamable-http",
"url": "https://instantcv.site/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.