{"name":"io.github.theluckystrike/deliverable-tracker","slug":"theluckystrike-deliverable-tracker","title":null,"description":"Deliverables with a due date and a sign-off: what has slipped, and what is ready to bill.","url":"https://mcp.market/server/theluckystrike-deliverable-tracker","grade":"C","score":64,"certified":false,"status":"active","category":"other","tags":[],"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/theluckystrike/mcp-servers","website":"https://mcp.zovo.one/s/delivery-schedule","version":"0.22.0","remotes":[{"type":"streamable-http","url":"https://mcp.zovo.one/mcp/delivery-schedule","headers":[{"description":"Bearer <Pro license key or anonymous token from GET https://mcp.zovo.one/mcp/token>","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[{"registryType":"mcpb","identifier":"https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/delivery-schedule.mcpb","version":"0.22.0","fileSha256":"0c7c73303757908f0648f5525ffba858b8c856d06852235d438e22032670fb60","transport":{"type":"stdio"},"environmentVariables":[{"description":"Optional Pro license key (MCPL1....). Verified offline.","isSecret":true,"name":"MCP_LICENSE_KEY"}]}],"tools":[{"name":"deliverable_add","description":"Add one dated deliverable and return its D number and the new counts. value_minor is NET of VAT in whole MINOR units. A due date before the reference document's own date is refused. It starts as planned.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"schedule":{"type":"string","maxLength":200,"description":"The schedule id, e.g. DS-2026-0001, the reference it delivers, e.g. WO-2026-0001, or its title"},"description":{"type":"string","maxLength":2000,"description":"What is being handed over, as the client would recognise it, e.g. Wireframes for the five main pages"},"due_date":{"type":"string","maxLength":10,"description":"The day it is due, YYYY-MM-DD. It cannot fall before the reference document's own date"},"value_minor":{"type":"integer","minimum":0,"maximum":1000000000000,"description":"What this deliverable is worth, net of VAT, in whole minor units. 90000 is EUR 900.00. Leave it out when the job is a lump sum and this deliverable carries no price of its own"},"tax_rate":{"type":"number","minimum":0,"maximum":1000,"description":"VAT percent for this deliverable, overriding the shared business profile's default"},"note":{"type":"string","maxLength":2000},"duplicate_ok":{"type":"boolean","description":"Add it even though this schedule already carries the same description due on the same day. Default false"}},"required":["schedule","description","due_date"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"deliverable_delete","description":"Delete one deliverable still planned with no history. One started, delivered or accepted is refused, naming when: add a corrected deliverable instead. The D number on a schedule is never reissued.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"schedule":{"type":"string","maxLength":200,"description":"The schedule id, e.g. DS-2026-0001, the reference it delivers, e.g. WO-2026-0001, or its title"},"deliverable":{"type":"string","maxLength":200,"description":"The deliverable id, e.g. D01, or its description when only one carries it"}},"required":["schedule","deliverable"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"deliverable_status","description":"Record a dated move on one deliverable: planned, in_progress, delivered, then accepted with a note. An out-of-order move, or a date before the reference document, is refused. The date drives lateness.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"schedule":{"type":"string","maxLength":200,"description":"The schedule id, e.g. DS-2026-0001, the reference it delivers, e.g. WO-2026-0001, or its title"},"deliverable":{"type":"string","maxLength":200,"description":"The deliverable id, e.g. D01, or its description when only one carries it"},"status":{"type":"string","enum":["in_progress","delivered","accepted"],"description":"The status to move to"},"date":{"type":"string","maxLength":10,"description":"The day it happened, YYYY-MM-DD. Default today. This is the date every late reading is taken against, not the day you type it"},"note":{"type":"string","maxLength":2000,"description":"What happened. On accepted this is the acceptance note, e.g. Signed off by the client on the call, no snags"}},"required":["schedule","deliverable","status"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"delivery_schedule_create","description":"Open a delivery schedule against a quote, work order or change order and return its DS-YYYY-NNNN number: the reference, its own date, the client, a title and the currency. Free tier: 3 open.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"reference":{"type":"string","maxLength":64,"description":"The quote, work order or change order this schedule delivers, by its id, e.g. WO-2026-0001, Q-2026-0003 or CO-2026-0001"},"reference_kind":{"type":"string","enum":["quote","work_order","change_order"],"description":"What the reference is. Inferred from the id when omitted: WO- is a work order, CO- a change order, anything else a quote"},"reference_date":{"type":"string","maxLength":10,"description":"The date on the reference document itself, YYYY-MM-DD. No due date and no delivery may fall before it"},"client":{"type":"string","maxLength":200,"description":"The client the work is delivered to, as named on the reference document"},"title":{"type":"string","maxLength":2000,"description":"What the job is, in one line, e.g. Website rebuild, phase one"},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$","description":"ISO code the deliverables are priced in. Defaults to the shared business profile's currency"},"note":{"type":"string","maxLength":2000}},"required":["reference","reference_date","client","title"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"delivery_schedule_delete","description":"Delete a schedule carrying no deliverables, freeing an open slot. One holding any is refused, naming them, since they record what was owed. The DS number is never reissued. Free on every tier.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"schedule":{"type":"string","maxLength":200,"description":"The schedule id, e.g. DS-2026-0001, the reference it delivers, e.g. WO-2026-0001, or its title"}},"required":["schedule"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"delivery_schedule_document","description":"Render one schedule as a plain-text document for the client: every deliverable with its due date, status, delivered and accepted dates and value, the counts as at a date, and a sign-off block. Pro.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"schedule":{"type":"string","maxLength":200,"description":"The schedule id, e.g. DS-2026-0001, the reference it delivers, e.g. WO-2026-0001, or its title"},"as_of":{"type":"string","maxLength":10,"description":"Read the schedule as at this date, YYYY-MM-DD. Defaults to today"}},"required":["schedule"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"delivery_schedule_get","description":"Return one schedule in full as at a date: every deliverable with due date, status, delivered and accepted dates, note and value, plus what is late and the totals. The answer names the as_of it used.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"schedule":{"type":"string","maxLength":200,"description":"The schedule id, e.g. DS-2026-0001, the reference it delivers, e.g. WO-2026-0001, or its title"},"as_of":{"type":"string","maxLength":10,"description":"Read the schedule as at this date, YYYY-MM-DD. Defaults to today"}},"required":["schedule"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"delivery_schedule_list","description":"List schedules oldest reference first with client, currency and counts as at a date: late, still owed, accepted. Filter by client, reference and state open or complete. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"client":{"type":"string","maxLength":200,"description":"Only schedules whose client name contains this text"},"reference":{"type":"string","maxLength":64,"description":"Only the schedule against this quote, work order or change order"},"state":{"type":"string","enum":["open","complete"],"description":"open for a job with a deliverable that is not yet accepted, complete for one where every deliverable is"},"as_of":{"type":"string","maxLength":10,"description":"Read the schedule as at this date, YYYY-MM-DD. Defaults to today"},"limit":{"type":"integer","minimum":1,"maximum":500,"description":"Maximum schedules returned, default and ceiling 500"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"late_report","description":"What has slipped as at a date: every deliverable still owed past its due date, worst first, with value at risk per currency, and what was delivered late kept apart. A reference with no schedule is refused.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"as_of":{"type":"string","maxLength":10,"description":"Read lateness as at this date, YYYY-MM-DD. Defaults to today. Everything in the answer is as at this date, not as at now"},"reference":{"type":"string","maxLength":64,"description":"Only the schedule against this quote, work order or change order"},"client":{"type":"string","maxLength":200,"description":"Only schedules whose client name contains this text"},"include_delivered_late":{"type":"boolean","description":"Include what was handed over after its due date but is no longer outstanding. Default true"},"limit":{"type":"integer","minimum":1,"maximum":500,"description":"Maximum rows per section, default and ceiling 500"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"license_activate","description":"Turn 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"key":{"type":"string","description":"License key from checkout, MCPL1.<payload>.<signature>"}},"required":["key"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"license_status","description":"Report 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"milestone_payload","description":"Build the delivered-and-accepted deliverables as invoice_create-ready items in MAJOR units and quote_create-ready items in MINOR units, with VAT at the shared profile rate. Writes nothing. Pro.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"schedule":{"type":"string","maxLength":200,"description":"The schedule id, e.g. DS-2026-0001, the reference it delivers, e.g. WO-2026-0001, or its title"},"as_of":{"type":"string","maxLength":10,"description":"Bill what had been accepted by this date, YYYY-MM-DD. Defaults to today"},"issue_date":{"type":"string","maxLength":10,"description":"The invoice issue date, YYYY-MM-DD. Default today"},"tax_rate":{"type":"number","minimum":0,"maximum":1000,"description":"VAT percent for deliverables with no rate of their own, overriding the shared business profile's default"}},"required":["schedule"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":64,"grade":"C","scanned_at":"2026-09-17T16:32:02.412Z","report":{"scannerVersion":"0.1.2","scannedAt":"2026-09-17T16:32:02.300Z","components":{"code":{"score":-1,"max":25,"notes":["package could not be scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 291ms"]},"poisoning":{"score":15,"max":15,"notes":["12 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: github 401"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.zovo.one/mcp/delivery-schedule","reachable":true,"authRequired":false,"latencyMs":291,"serverInfo":{"name":"mcp-delivery-schedule","version":"0.22.0"}}],"packages":[],"repo":{"found":false,"owner":"theluckystrike","repo":"mcp-servers","error":"github 401"}}}},"grade_history":[]}