MCP.so
Sign In

Thailand Invoice

@junter1989k-ai

About Thailand Invoice

Issue Thailand e-Tax Invoices through your own Leceipt account — submit, query jobs, download documents. Stateless BYO key

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "thailand-invoice": {
      "type": "http",
      "url": "https://inv-th.wishpool.app/mcp",
      "headers": {
        "x-leceipt-api-key": "your_leceipt_api_key"
      }
    }
  }
}

Tools

3

Assemble a Thai e-Tax Invoice from `{ number, customer, items, includeVat?, discount?, date?/dateBE? }`, compute Thai VAT 7% locally, and (in `live` mode) submit to Leceipt. Out: `job_id` (live) or `computed_totals` + `payload` (test dry-run).

Poll `GET /etax/jobs/{id}`. Out: `status` **processing** (still creating/signing) or **complete** (with `file_id`).

`GET /etax/files/{fileId}`. Out: `{ content_type, size_bytes, content_base64 }` — base64-decode for the signed PDF/XML.

Overview

What is Thailand Invoice?

Thailand Invoice MCP 🇹🇭 — How can my AI agent issue a Thai e-Tax Invoice (ใบกำกับภาษี)?

How to use Thailand Invoice?

The README includes setup instructions such as node test/serve.js # local server on :3251.

Key features of Thailand Invoice

  • 💳 Payments hub (Taiwan e-invoice 電子發票 included): mcp.wishpool.app
  • 🧾 Invoice family hub: inv.wishpool.app
  • 📦 Logistics family hub: logi.wishpool.app

Use cases of Thailand Invoice

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Thailand Invoice

Where is the source code for Thailand Invoice?

The source code is linked from the repository URL on this page.

Does Thailand Invoice include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Thailand Invoice?

The source code is linked from the repository URL on this page.

Does Thailand Invoice include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers