ebarimt-ref
ebarimt-ref
Lokale Referenzsuche für das mongolische eBarimt: Bezirke (Khoroo-Codes), Steuerproduktcodes (MwSt.-befreit/Nullsteuersatz/ohne MwSt.) und GS1 БҮНА-Klassifikationscodes. Wird als MCP-Server bereitgestellt, damit Claude „finde mir den Bezirks-/Klassifikations-/MwSt.-befreiten Produktcode“ beantworten kann, ohne Web-UI oder Datenbankserver – alles befindet sich in einer einzigen eingecheckten SQLite-Datei.
Einrichtung
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 funktioniert nur von einer mongolischen IP-Adresse aus (die eBarimt-API ist geografisch eingeschränkt). Die .db-Datei ist bewusst in dieses Repository eingecheckt, sodass Nutzer dieses Repos refresh nie selbst ausführen müssen. Führen Sie ihn nur erneut aus, wenn sich die Quelldaten ändern.
Related MCP server: onec-meta-mcp
CLI
pnpm search classification "улаан буудай"
pnpm search tax "хөгжлийн бэрхшээл"
pnpm search district "Сонгинохайрхан"
pnpm search code 3420MCP-Registrierung (Claude Code)
.mcp.json:
{
"mcpServers": {
"ebarimt-ref": {
"command": "pnpm",
"args": ["--dir", "/Users/tsolmonkhorloo/Documents/dreamon/ebarimt-ref", "mcp"]
}
}
}Oder als Einzeiler:
claude mcp add ebarimt-ref -- pnpm --dir /Users/tsolmonkhorloo/Documents/dreamon/ebarimt-ref mcpBereitgestellte Tools: search_classification, search_tax_product, find_district, lookup_code, ref_status, api_doc.
API-Referenzdokumentation
docs/api/ enthält die eBarimt-Entwicklerdokumentation (PosAPI 3, easy-register, operator), die von developer.itc.gov.mn gescrapt wurde. Bereitgestellt über das MCP-Tool api_doc: Ohne Argumente aufrufen, um die Liste zu erhalten; mit slug (z. B. pos-api/12-receipt-save) aufrufen, um ein Dokument zu lesen.
This server cannot be installed
Maintenance
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
- 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.82MIT
- 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.7862Apache 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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