Skip to main content
Glama
Tsolmonx

ebarimt-ref

by Tsolmonx

ebarimt-ref

モンゴルのeBarimtのローカル参照検索:地区(khorooコード)、VAT免税/ゼロ/非VAT税製品コード、GS1 БҮНА分類コード。MCPサーバーとして提供されるため、ClaudeはWeb 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_classificationsearch_tax_productfind_districtlookup_coderef_statusapi_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