app.wishpool/thailand-invoice-mcp
Thailand Leceipt e-Tax: AI agents create, poll and download e-Tax Invoices, stateless BYO.
assessed on 1 of 4 dimensions
https://inv-th.wishpool.app/mcpcreate_invoiceCreate a Thai e-Tax Invoice / Tax Invoice (ใบกำกับภาษี) through Leceipt — the POST /etax/documents/invoices-taxinvoices call. You pass the buyer + line items in plain fields; this server computes the Thai VAT 7% math locally (to show you the totals and enforce the owner amount policy), assembles the Leceipt document, and — in live mode — submits it. Leceipt then SIGNS it with your account certificate (CA) and files it with the Thai Revenue Department, returning a JOB you poll with query_job. In …
download_documentDownload a finished Thai e-Tax document (PDF/XML) by its fileId — the GET /etax/files/{fileId} call. Use the file_id returned by query_job once its status is "complete". Returns { content_type, size_bytes, content_base64 } — base64-decode content_base64 to get the file bytes (the signed PDF/XML you hand to the buyer / keep for the Revenue Department). Requires x-leceipt-api-key. Credential header (set once in your MCP client, per-request, never stored): x-leceipt-api-key = the API key you genera…
query_jobPoll the status of a Leceipt document job — the GET /etax/jobs/{id} call. Use the job_id returned by create_invoice (live mode). status enum: "processing" (Leceipt is still creating/signing the document) | "complete" (finished — the file is ready). When complete, the result carries file_id which you pass to download_document. Requires x-leceipt-api-key (this always hits Leceipt, so a key is needed even though the default mode is test). Credential header (set once in your MCP client, per-request,…
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.
Every verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.