Skip to main content
Glama
Tsolmonx

ebarimt-ref

by Tsolmonx

ebarimt-ref

몽골 eBarimt용 로컬 참조 조회 도구입니다. 구역(khoroo 코드), VAT 면세/영세/비과세 상품 코드, GS1 БҮНА 분류 코드를 제공합니다. MCP 서버로 동작하므로 Claude가 웹 UI나 데이터베이스 서버 없이도 "구역/분류/VAT 면세 상품 코드를 찾아줘"라는 요청에 답할 수 있습니다. 모든 데이터는 커밋된 단일 SQLite 파일에 담겨 있습니다.

설정

pnpm install
pnpm refresh   # fetches districts + tax codes from api.ebarimt.mn, parses data/gs1_gs1.xlsx
pnpm test      # sanity checks: row counts + known lookups

pnpm refresh는 몽골 IP에서만 작동합니다(eBarimt API는 지역 제한이 있습니다). .db 파일은 의도적으로 이 저장소에 커밋되어 있으므로, 이 저장소의 사용자는 직접 refresh를 실행할 필요가 없습니다. 원본 데이터가 변경될 때만 다시 실행하면 됩니다.

Related MCP server: onec-meta-mcp

CLI

pnpm search classification "улаан буудай"
pnpm search tax "хөгжлийн бэрхшээл"
pnpm search district "Сонгинохайрхан"
pnpm search code 3420

MCP 등록 (Claude Code)

.mcp.json 파일:

{
  "mcpServers": {
    "ebarimt-ref": {
      "command": "pnpm",
      "args": ["--dir", "/Users/tsolmonkhorloo/Documents/dreamon/ebarimt-ref", "mcp"]
    }
  }
}

또는 한 줄로:

claude mcp add ebarimt-ref -- pnpm --dir /Users/tsolmonkhorloo/Documents/dreamon/ebarimt-ref mcp

제공되는 도구: search_classification, search_tax_product, find_district, lookup_code, ref_status, api_doc.

API 참조 문서

docs/api/에는 developer.itc.gov.mn에서 스크래핑한 eBarimt 개발자 문서(PosAPI 3, easy-register, operator)가 들어 있습니다. api_doc MCP 도구로 제공됩니다: 인수 없이 호출하면 목록을 표시하고, slug(예: pos-api/12-receipt-save)를 지정하면 해당 문서를 읽습니다.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server for the Russian state registries EGRUL (legal entities) and EGRIP (individual entrepreneurs), built on official Federal Tax Service open-data dumps. Self-hosted via local SQLite.
    8
    2
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server for searching and analyzing 1C enterprise metadata and BSL code using a SQLite backend. Enables querying configuration structure, code routines, and performing compliance checks via natural language.
  • A
    license
    Not graded
    quality
    A
    maintenance
    Decodes, searches, validates, and crosswalks US medical codes (ICD-10-CM, ICD-10-PCS, HCPCS Level II) using an offline bundled index via MCP.
    786
    2
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Offline MCP server for ICD medical code lookup, search, and crosswalk translation with 124K codes and 102K mappings, all local with zero network calls.
    5
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • Offline US medical code lookup and crosswalk — ICD-10-CM/PCS, HCPCS Level II, RxNorm. Keyless.

  • A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud

  • Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tsolmonx/ebarimt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server