freehire
NPM · FREEHIRE-MCP · SCANNED AUG 17
freehire.me: search 3.3M+ IT jobs from 294K company boards, track applications, tailor CVs.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 30 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2587 tokens (~112/item across 23 items; 23 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage96
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 89% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · freehire-mcp
claude mcp add me-freehire-freehire -- npx -y freehire-mcp
codex mcp add me-freehire-freehire -- npx -y freehire-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"me-freehire-freehire": {
"type": "local",
"command": [
"npx",
"-y",
"freehire-mcp"
],
"enabled": true
}
}
} openclaw mcp add me-freehire-freehire --command npx --arg -y --arg freehire-mcp
mcp_servers:
me-freehire-freehire:
command: "npx"
args: ["-y", "freehire-mcp"] {
"mcpServers": {
"me-freehire-freehire": {
"command": "npx",
"args": [
"-y",
"freehire-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 16 Aug 26 69
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 17 Aug 2026 · Analysed npm/freehire-mcp@0.4.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
apply ~39
Mark a job as applied for the authenticated user. Idempotent.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The job's public slug (from search or facets results). |
No output schema declared.
No examples provided.
company ~35
Fetch a company and its open jobs by company slug.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The company slug (from a job's company_slug). |
No output schema declared.
No examples provided.
cv_context ~98
Show the cached fit-analysis context a tailored CV should reframe toward: verdict, recommendation, dimension comments, and the requirement split — missing_have (reframe existing evidence) vs missing_gap (ask the candidate before adding). Read this before editing.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The CV id, copied from the tailoring workspace URL (/tailor/<job>?cv=<id>) or from a CV listing. Opaque — never construct or guess one. |
No output schema declared.
No examples provided.
cv_edit ~230
Apply a batch of path-addressed edits to a tailored CV, atomically. Read cv_context and cv_get first — indices are counted over the document cv_get returned. THE HONEST WALL: editing with an API key edits as the tailoring agent, and the server enforces it — the candidate's own name, email, phone and links are refused, and anything stating what they DID needs evidence_id, the id of something they asserted themselves. One uncited op rejects the whole batch. For a missing_have requirement, reframe an existing bullet; for a missing_gap, ask the candidate before writing anything. A bad path is a 422 and the CV is untouched. Export with cv_render.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The CV id, copied from the tailoring workspace URL (/tailor/<job>?cv=<id>) or from a CV listing. Opaque — never construct or guess one. |
| note | string | – | Your own one-line reason for the change; shown to the candidate as the agent's words. |
| ops | array | yes | Every edit that belongs together, in one call. |
No output schema declared.
No examples provided.
cv_get ~68
Fetch a tailored CV with its full document (header, summary, experience bullets, skill groups).
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The CV id, copied from the tailoring workspace URL (/tailor/<job>?cv=<id>) or from a CV listing. Opaque — never construct or guess one. |
No output schema declared.
No examples provided.
cv_render ~93
Render a tailored CV to an ATS PDF, returned as a base64 resource (application/pdf). The bytes are large and not human-readable to the model — call it to produce the deliverable, not to inspect content.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The CV id, copied from the tailoring workspace URL (/tailor/<job>?cv=<id>) or from a CV listing. Opaque — never construct or guess one. |
No output schema declared.
No examples provided.
facets ~318
List the market's filter vocabulary: every facet's live values with a vacancy count each, plus the skills list and numeric ranges. Call this FIRST to discover real values for `search` and `market_fit` — do not invent facet values.
| Name | Type | Req | Description |
|---|---|---|---|
| category | array | – | Role categories: backend|frontend|fullstack|devops|ml_ai|qa|... |
| city | array | – | City slugs. |
| company | array | – | Company slugs. |
| country | array | – | ISO-3166 country codes, e.g. BR, US. |
| employment_type | array | – | Employment type, e.g. full_time, contract. |
| english_level | array | – | English level, e.g. a2, b1, b2, c1. |
| facets | object | – | Any other facet param as key→value(s), e.g. {"source": "greenhouse"}. Discover valid keys and values with the `facets` tool. |
| region | array | – | Region codes (OR within): global|ru|cis|central_asia|eu|us. |
| remote | boolean | – | Only remote jobs (sets work_mode=remote). |
| role | array | – | Role facet values, e.g. senior_backend. |
| salary_min | integer | – | Minimum salary (enrichment.salary_min). |
| seniority | array | – | Seniority: intern|junior|middle|senior|staff|principal|lead|c_level. |
| visa | boolean | – | Only jobs offering visa sponsorship. |
No output schema declared.
No examples provided.
job ~46
Fetch a single job's full content by slug (title, company, location, posting URL, description).
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The job's public slug (from search or facets results). |
No output schema declared.
No examples provided.
jobs_add ~149
Moderator: create a hand-curated job. URL is the dedup key — re-adding the same URL updates the posting. `description` is stored and rendered as HTML. Requires the moderator role (403 otherwise).
| Name | Type | Req | Description |
|---|---|---|---|
| company | string | yes | Company name. Required. |
| description | string | – | Stored and rendered as HTML. |
| location | string | – | – |
| posted_at | string | – | RFC3339 timestamp. |
| remote | boolean | – | – |
| source | string | – | The posting's real origin (defaults to 'manual' server-side). |
| title | string | yes | Job title. Required. |
| url | string | yes | The posting URL — the dedup key. Required. |
No output schema declared.
No examples provided.
jobs_edit ~109
Moderator: partially update a manual job by slug. Only the provided fields change; the URL identity is not editable. Requires the moderator role (403 otherwise).
| Name | Type | Req | Description |
|---|---|---|---|
| company | string | – | – |
| description | string | – | Stored and rendered as HTML. |
| location | string | – | – |
| posted_at | string | – | RFC3339 timestamp. |
| remote | boolean | – | – |
| slug | string | yes | The job's public slug (from search or facets results). |
| title | string | – | – |
No output schema declared.
No examples provided.
market_fit ~367
Score a skill list against the live open-vacancy market for a filtered role: headline coverage (% of vacancies listing ≥1 skill), must-have skills held, and the missing skills that unlock the most vacancies. Here `skills` is the MEASURED set, not a filter — use facet params to define the role. One skill probes that skill's demand.
| Name | Type | Req | Description |
|---|---|---|---|
| category | array | – | Role categories: backend|frontend|fullstack|devops|ml_ai|qa|... |
| city | array | – | City slugs. |
| company | array | – | Company slugs. |
| country | array | – | ISO-3166 country codes, e.g. BR, US. |
| employment_type | array | – | Employment type, e.g. full_time, contract. |
| english_level | array | – | English level, e.g. a2, b1, b2, c1. |
| facets | object | – | Any other facet param as key→value(s), e.g. {"source": "greenhouse"}. Discover valid keys and values with the `facets` tool. |
| region | array | – | Region codes (OR within): global|ru|cis|central_asia|eu|us. |
| remote | boolean | – | Only remote jobs (sets work_mode=remote). |
| role | array | – | Role facet values, e.g. senior_backend. |
| salary_min | integer | – | Minimum salary (enrichment.salary_min). |
| seniority | array | – | Seniority: intern|junior|middle|senior|staff|principal|lead|c_level. |
| skills | array | yes | The candidate's skills to measure (canonical slugs). One value probes a single skill. |
| visa | boolean | – | Only jobs offering visa sponsorship. |
No output schema declared.
No examples provided.
my ~59
List the caller's tracked jobs (viewed/saved/applied) with their stage and note. Filter narrows the set.
| Name | Type | Req | Description |
|---|---|---|---|
| filter | string | – | Which tracked jobs to list. |
| limit | integer | – | – |
| offset | integer | – | – |
No output schema declared.
No examples provided.
my_submissions ~21
List the caller's own vacancy submissions with their moderation status.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
note ~56
Attach a free-text note to a tracked job (overwrites the existing note).
| Name | Type | Req | Description |
|---|---|---|---|
| note | string | yes | Free-text note to store on the job. |
| slug | string | yes | The job's public slug (from search or facets results). |
No output schema declared.
No examples provided.
save ~35
Bookmark a job for later. Idempotent.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The job's public slug (from search or facets results). |
No output schema declared.
No examples provided.
search ~417
Search open jobs by keyword with optional facet filters. Each result carries the job's FULL description as markdown alongside title, company, location and public_slug, plus the total match count — so you can screen a whole result set without calling `job` per hit. Use the returned slug with `job`, `apply`, `save`, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| category | array | – | Role categories: backend|frontend|fullstack|devops|ml_ai|qa|... |
| city | array | – | City slugs. |
| company | array | – | Company slugs. |
| country | array | – | ISO-3166 country codes, e.g. BR, US. |
| employment_type | array | – | Employment type, e.g. full_time, contract. |
| english_level | array | – | English level, e.g. a2, b1, b2, c1. |
| facets | object | – | Any other facet param as key→value(s), e.g. {"source": "greenhouse"}. Discover valid keys and values with the `facets` tool. |
| limit | integer | – | Max results to return. Each result includes a full job description, so prefer a modest value. |
| offset | integer | – | Pagination offset. |
| query | string | yes | Keyword query, e.g. 'golang backend'. Empty string matches all. |
| region | array | – | Region codes (OR within): global|ru|cis|central_asia|eu|us. |
| remote | boolean | – | Only remote jobs (sets work_mode=remote). |
| role | array | – | Role facet values, e.g. senior_backend. |
| salary_min | integer | – | Minimum salary (enrichment.salary_min). |
| seniority | array | – | Seniority: intern|junior|middle|senior|staff|principal|lead|c_level. |
| skills | array | – | Filter to jobs listing these skills (canonical slugs from the `facets` tool). |
| visa | boolean | – | Only jobs offering visa sponsorship. |
No output schema declared.
No examples provided.
stage ~77
Set a job's application stage. The server validates the value; valid stages are applied/screening/responded/interview/offer/accepted/rejected/withdrawn.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The job's public slug (from search or facets results). |
| stage | string | yes | Application stage, e.g. interview, offer, rejected. |
No output schema declared.
No examples provided.
submission_approve ~40
Moderator: approve a pending submission, minting a live job. Requires the moderator role (403 otherwise).
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | The submission id. |
No output schema declared.
No examples provided.
submission_reject ~48
Moderator: reject a pending submission with an optional reason. Requires the moderator role (403 otherwise).
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | The submission id. |
| reason | string | – | Optional rejection reason. |
No output schema declared.
No examples provided.
submissions_pending ~25
Moderator: list the pending submission review queue. Requires the moderator role (403 otherwise).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
submit ~134
Submit a vacancy for moderation. The server stores it as pending and returns it. URL (the dedup key), title, and company are required.
| Name | Type | Req | Description |
|---|---|---|---|
| company | string | yes | Company name. Required. |
| description | string | – | Stored and rendered as HTML. |
| location | string | – | – |
| posted_at | string | – | RFC3339 timestamp. |
| remote | boolean | – | – |
| source | string | – | The posting's real origin (defaults to 'manual' server-side). |
| title | string | yes | Job title. Required. |
| url | string | yes | The posting URL — the dedup key. Required. |
No output schema declared.
No examples provided.
unsave ~41
Remove a job's bookmark. A no-op if it was not saved.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | The job's public slug (from search or facets results). |
No output schema declared.
No examples provided.
whoami ~30
Return the authenticated freehire user (verifies the API key). Call this to confirm auth before other tools.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.