io.github.smeet666/mcp-lever
MCPB · MCP-LEVER.MCPB · 2 COMPONENTS · SCANNED AUG 22
Search public Lever job boards: resolve a company, read its openings, read one in full.
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 Security13
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- No install/post-install scripts declared.Pass
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency48
- 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 7 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability67
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1060 tokens (~265/item across 4 items; 4 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 Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
mcpb · mcp-lever.mcpb
Download bundleEvery 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.
- 22 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 21 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 14 Aug 26 42
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 22 Aug 2026 · Analysed mcpb/https://github.com/smeet666/mcp-lever/releases/download/v1.0.1/mcp-lever.mcpb@1.0.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | mcpb |
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.
get_job Read one opening ~112
Read one Lever opening in full: the advert, its named sections, and the salary as published. company_slug and instance are the ones the row carried, and a site living on both instances holds different openings on each.
| Name | Type | Req | Description |
|---|---|---|---|
| company_slug | string | yes | The Lever site name, as resolve_company returns it. |
| instance | string | – | The Lever instance the row came from. Left out, the global one is read. |
| job_id | string | yes | The identifier of one opening, as a search returns it. |
| Name | Type | Req | Description |
|---|---|---|---|
| job | object | yes | – |
| notes | array | yes | – |
No examples provided.
list_filter_values List a company's filter wordings ~143
List the team, location and commitment wordings one company uses on Lever, so a filter can carry the words that company publishes. The vocabulary belongs to each company: one writes Full-time, another Full Time, another EE Full-Time. Lever publishes no vocabulary for department, so a department filter is checked against the openings a company has open right now.
| Name | Type | Req | Description |
|---|---|---|---|
| company_slug | string | yes | The Lever site name, as resolve_company returns it. |
| fields | array | – | Which vocabularies to read. Each costs one request. All three by default. |
| instance | string | – | The Lever instance this site lives on. Left out, the global one is read. |
| Name | Type | Req | Description |
|---|---|---|---|
| company_slug | string | yes | – |
| fields | object | yes | – |
| instance | string | yes | – |
| notes | array | yes | – |
No examples provided.
resolve_company Resolve company names to Lever boards ~100
Turn company names into the Lever site names that address their job boards, and report every instance that answered. search_jobs resolves names on its own, so reach for this to check which of several companies are on Lever at all: it probes names without reading a single board, where a search would read one per company.
| Name | Type | Req | Description |
|---|---|---|---|
| names | array | yes | A list of a company name, or a Lever site name you already know, one to 25 of them. |
| Name | Type | Req | Description |
|---|---|---|---|
| notes | array | yes | – |
| resolved | array | yes | – |
No examples provided.
search_jobs Search openings at named companies ~454
Search the openings published by named companies on Lever. `companies` takes company names or Lever site names, and each name is turned into a site name here. A name found on the first spelling costs 3 requests, and one that resists costs up to 9, at one second each. location, team, department and commitment are sent to Lever and need its exact wording. keyword, workplace_type, country, salary and recency are applied here, because Lever accepts none of them as filters. limit applies per company, so a company whose openings fill it may publish more. posted_within_days walks up to 5 pages per company, because Lever pages by title and a recent opening sits anywhere.
| Name | Type | Req | Description |
|---|---|---|---|
| commitment | array | – | A list of a commitment exactly as Lever writes it, one to 20 of them. |
| companies | array | yes | A list of a company name or a Lever site name, one to 25 of them. |
| country | array | – | A list of a two-letter country code, as in FR or US, one to 20 of them. |
| currency | string | – | A three-letter currency code, as in EUR or USD. |
| department | array | – | A list of a department exactly as Lever writes it, one to 20 of them. |
| keyword | string | – | Words to look for in the title and the advert. |
| limit | integer | – | How many openings to read per company. |
| location | array | – | A list of a location exactly as Lever writes it, one to 20 of them. |
| posted_within_days | integer | – | How recent an opening must be. |
| salary_interval | string | – | The period salary_min is written in, as Lever writes it, such as per-year-salary or per-hour-wage. |
| salary_min | number | – | The lowest upper bound of a salary range to keep. |
| skip | integer | – | How many openings to step over per company. |
| team | array | – | A list of a team exactly as Lever writes it, one to 20 of them. |
| workplace_type | array | – | A list of remote, hybrid, onsite or unspecified, one to 4 of them. |
| Name | Type | Req | Description |
|---|---|---|---|
| jobs | array | yes | – |
| notes | array | yes | – |
| per_company | array | yes | – |
| total_available | null | yes | Lever publishes no result count, so this is always null. |
No examples provided.
What is the io.github.smeet666/mcp-lever server?
io.github.smeet666/mcp-lever is listed in the public MCP registry as io.github.smeet666/mcp-lever. Search public Lever job boards: resolve a company, read its openings, read one in full. This page covers its MCPB bundle (https://github.com/smeet666/mcp-lever/releases/download/v1.0.1/mcp-lever.mcpb).
Is the io.github.smeet666/mcp-lever server safe to use?
io.github.smeet666/mcp-lever scores 46 out of 100 on VerifyMCP. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.smeet666/mcp-lever server expose?
io.github.smeet666/mcp-lever exposes 4 tools: resolve_company, search_jobs, get_job, list_filter_values. Their descriptions and schemas cost roughly 809 tokens of context every time the server is loaded.
What licence is the io.github.smeet666/mcp-lever server under?
io.github.smeet666/mcp-lever declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.