Workadu MCP Server (workadu/mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 38 tools. No publisher has claimed this listing.
Enables AI assistants to interact with Workadu data through natural language, managing orders, customers, services, invoices, payments, assets, and asset movements.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
workadu
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
list_asset_movementsList asset movements (dispatch notes, transfers) from Workadu. Supports pagination.
get_asset_movementGet details of a specific asset movement by ID from Workadu.
create_asset_movementCreate a new asset movement (dispatch note, transfer) in Workadu.
close_asset_movementClose/finalize an asset movement in Workadu.
cancel_asset_movementCancel an asset movement in Workadu.
resend_asset_movementResend an asset movement notification in Workadu.
list_assetsList all assets (DCL module).
get_assetRetrieve a specific asset by ID (DCL module).
create_assetCreate a new asset (DCL module). Requires name and code.
update_assetUpdate an existing asset by ID (DCL module). Only provided fields will be changed.
delete_assetDelete an asset by ID (DCL module).
list_customersList customers (paginated, 50 per page by default). Supports search by name/email/mobile.
get_customerGet a specific customer by ID. Returns full customer details including decrypted PII fields.
create_customerCreate a new customer. Only fullname is required; all other fields are optional.
update_customerUpdate an existing customer by ID. Only the provided fields will be changed.
list_invoicesList invoices/documents with optional filters. Statuses: CANCELED=0, PUBLISHED=1, DRAFT=2, PREVIEW=99.
get_invoiceGet details of a specific invoice by ID, including lines, customer, and series info.
create_invoiceCreate a new draft invoice (without lines). Use add_invoice_line to add lines, then publish_invoice to finalize.
create_invoice_with_linesCreate a new draft invoice with line items in a single call. Each line specifies a product/service, quantity, and pricing.
add_invoice_lineAdd a line item to an existing draft invoice.
update_invoiceUpdate an existing draft invoice. Only the provided fields will be changed. Cannot update published invoices.
publish_invoicePublish/finalize a draft invoice. WARNING: This is IRREVERSIBLE — once published, the invoice is submitted to AADE (Greek tax authority) and cannot be edited.
list_seriesList invoice series (document types). Series define the numbering and type of document (e.g. Invoice, Receipt, Credit Note).
list_withholdingsList withholding tax deductions for a specific invoice.
create_withholdingAdd a withholding tax deduction to an invoice.
list_ordersget_orderGet a specific order/booking by its ID, including sub-orders, customer info, and related data.
create_orderupdate_orderUpdate an existing order/booking. Only the fields you provide will be changed.
delete_orderDelete (cancel) an order/booking by its ID.
email_orderEmail an order/booking confirmation or details to a specified email address.
list_paymentsList payments or retrieve a specific payment by ID. Payment statuses: ACTIVE=1, DRAFT=2, FAILED=3, REFUNDED=4.
create_paymentCreate a new payment. Requires issue date, customer, series, amount, and currency.
list_servicesList all services/products from Workadu. Supports pagination.
get_serviceGet details of a specific service/product by ID, including rates, media, and attributes.
create_serviceCreate a new service/product in Workadu. Title is required; other fields are optional.
update_serviceUpdate an existing service/product. Only the provided fields will be changed.
delete_serviceDelete a service/product from Workadu.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
WORKADU_API_KEYYour API key abc123...WORKADU_API_URLYour Workadu instance URL https://your-app.workadu.comWORKADU_API_VERSIONPORTTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
38/38 tools missing one or more hints — list_asset_movements (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_asset_movement (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); create_asset_movement (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +35 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool inputs are validated
37/38 tool handlers declare input schemas (97%)
Declare an inputSchema with zod/joi/yup on every tool definition.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tests exist
No test files found
Add tests that exercise each declared tool.
Production dependencies are patched
0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.0 (high), @modelcontextprotocol/sdk@1.12.0 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/workadu/mcp-server)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check