streamable-httpMITupdated 12d ago
French job profiles, RNCP diplomas and 135,000 training programs. Read-only, no account.
What can you do with Vocaneo?
Vocaneo MCP Server
French job profiles, RNCP diplomas and 135,000 training programs. Read-only, no account.
Vocaneo is the career-guidance platform of vocaneo.com. This remote MCP server exposes its public reference data to AI assistants: 1,500+ job profiles (ROME), RNCP certifications, training programs across France, training centers, and skills comparison — in French and English.
- Server URL:
https://mcp.vocaneo.com/mcp(Streamable HTTP, no authentication) - Documentation: vocaneo.com/connecteur
- Privacy policy: vocaneo.com/connecteur/confidentialite
- Listed on: Claude connectors directory · official MCP registry (
com.vocaneo/vocaneo)
All 13 tools are read-only (readOnlyHint: true). No account, no API key, no personal data.
Tools
| Tool | What it does |
|---|---|
search_jobs |
Search French job profiles by keyword, sector, salary, accessibility |
get_job |
Full job profile: missions, market data, skills (by slug or ROME code) |
get_similar_jobs |
Jobs close to a given one |
compare_skills |
Compare a person's skills against a target job |
list_job_sectors |
The 35 job sectors |
get_job_pathways |
Certifications leading to a job, with training aggregates |
search_certifications |
Search RNCP/RS certifications |
get_certification |
Certification detail |
search_trainings |
Search training programs (city, region, CPF eligibility, price, modality...) |
get_training |
Training program detail |
search_training_centers |
Search training centers and skills-assessment centers |
get_training_center |
Training center detail |
resolve_location |
Resolve a French postal code or city name to coordinates |
Use it
Claude — add the Vocaneo connector
from the directory, or add https://mcp.vocaneo.com/mcp as a custom connector.
Le Chat (Mistral) — Connectors → Add Connector → Custom MCP Connector →
https://mcp.vocaneo.com/mcp.
Gemini CLI — this repository is a Gemini CLI extension:
gemini extensions install https://github.com/CIB-PROD/vocaneo-mcp-connector
Any MCP client (Streamable HTTP):
{
"mcpServers": {
"vocaneo": {
"url": "https://mcp.vocaneo.com/mcp"
}
}
}
Example prompts
- "Quels métiers correspondent à un profil créatif qui aime travailler en extérieur ?"
- "Quelles certifications mènent au métier de développeur web, et où se former à Lyon ?"
- "Compare mes compétences de boulanger avec le métier de pâtissier."
- "Find CPF-eligible data analyst trainings near Marseille."
À propos (français)
Vocaneo est une plateforme d'orientation professionnelle : bilan d'orientation gratuit, 1 500+ fiches métiers, 135 000 formations, certifications RNCP et établissements partout en France. Ce serveur MCP expose ce référentiel public aux assistants IA, en lecture seule, sans compte. Éditeur : VOCANEO SAS, entreprise de l'ESS et société à mission — vocaneo.com.
Support
Contact: contact@vocaneo.com
Install
Add Vocaneo to your client. Pick the one you use.
claude mcp add --transport http vocaneo https://mcp.vocaneo.com/mcpcodex mcp add vocaneo --url https://mcp.vocaneo.com/mcp{
"mcpServers": {
"vocaneo": {
"url": "https://mcp.vocaneo.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"vocaneo": {
"type": "http",
"url": "https://mcp.vocaneo.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"vocaneo": {
"url": "https://mcp.vocaneo.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"vocaneo": {
"serverUrl": "https://mcp.vocaneo.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
13 tools
Vocaneo exposes 13 tools to a connected agent.
- search_jobs
- Search French job profiles by keyword, sector, salary, accessibility
- get_job
- Full job profile: missions, market data, skills (by slug or ROME code)
- get_similar_jobs
- Jobs close to a given one
- compare_skills
- Compare a person's skills against a target job
- list_job_sectors
- The 35 job sectors
- get_job_pathways
- Certifications leading to a job, with training aggregates
- search_certifications
- Search RNCP/RS certifications
- get_certification
- Certification detail
- search_trainings
- Search training programs (city, region, CPF eligibility, price, modality...)
- get_training
- Training program detail
- search_training_centers
- Search training centers and skills-assessment centers
- get_training_center
- Training center detail
- resolve_location
- Resolve a French postal code or city name to coordinates
Score
77 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust16/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 4 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 13 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Aug 27, 2026 |
| 1.0.0 | Aug 27, 2026 |