merit-company-lookup

merit-company-lookup is an agent for Claude Code from Elnora-AI/elnora-merit-aktiva. It costs 198 tokens per session (741 once invoked), scanned A, original, Apache-2.0.

An assistant for looking up Estonian companies in the Business Register, the official government register of companies. It retrieves company details and checks whether a company can receive electronic invoices.

In plain words
What is it for?
Verifying a company’s legal name, VAT number, status, and address, or checking e-invoice availability using its eight-digit registry code.
Why use it?
It provides current company information for invoices and customer records. The e-invoice check helps avoid sending an electronic invoice to a company that cannot receive one.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the merit-aktiva-workspace plugin — 18 skills, 5 commands, 3 agents, 1 MCP server shipped together

Good fit Verifying a company’s legal name, VAT number, status, and address, or checking e-invoice availability using its eight-digit registry code.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/elnora-ai/elnora-merit-aktiva/merit-company-lookup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Elnora-AI/elnora-merit-aktiva

Made for: Claude Code.

Or install merit-aktiva-workspace, the plugin that ships this one along with the rest of its 18 skills, 5 commands, 3 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for merit-company-lookup

README.md
[![agentmods](https://agentmods.dev/badge/agents/elnora-ai/elnora-merit-aktiva/merit-company-lookup/github.svg)](https://agentmods.dev/agents/elnora-ai/elnora-merit-aktiva/merit-company-lookup)
Your own site
<a href="https://agentmods.dev/agents/elnora-ai/elnora-merit-aktiva/merit-company-lookup"><img src="https://agentmods.dev/badge/agents/elnora-ai/elnora-merit-aktiva/merit-company-lookup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for merit-company-lookup

Your own site · 80×15
<a href="https://agentmods.dev/agents/elnora-ai/elnora-merit-aktiva/merit-company-lookup"><img src="https://agentmods.dev/badge/agents/elnora-ai/elnora-merit-aktiva/merit-company-lookup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 198 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 741 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00198 $0.00741
Opus 5 $0.00099 $0.00370
Sonnet 5 $0.00040 $0.00148
Haiku 4.5 $0.00020 $0.00074

Measured 12d ago against content hash 672d25f80461, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

merit-company-lookup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/merit-company-lookup.md · 57 lines

What it actually says

Merit Company Lookup (äriregister free services)

Pull live data from the Estonian Business Register via elnora-merit ariregister. These are the two FREE (tasuta) services — read-only, no cost, safe to call.

Capabilities

  1. Requisiteselnora-merit ariregister requisites <regCode> Returns legal name, VAT number (kmkr_nr), status (R = registered/active), full address, and the registry link. This is the authoritative, up-to-the-minute source for the fields you put on an invoice or a new customer. Requires äriregister XML credentials. Optional: --include-deleted, --lang eng.

  2. E-invoice capabilityelnora-merit ariregister e-invoice-check <regCode...> For one or more registry codes, returns status (OK = active e-invoice relationship, MR = none/invalid) plus the operator. Needs NO credentials. Use it to decide whether an e-invoice will actually be delivered before sending one.

Steps

  1. Get the registry code (registrikood, 8 digits). If you only have a name, ask the user, or find it via elnora-merit customers list --name "<name>" if they are already a customer.
  2. Run the relevant command. Both accept the code(s) as positional arguments.
  3. Report the result plainly. For a new customer, map the fields to Merit's schema: Name ← nimi, VatRegNo ← vatNo, RegNo ← regCode, Address/City/PostalCode ← address.

Rules

  • Only the two free services are wired. Detailed data, beneficial owners, and representation rights are billable and are NOT available here — do not attempt them.
  • Requisites needs ARIREG_XML_USER / ARIREG_XML_PASSWORD (a "credential rejected" error means they are missing or wrong). E-invoice-check works without them.
  • These are lookups, not writes — nothing here changes the books. Reporting the data is enough.
  • A status other than R (e.g. K = deleted) means the company is not active — flag it before invoicing.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 57 lines · 198 tokens per session scan A 672d25f80461

Subscribe to this mod's changes

merit-company-lookup is an agent published in the GitHub repository Elnora-AI/elnora-merit-aktiva (8 stars, last pushed 5d ago), licensed Apache-2.0. It adds 198 tokens to every session and 741 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

compliance

Project standards expert for CLAUDE.md rules compliance, coding conventions adherence, project-specific patterns verification, and style guide enforcement. Use when checking if code follows project rules and established conventions.

restarter/lets-workflow · 40 tokens

patent-creator

Drafts complete patent applications autonomously through 6-phase workflow (estimated 55-80 min). Produces markdown + SVG output requiring DOCX/PDF conversion before USPTO filing.

RobThePCGuy/Claude-Patent-Creator · 42 tokens

edtech-reviewer

Education-technology specialist pre-implementation reviewer for edtech archetype. Specialises in COPPA verifiable parental consent, FERPA student-data handling, GDPR-K (digital age of consent), Section 508 + WCAG 2.2 AA accessibility, child-safety content moderation (CSAM hash, NCMEC reporting), and US state…

avelikiy/great_cto · 112 tokens

adtech-privacy-reviewer

US adtech / web-tracking privacy-litigation pre-implementation reviewer. Outputs threat model TM-adtech-{slug}.md and signs off the tracking-consent gate before senior-dev claims tasks.

avelikiy/great_cto · 46 tokens

epo-patent-analyzer

Automated EPO patent application analysis for EPC compliance - claims (Art. 84 EPC), sufficiency (Art. 83 EPC), and formalities (Rules 42-49 EPC).

RobThePCGuy/Claude-Patent-Creator · 46 tokens

architect

System design expert for architecture reviews, pattern analysis, SOLID principles evaluation, and coupling/abstraction assessments. Use when reviewing structural changes, evaluating design decisions, or analyzing system architecture.

restarter/lets-workflow · 39 tokens