Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Cv.json β€” open CV data
Cv.json β€” open CV data logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:03:57 PM

Cv.json β€” open CV data

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "cv-json-open-cv-data": {
      "command": "npx",
      "args": [
        "-y",
        "ajv-cli"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

cv.json

An open schema for publishing a CV as a single JSON document at a stable URL β€” so AI agents, ATS systems, and other tools can read career data without parsing a PDF.

Site Β· Validator Β· Schema (v1) Β· /.well-known/cv.json (discovery)


Status

Emerging. cv.json is not a ratified standard. It is a small, opinionated schema currently maintained by FreeCV and used in production on the FreeCV portfolio platform. We're publishing the schema, validator, and examples here so other tools can adopt it and so the schema can evolve in the open. If you ship a CV product and want a say in v2, open an issue.

cv.json keeps the top-level field names of basics, work, education, skills, projects, languages, publications, awards, volunteer, interests, references, and meta familiar β€” anyone who has touched a JSON-shaped CV before should feel at home. It adds fields the rest of the ecosystem doesn't have (availability, ats, verification, referencesMode, i18n, the v1.3 hiring-signal block, and x-customSections for user-defined sections) and pins down date formats and a discovery convention.


60-second demo

Every published cv.json lives at a stable URL. No auth, no API key, plain HTTP. Try it right now β€” the demo profile is live (Ashley is fictional; the endpoint and format are real):

bash
$ curl -s https://livelink.cv/ashley/cv.json | jq '.basics.name, .work[0].company'
"Ashley Carter"
"Brightfold Studio"

The response advertises its schema in headers:

http
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
X-CV-Version: 1.2.2
Link: <https://cvjson.com/schema/v1.json>; rel="describedby"
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=300

Sites that host a CV can also declare it in HTML for crawlers:

html
<link rel="alternate" type="application/json"
      href="/ashley/cv.json" title="cv.json" />

…or expose a site-wide discovery manifest at /.well-known/cv.json listing all CVs hosted on the domain.


Schema at a glance

Only basics and meta are required. Everything else is optional and consumers MUST ignore unknown fields.

SectionTypePurpose
basicsobjectName, label, image, summary, location, contact, social profiles
workarrayRoles: company, position, dates, summary, highlights, per-role url
educationarrayInstitution, degree, area, dates, score, summary, highlights, url
projectsarrayName, role, description, URL, keywords, highlights
skillsarray of stringsFlat list of skill names
languagesarrayLanguage + fluency level
certificatesarrayName, issuer, date, verification URL
publicationsarrayPapers, articles, books
awardsarrayHonors and recognitions
volunteerarrayVolunteer roles, same shape as work
interestsarray of stringsFlat list of interests
referencesarrayName, title, company, relationship, email, phone
referencesModeenum"show" | "on-request" | "hide" (default "hide")
availabilityobjectJob-seeking status, preferred roles, work type, sponsorship
atsobjectAuto-generated keywords, years of experience, seniority β€” hints, not authoritative
verificationobjectTrust signals: email verified, source platform
i18nobjectPrimary language + map of translated cv.json URLs
metaobjectversion, canonical, lastModified, generator
x-customSectionsarrayVendor extension (v1.2.1). User-defined sections with no standard home β€” e.g. "Speaking", "Patents". Shaped [{ name, items: [{ name, summary?, highlights?, date?, endDate?, url? }] }]. Standard-named sections fold into their canonical arrays instead; consumers ignore unknown x- fields.
x-personalobjectVendor extension (v1.2.2). Opt-in regional personal fields: dateOfBirth, gender, nationality, placeOfBirth, maritalStatus. Expected in much of Europe / MENA / Asia, discouraged in the US/UK/CA/AU. Sensitive PII β€” publishers SHOULD gate these on public endpoints behind the user's consent; consumers ignore unknown x- fields.

Date fields accept YYYY, YYYY-MM, or YYYY-MM-DD. The full schema is at schema/v1.json.


Why cv.json exists

Three problems, one schema.

1. PDFs are unparseable in practice. Every CV in the world eventually meets an ATS. ATS parsers are notorious for merging job titles into dates, putting names in the address field, and silently dropping skills. The fix isn't a better parser β€” it's not parsing in the first place.

2. Existing JSON CV schemas have stalled. The shape of a JSON rΓ©sumΓ© has been a solved problem for years, but nothing in the space has moved meaningfully β€” no discovery convention, no version negotiation, no availability or ATS signals, no references-mode. cv.json picks up the parts that haven't been touched and ships them under a real versioning policy.

3. AI agents need structured career data. Recruiting agents, candidate-search tools, and matching systems are being built right now against scraped PDFs and HTML. A canonical JSON endpoint at a known URL is the cheapest way to feed them β€” same role HTML played for browsers, robots.txt played for crawlers, OpenAPI plays for APIs.

cv.json is the file. The URL is the contract.


Quick start

Option 1 β€” Publish via FreeCV (easiest)

  1. Sign up at freecv.org, build your CV in the editor.
  2. Enable the public endpoint in Dashboard β†’ Settings β†’ Public cv.json.
  3. Your endpoint goes live at https://livelink.cv/{your-slug}/cv.json.

That's the whole thing. Update your CV once, every consumer fetching the URL gets the new version.

Option 2 β€” Self-host

You don't need FreeCV. Any web server can serve a cv.json. Minimal recipe:

  1. Write a JSON file conforming to schema/v1.json. Start from examples/minimal.json.
  2. Serve it at a stable URL with Content-Type: application/json and (ideally) Access-Control-Allow-Origin: *.
  3. Add a discovery <link> to the HTML page that "represents" you (portfolio, personal site).
  4. Validate before publishing:
Terminal
npx -y ajv-cli validate \
  -s https://cvjson.com/schema/v1.json \
  -d my-cv.json

Or paste it into freecv.org/validate.

Recommended response headers

Code
Content-Type: application/json; charset=utf-8
X-CV-Version: 1.2.2
Link: <https://cvjson.com/schema/v1.json>; rel="describedby"
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=300

X-CV-Version lets consumers branch behavior without parsing the body. Access-Control-Allow-Origin: * is what makes the file usable from browser tools β€” please set it.


Minimal example

config.json
{
  "$schema": "https://cvjson.com/schema/v1.json",
  "basics": {
    "name": "Jane Smith",
    "label": "Software Engineer",
    "location": "London, UK",
    "summary": "Full-stack developer with 3 years building web apps."
  },
  "work": [{
    "company": "Acme Corp",
    "position": "Software Engineer",
    "startDate": "2022-03",
    "current": true,
    "highlights": ["Cut deploy time by 40% with new CI pipeline"]
  }],
  "skills": ["TypeScript", "React", "Node.js", "PostgreSQL"],
  "education": [{
    "institution": "University of London",
    "degree": "BSc Computer Science",
    "endDate": "2022"
  }],
  "meta": {
    "version": "1.2.2",
    "canonical": "https://example.com/cv.json",
    "lastModified": "2026-06-01",
    "generator": "hand-written"
  }
}

See examples/ for a fuller document, a references-mode demo, and edge cases.


Discovery

Two complementary mechanisms:

Per-page link. On any HTML page that represents a person, add:

html
<link rel="alternate" type="application/json"
      href="/cv.json" title="cv.json" />

This is the same pattern RSS used. Crawlers and agents can find a person's CV from any page they're mentioned on.

Site-wide manifest. A platform hosting many CVs (job board, agency, talent network) can publish a discovery manifest at /.well-known/cv.json:

config.json
{
  "standard": "cv.json",
  "version": "1.2.2",
  "schema": "https://cvjson.com/schema/v1.json",
  "endpointPattern": "https://example.com/{slug}/cv.json",
  "discovery": {
    "humanReadable": "https://example.com/{slug}",
    "machineReadable": "https://example.com/{slug}/cv.json",
    "index": "https://example.com/sitemap-portfolios.xml"
  }
}

The manifest tells a machine how CVs on the domain are addressed and where the index of live endpoints lives (a sitemap or an inline endpoints array β€” either is conformant). One HTTP request, and an agent knows how to enumerate every CV the site is willing to expose. FreeCV serves this at https://freecv.org/.well-known/cv.json, with the quality-gated index at livelink.cv/sitemap-portfolios.xml.


Adopters

If you publish or consume cv.json, add yourself here via PR.

Publishers

PlatformEndpoint patternNotes
FreeCVhttps://livelink.cv/{slug}/cv.jsonThe FreeCV builder publishes every portfolio here. Free, production, schema v1.2.2
your tool here

Consumers

ToolWhat it does
cvjson.com/validatorWeb validator against the published schema
your tool here

PRs welcome. Be honest about implementation status (production, beta, prototype).


Versioning policy

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Metabase logoMetabase

    Lets AI clients search, explore, query, and visualize data in a Metabase instance.

    πŸ’» Developer Tools0 views
    Compare vs Metabase β†’
  • Legalize logoLegalize

    Official MCP connector for Legalize: read and search its whole open corpus, at any point in time.

    πŸ’» Developer Tools1 views
    Compare vs Legalize β†’
  • C
    Claude Code Ultimate Guide

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

    πŸ’» Developer Tools0 views
    Compare vs Claude Code Ultimate Guide β†’
  • Ckan MCP Server logoCkan MCP Server

    MCP server for interacting with CKAN open data portals

    πŸ’» Developer Tools1 views
    Compare vs Ckan MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Cv.json β€” open CV data

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "cv-json-open-cv-data": { "command": "npx", "args": ["-y", "cv.json β€” open CV data"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCv.json β€” open CV data AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/cv-json-open-cv-data?style=directory)](https://allmcps.com/mcp/cv-json-open-cv-data)
HTML Embed
<a href="https://allmcps.com/mcp/cv-json-open-cv-data"><img src="https://allmcps.com/api/badge/cv-json-open-cv-data?style=directory" alt="Cv.json β€” open CV data on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
37Quality signal: Fair Β· 37/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Cv.json β€” open CV data β†’Install in Claude DesktopInstall in CursorInstall in VS Code