← instantcv.site
INDIVIDUAL MCP TOOL
get_resume_example
Fetch a single InstantCV resume example by slug.
LIVE ENDPOINT
https://instantcv.site/mcp
Connect to this endpoint to inspect the live schema for get_resume_example and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.
Related tools
list_resume_examples— List InstantCV's built-in resume/CV examples.generate_cv_summary— Generate a 2-3 sentence professional CV/resume summary (about 50-80 words, first person, plain prose) tailored to a job title and optional context.