Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.theluckystrike/job-card

MCPB · JOB-CARD.MCPB · 2 COMPONENTS · SCANNED SEP 21

Job cards for trades and field service: hours and materials per job, open to invoiced.

44 Trust /100
Trust breakdown (7 categories)

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 → Why this is hard to score →

Supply Chain Security23
  • Malware scan not yet available for this package.Unverified
  • Known CVEs were checked across the 96 of 96 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability67
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1387 tokens (~126/item across 11 items; 11 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 Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 90% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "job_card_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
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.

Install

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 · job-card.mcpb

Download bundle
Changelog

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.

  • 17 Sept 26 44

    First indexed and scored.

Diagnostics

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 21 Sept 2026 · Analysed mcpb/https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/job-card.mcpb@0.22.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem mcpb

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 11 exposed · ~1,387 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
job_card_create ~197

Open a job card for a job your crew is taking on and return its JC-YYYY-NNNN number: the client, the site, what the job is, the currency and when it is scheduled. Free tier: 10 active cards; archiving a finished job frees its slot.

NameTypeReqDescription
clientstringyesWho the job is for, e.g. Kowalski bathroom refit, or Acme Ltd
currencystringyesISO code the rates and prices are in
descriptionstringyesWhat the job is, e.g. Replace the consumer unit and certify
notestring
scheduled_datestringThe date the crew is due on site, YYYY-MM-DD. May be in the future; it is a plan, not a log
sitestringyesWhere the job is, e.g. 14 Nowa Street, flat 3

No output schema declared.

No examples provided.

job_card_delete ~87

Delete a job card entered by mistake. One with labor or materials logged is refused, naming what it holds, because deleting it would lose the record of work done: archive it instead. The JC number is never reissued.

NameTypeReqDescription
cardstringyesThe job card id, e.g. JC-2026-0003, or the client name when only one card has it

No output schema declared.

No examples provided.

job_card_get ~89

Read one job card in full by JC number or client: every labor entry and every material used, the hours per worker, and the running totals -- labor, materials and grand total -- as integer cents with formatted amounts. Reads only.

NameTypeReqDescription
cardstringyesThe job card id, e.g. JC-2026-0003, or the client name when only one card has it

No output schema declared.

No examples provided.

job_card_list ~94

List job cards newest first: client, site, status, hours logged, and the labor, materials and grand totals in cents. Filter by status and by client. Totals are kept per currency, never mixed.

NameTypeReqDescription
clientstringOnly cards whose client contains this text, case-insensitive
statusstringOnly cards at this status: open, in_progress, done, invoiced, archived

No output schema declared.

No examples provided.

job_card_log_labor ~222

Log hours worked on a job card: who did the work, the day, the hours and the hourly rate in whole cents, with a note on what was done. The line value is hours times rate, rounded half-up to the cent, fixed the moment it is logged.

NameTypeReqDescription
cardstringyesThe job card id, e.g. JC-2026-0003, or the client name when only one card has it
datestringyesThe day the work was done, YYYY-MM-DD. A future date is refused
hoursnumberyesHours worked, to the hundredth, e.g. 7.5 or 3.25. One entry is one worker's day at most
notestringWhat was done, e.g. First fix, kitchen ring main
rate_centsintegeryesThe hourly rate in whole cents. 4500 is 45.00 an hour
workerstringyesWho did the work, e.g. Anna

No output schema declared.

No examples provided.

job_card_log_material ~200

Log materials used on a job card: the item, the day it went in, the quantity and the unit cost in whole cents. The line value is quantity times unit cost, rounded half-up to the cent, fixed the moment it is logged.

NameTypeReqDescription
cardstringyesThe job card id, e.g. JC-2026-0003, or the client name when only one card has it
datestringyesThe day it went in, YYYY-MM-DD. A future date is refused
itemstringyesWhat went into the job, e.g. Copper pipe 15mm, or Consumer unit 10-way
notestring
qtynumberyesHow many, to the thousandth, e.g. 2 or 0.5
unit_cost_centsintegeryesWhat one costs in whole cents. 1299 is 12.99

No output schema declared.

No examples provided.

job_card_print ~112

Render a job card ready to print and hand to the client: the labor, the materials, the totals and a signature line for client sign-off. Markdown, or self-contained HTML that needs nothing from the network. Writes nothing.

NameTypeReqDescription
cardstringyesThe job card id, e.g. JC-2026-0003, or the client name when only one card has it
formatstringmarkdown (default) or html. The HTML carries its own styling and references nothing external

No output schema declared.

No examples provided.

job_card_summary ~105

Hours and value for a day or a week: the job cards touched, the hours per worker, and the labor, materials and total value, kept per currency. A week runs Monday to Sunday. Touched means a labor or material entry dated inside the window.

NameTypeReqDescription
datestringA date inside the window, YYYY-MM-DD. Default today
spanstringday (default) is the date itself; week is the Monday to Sunday containing it

No output schema declared.

No examples provided.

job_card_update_status ~156

Move one job card exactly one step: open, in_progress, done, invoiced, archived, stamping the date and an optional note into its history. A skipped or backwards step is refused and nothing is written. Archiving a finished job frees a free-tier slot.

NameTypeReqDescription
cardstringyesThe job card id, e.g. JC-2026-0003, or the client name when only one card has it
datestringThe date to stamp the step with, YYYY-MM-DD. Default today
notestring
statusstringyesThe next step for this card: open, in_progress, done, invoiced, archived. in-progress is accepted too

No output schema declared.

No examples provided.

license_activate ~71

Activate a Pro key (MCPL1.xxx.yyy) from checkout: verified offline against a built-in public key, saved to your config file. A wrong, malformed or expired key is refused, unsaved. license_status reads it back.

NameTypeReqDescription
keystringyesLicense key from the checkout confirmation page

No output schema declared.

No examples provided.

license_status ~54

Report this server's licence state: product, tier free or pro, licence id, expiry, the key source and the upgrade URL. No arguments, no network. Explains a free-tier refusal; license_activate installs a key.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the io.github.theluckystrike/job-card MCP server?

io.github.theluckystrike/job-card is an MCP server listed in the public MCP registry as io.github.theluckystrike/job-card. Job cards for trades and field service: hours and materials per job, open to invoiced. This page covers its MCPB bundle (https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/job-card.mcpb).

Is the io.github.theluckystrike/job-card MCP server safe to use?

io.github.theluckystrike/job-card scores 44 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.theluckystrike/job-card MCP server expose?

io.github.theluckystrike/job-card exposes 11 tools: job_card_create, job_card_log_labor, job_card_log_material, job_card_update_status, job_card_list, and 6 more. Their descriptions and schemas cost roughly 1,387 tokens of context every time the server is loaded.

What licence is the io.github.theluckystrike/job-card MCP server under?

io.github.theluckystrike/job-card declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.