🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

myinvois-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myinvois-mcp

MCP server for Malaysian LHDN e-invoicing (MyInvois) compliance rules — scope, field rules, invoice validation, and change-diffs. Thin client over the public API; no database needed.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

myinvois-mcp

MCP server for Malaysian LHDN e-invoicing (MyInvois) compliance rules. Gives an AI agent four tools over the current, structured ruleset — scope, field rules, invoice validation, and change-diffs. It's a thin client over the public API, so it needs no database and no API key.

Informational, not tax advice. Verify against LHDN.

Tools

  • check_einvoice_scope(turnover, date?, entity_type?) — is a business in scope, and by when?
  • get_einvoice_field_rules(scenario, amount?) — required fields, formats, allowed values.
  • validate_einvoice(invoice) — validate an invoice object → valid / errors / warnings. Stateless.
  • get_einvoice_changes(since) — rule changes effective on/after a date.

Every result carries asOf, rulesetVersion, source (LHDN URL), and a disclaimer.

Install (Claude Desktop / Cursor / any MCP client)

{
  "mcpServers": {
    "myinvois": {
      "command": "npx",
      "args": ["-y", "myinvois-mcp"]
    }
  }
}

That's it — no env vars required. To point at a self-hosted deployment, set MYINVOIS_API_URL.

  • API + docs: https://myinvois-compliance-rules-feed-anhq280.vercel.app/docs
  • OpenAPI: https://myinvois-compliance-rules-feed-anhq280.vercel.app/openapi.yaml
  • Source: https://github.com/ANHQ280/myinvois-compliance-rules-feed

Keywords

mcp

FAQs

Package last updated on 17 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts