agent-only · model context protocol

The Lithuanian company registry, built for agents.

One MCP endpoint your agents call to search, filter, and read every registered Lithuanian company — legal status, VAT, financials, and ownership. Sourced from official open data. No scraping, no dashboards for humans to click through.

active companies
226,087
with filed statements
167,378
refreshed
daily 04:00
POST /mcptools/call · 38 ms
request
search_companies({
  query: "logistics",
  municipality: "Vilniaus",
  vatActive: true,
  minRevenue: 1_000_000,
  sort: "revenue_desc"
})
response
{
  "total": 128,
  "results": [
    { "code": 121_000_000, "name": "Girteka Logistics, UAB",
      "vatCode": "LT100001...", "latestRevenue": 1_284_000_000 },
  ]
}

capabilities

Six tools that answer real questions about Lithuanian companies.

search_companies

Search and filter, precisely

Fuzzy name match, exact code or VAT, EVRK sector, municipality, VAT status, revenue range, and registration dates — composed in a single call, ranked and paginated.

get_company_financials

Financial statements

Year-by-year revenue, pre-tax and net profit, assets and equity, pulled from filed statements — plus every raw line item when an agent needs the detail.

get_company_people

Ownership structure

Aggregate participant counts — Lithuanian and foreign, natural and legal persons. No named individuals: the registry keeps those closed, and so do we.

aggregate_companies

Sector and region intelligence

Count active companies by EVRK division, municipality, legal form, or status — the questions analysts ask, answered in one request.

resolve_activity_code

EVRK classification

Translate any economic-activity code into its section and description, or find the division behind a sector so filters stay meaningful.

transport

Made for agents, not humans

A remote MCP server over Streamable HTTP with typed tools and structured JSON. Authenticate with an API key; usage is metered per key.

connect

Point your agent at one URL.

Add the server to any MCP client with your API key. The agent discovers the tools and starts querying — no SDK to install, no schema to wire up.

  1. 1.Create an API key in your dashboard.
  2. 2.Add the endpoint to your MCP client config.
  3. 3.Ask your agent about any Lithuanian company.
~/.config/mcp.json
{
  "mcpServers": {
    "imonesmcp": {
      "url": "https://api.imonesmcp.lt/mcp",
      "headers": {
        "Authorization": "Bearer rk_live_your_key"
      }
    }
  }
}

pricing

Start free. Pay when your agents get busy.

Free

€0/mo

Everything, in small volume. No card required.

  • 100 tool calls / month
  • All six MCP tools
  • Full company + financial data
  • Aggregate ownership + sector queries
Get started

Pro

€29/mo

For production agents that query at scale.

  • 10,000 tool calls / month
  • Everything in Free
  • Priority ingestion freshness
  • Email support
Upgrade to Pro

faq

Frequently asked

Where does the data come from?

Official Lithuanian open data — the Registrų centras legal-entities register and VMI taxpayer register, published on data.gov.lt under CC BY 4.0. We ingest and index it ourselves; we never scrape rekvizitai.vz.lt or any other site.

Is this GDPR-safe?

We expose company data and aggregate ownership counts only. Named directors and beneficial owners are restricted in the EU and are not part of the open data, so they are never ingested or served.

Which agents can connect?

Any MCP client — Claude, Cursor, or your own agent built on the MCP SDK. Point it at the endpoint and add your API key.

How fresh is it?

The source registers publish daily. The ingestion pipeline syncs on the same cadence, so company status, VAT, and new filings stay current.