mcpbeat Sign in

cv.json — open CV data MCP Server

by freecvorg Your server? Claim it
answering

cv.json — open CV data is answering right now. Last checked moments ago. 52 installs a week from npm. It exposes 4 tools. Last commit 4 Jul 2026.

Search people open to work and fetch their machine-readable cv.json, from any AI assistant.

Installs per day peak 325 · avg 18 · -77% w/w
a month agotoday
Uptime history 20 days of history · worst day 99%
20 days agonow
100.0%
Uptime 24h
92 of 92 checks
4
Tools
read from the server
327 ms
Response time
average over 24h
52
Installs / week
npm and PyPI

What the code does

We read the source, 22 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] index.mjs:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add cvjson --transport http https://freecv.org/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cvjson": {
      "url": "https://freecv.org/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cvjson]
url = "https://freecv.org/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "cvjson": {
      "url": "https://freecv.org/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cvjson": {
      "url": "https://freecv.org/api/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

cvjson
get_cvjson_schema
Return the official cv.json JSON Schema (the format spec) — use it to understand or generate a compliant cv.json.
fetch
fetch_cv
Fetch a person's cv.json — their full machine-readable CV — by FreeCV slug or livelink.cv URL. Returns structured JSON: basics, work, education, skills, languages, availability, ats, verification, i18n.
open
search_open_to_work
Search FreeCV's LIVE index of real people who are open to work — by skills, role/title, location, and recruiter facets (work type, employment type, visa sponsorship, languages, minimum experience). Returns lean candidate cards (name, current role @ company, location, top skills, languages, and the full availability preferences) plus each person's cv.json URL and portfolio URL — enough to shortlist WITHOUT a fetch_cv per candidate. Call fetch_cv on a result to read the complete structured CV. Only already-public profiles are indexed; contact details are never returned (reach candidates via their portfolio).
validate
validate_cv
Validate a cv.json document against the official cv.json schema. Provide the document (cvjson, object or JSON string) OR a slug/url to fetch and validate. Returns { valid, errors[] }.

Endpoints

URLTransportStateLatencyChecked
https://freecv.org/api/mcp streamable-http answering 747 ms 0 min ago

Alternatives to cv.json — open CV data

same job, measured the same way
Claude Code Ultimate Guide
by florianbruniaux

Search the Claude Code Ultimate Guide and machine-readable references from any MCP client.

273 installs/wk local only
Tu Lugar
by tulugar

Search and manage Paraguay & LatAm real estate from any AI assistant.

39 tools answering
Statfin MCP
by 3121n

Statistics Finland (StatFin/PxWeb): search tables, read metadata, fetch JSON-stat2 data.

43 installs/wk local only
Mote Registry
by mote

Search the MOTE AI agent registry for machine-readable businesses.

37 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
MCP Research Agent: Web Scraping Tool for AI
by ranovam

Structured web research tool for AI agents: search, fetch and shape web data into the JSON schema…

answering
Top5StocksAPI
by top5stocksapi

Daily AI-ranked stock, crypto, and macro research data from the Top 5 Stocks API.

39 installs/wk local only
Fax.Plus
by fax-app

Send and receive faxes from any MCP-compatible AI assistant using the Fax.Plus API

answering

cv.json — open CV data — questions

Answers built from our own checks of this server.

What can cv.json — open CV data do?
It exposes 4 tools, read directly from the server on our last check. Among them: fetch_cv, get_cvjson_schema, search_open_to_work, validate_cv. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is cv.json — open CV data working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 327 ms. The bar chart above shows every period we have measured.
How do I connect cv.json — open CV data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does cv.json — open CV data need an API key?
No. cv.json — open CV data completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is cv.json — open CV data?
It answers our handshake in 327 ms on average, which is faster than 47% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use cv.json — open CV data?
The npm package cvjson-mcp was installed 52 times in the last week. Week over week that is -77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is cv.json — open CV data open source?
Yes — it is published under the MIT licence, written in JavaScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.