MCP.so
登录

Korea Invoice

@junter1989k-ai

关于 Korea Invoice

Issue Korea NTS e-tax invoices via your own POPBiLL account (merchant-owned LinkID) — issue, query, force NTS send. Stateless BYO

基本信息

许可证

MIT

运行时

node

发布者

junter1989k-ai

提交者

junter1989k-ai

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "korea-invoice": {
      "type": "http",
      "url": "https://inv-kr.wishpool.app/mcp",
      "headers": {
        "x-popbill-linkid": "your_linkid",
        "x-popbill-secretkey": "your_secret",
        "x-popbill-corpnum": "your_business_number"
      }
    }
  }
}

工具

3

Issue a 전자세금계산서 in one step (`registIssue` = 즉시발행) — `invoicer_corp_name`, `invoicer_ceo_name`, `invoicee_corp_name` (+ `invoicee_corp_num` for 사업자 buyers), `items` (`item_name`, `qty`, `unit_cost` KRW/NET), `tax_type` (과세/영세/면세), `purpose_type` (영수/청구) in; **mgt_key + ntsConfirmNum** out. The seller 사업자번호 comes from the header; **부가세 is computed for you**. `mgt_key` auto-generated if omitted.

Look up one invoice by `mgt_key` + `mgt_key_type` (SELL default / BUY / TRUSTEE) — returns the `stateCode` (200 발행완료, 300 국세청 전송대기, 320 국세청 전송완료, 330 전송실패, 400 발행취소), `ntsConfirmNum`, timestamps and totals.

**Force immediate** 국세청 (NTS) transmission of an already-issued invoice. Normally transmission is automatic the **next day** (익일전송); this only sends it now instead of waiting for the batch.

概览

What is Korea Invoice?

Korea Invoice MCP 🇰🇷 — How can my AI agent issue a 전자세금계산서 (electronic tax invoice) in Korea?

How to use Korea Invoice?

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

Key features of Korea Invoice

  • 과세 (standard): per-line tax = floor(supplyCost × 0.10) — 원 단위 절사 (integer truncation)
  • 영세 (zero-rated export) / 면세 (exempt): tax = 0
  • KRW only, whole-won integer amounts
  • No real-credential live issue was run here — see below

Use cases of Korea Invoice

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

FAQ from Korea Invoice

Where is the source code for Korea Invoice?

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

Does Korea Invoice include a standard MCP config?

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

评论

更多 MCP 服务器