Agent Plugins Marketplace
All plugins

francetravail

v1.0.0

Real-time French job-market data from the official France Travail API — search jobs with structured salary/skills/ROME, get market aggregations, and look up official occupation codes. No scraping.

Claude Code1 Skill1 MCP serverstdio

By Mohamed Amine Ben MallessaLicense: MIT0 GitHub starsUpdated 3 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Jun 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install francetravail for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install francetravail@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mohamed-amine-ben-mallessa/francetravail-mcp

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

francetravail/
├── .claude-plugin/plugin.json
├── skills/francetravail/SKILL.md
└── .mcp.json

Included Skills1

francetravailskills/francetravail/SKILL.md

Search official French job offers (France Travail / ex-Pôle Emploi) and the ROME occupation reference via the francetravail MCP server. Use whenever the user looks for jobs in France, wants the French job market for a role/area, needs an occupation's official code or skills, or wants structured offer data (salary, contract, company, application link). Keywords: job, emploi, France Travail, Pôle Emploi, offre, ROME, métier, CDI, CDD, alternance, marché de l'emploi, French jobs, recruitment France.

MCP servers1

francetravailstdio
command
python
args
${CLAUDE_PLUGIN_ROOT}/server.py
env.FT_CLIENT_ID
${FT_CLIENT_ID}
env.FT_CLIENT_SECRET
${FT_CLIENT_SECRET}
env.PYTHONIOENCODING
utf-8

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "francetravail",
  "description": "Real-time French job-market data from the official France Travail API — search jobs with structured salary/skills/ROME, get market aggregations, and look up official occupation codes. No scraping.",
  "version": "1.0.0",
  "author": {
    "name": "Mohamed Amine Ben Mallessa"
  },
  "license": "MIT",
  "keywords": [
    "france-travail",
    "jobs",
    "emploi",
    "rome",
    "france",
    "recruitment",
    "mcp"
  ],
  "mcpServers": {
    "francetravail": {
      "command": "python",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/server.py"
      ],
      "env": {
        "FT_CLIENT_ID": "${FT_CLIENT_ID}",
        "FT_CLIENT_SECRET": "${FT_CLIENT_SECRET}",
        "PYTHONIOENCODING": "utf-8"
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[francetravail on Agent Plugins Marketplace](https://pluginsmp.com/plugins/francetravail)