Job Card MCP server
Job cards for trades and field service: hours and materials per job, open to invoiced.
0 stars
Reviews
Write oneNobody has reviewed Job Card yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Job Card tools (11, 3 write)
write = sends, deletes, buys or postsjob_card_createwrite actionFreeOpen 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.
job_card_deletewrite actionFreeDelete 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.
job_card_getFreeRead 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.
job_card_listFreeList 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.
job_card_log_laborFreeLog 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.
job_card_log_materialFreeLog 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.
job_card_printFreeRender 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.
job_card_summaryFreeHours 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.
job_card_update_statuswrite actionFreeMove 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.
license_activateFreeTurn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.
license_statusFreeReport this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL. Call it to explain a free-tier refusal. No arguments, nothing changes.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanpackage could not be scannedn/a
- Live reliabilityremote reachable in 147ms20/20
- Tool poisoning11 tool descriptions checked15/15
- Auth qualityAPI key sent as a header8/15
- Maintenancelast push 1 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Grade history
- 2026-09-19restoreC → Ascore 88
Install directly
claude mcp add --transport http job-card https://mcp.zovo.one/mcp/job-card
Job Card: common questions
- Is Job Card MCP server safe?
- Yes, by our scan: it is graded A (88/100). Read the Job Card safety report
- How do I install Job Card?
- It runs remotely at mcp.zovo.one. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Job Card need an API key?
- Yes. The registry entry asks for
MCP_LICENSE_KEY,Authorization. - Is Job Card maintained?
- The last commit was in the last day (2026-09-19). The latest release is v0.22.0.
- Is Job Card up?
- 100% of our last 3 checks got an answer. We check remote servers about four times a day.