FastPath- Prompt this to Claude
Works in Claude Code (myinvois skill) or any MCP client running mcp-myinvois. Copy, paste, done or do it manually with the steps below.
Use the my-einvois-check-skill. Show my
e-invoices from the last 31 days, and give me the full status and validation link for invoice INV-2026-0003.
12status
Check a document or your history
Every submitted document has a UUID and a status Valid, Invalid, Cancelled, or Submitted while LHDN is still processing (usually seconds).
# everything you sent in the last 31 days
node skills/myinvois/scripts/myinvois.mjs recent direction=Sent status=Valid
# one document in full validation results + share-link id
node skills/myinvois/scripts/myinvois.mjs document <uuid>
MCP tools: list_recent_documents, get_document, get_submission.
The verify link is
{portal}/{uuid}/share/{longId} it opens without
any login. That link is exactly what the QR on your invoice encodes.