ebarimt-ref
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ebarimt-refFind the tax product code for wheat flour (улаан буудай)"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ebarimt-ref
Local reference lookup for Mongolian eBarimt: districts (khoroo codes), VAT-free/zero/no-VAT tax product codes, and GS1 БҮНА classification codes. Ships as an MCP server so Claude can answer "find me the district / classification / VAT-free product code" without a web UI or a database server — everything lives in a single committed SQLite file.
Setup
pnpm install
pnpm refresh # fetches districts + tax codes from api.ebarimt.mn, parses data/gs1_gs1.xlsx
pnpm test # sanity checks: row counts + known lookupspnpm refresh only works from a Mongolian IP (the eBarimt API is geo-restricted). The
.db file is committed to this repo by design, so consumers of this repo never need to
run refresh themselves — only re-run it when the source data changes.
Related MCP server: onec-meta-mcp
CLI
pnpm search classification "улаан буудай"
pnpm search tax "хөгжлийн бэрхшээл"
pnpm search district "Сонгинохайрхан"
pnpm search code 3420MCP registration (Claude Code)
.mcp.json:
{
"mcpServers": {
"ebarimt-ref": {
"command": "pnpm",
"args": ["--dir", "/Users/tsolmonkhorloo/Documents/dreamon/ebarimt-ref", "mcp"]
}
}
}Or one-liner:
claude mcp add ebarimt-ref -- pnpm --dir /Users/tsolmonkhorloo/Documents/dreamon/ebarimt-ref mcpTools exposed: search_classification, search_tax_product, find_district,
lookup_code, ref_status, api_doc.
API reference docs
docs/api/ holds the eBarimt developer docs (PosAPI 3, easy-register, operator) scraped from
developer.itc.gov.mn. Exposed via the api_doc MCP tool: call with no args to list, with
slug (e.g. pos-api/12-receipt-save) to read.
This server cannot be deployed
Maintenance
Related MCP Connectors
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
Unlock the power of food transparency with our Open Food Facts MCP server. Easily look up any food
- docs2mcpOAuthcom.docs2mcp
Query your own PDFs and documents from any MCP client. Every answer cites the page it came from.
337 MCP tools with x402 micropayments on Base. $0.001/call. No signup, no API keys.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP 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.856 PyPI2MIT
- FlicenseNot gradedqualityBmaintenanceMCP 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.-
- AlicenseNot gradedqualityAmaintenanceDecodes, searches, validates, and crosswalks US medical codes (ICD-10-CM, ICD-10-PCS, HCPCS Level II) using an offline bundled index via MCP.200 npm2Apache 2.0
- AlicenseAqualityDmaintenanceOffline MCP server for ICD medical code lookup, search, and crosswalk translation with 124K codes and 102K mappings, all local with zero network calls.53MIT