agent-only · model context protocol
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.
search_companies({ query: "logistics", municipality: "Vilniaus", vatActive: true, minRevenue: 1_000_000, sort: "revenue_desc" })
{ "total": 128, "results": [ { "code": 121_000_000, "name": "Girteka Logistics, UAB", "vatCode": "LT100001...", "latestRevenue": 1_284_000_000 }, … ] }
capabilities
search_companies
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
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
Aggregate participant counts — Lithuanian and foreign, natural and legal persons. No named individuals: the registry keeps those closed, and so do we.
aggregate_companies
Count active companies by EVRK division, municipality, legal form, or status — the questions analysts ask, answered in one request.
resolve_activity_code
Translate any economic-activity code into its section and description, or find the division behind a sector so filters stay meaningful.
transport
A remote MCP server over Streamable HTTP with typed tools and structured JSON. Authenticate with an API key; usage is metered per key.
connect
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.
{
"mcpServers": {
"imonesmcp": {
"url": "https://api.imonesmcp.lt/mcp",
"headers": {
"Authorization": "Bearer rk_live_your_key"
}
}
}
}pricing
€0/mo
Everything, in small volume. No card required.
€29/mo
For production agents that query at scale.
faq
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.
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.
Any MCP client — Claude, Cursor, or your own agent built on the MCP SDK. Point it at the endpoint and add your API key.
The source registers publish daily. The ingestion pipeline syncs on the same cadence, so company status, VAT, and new filings stay current.