Romanian company register: identity, filed financials, procurement, court records by name or CUI.
cuisor.ro is a remote MCP server published at cuisor.ro. It has been probed 6 times since 9/12/2026. It answered in 6 of them (100.0%), a near-uninterrupted record. Median response time is 307 ms, placing it among the faster endpoints. It offers a narrow, focused set of 12 tools. On the protocol side it still runs 2025-11-25 and has not moved to the newer spec.
Can an LLM agent pick the right tool here — names, descriptions and parameter clarity are assessed.
search — Redundant with 'search_companies'; identical functionality under different names.fetch — Duplicates 'get_company' functionality without clear differentiation.get_company — Parameter 'include' has ambiguous type (null) and unclear usage.tools/list structure, inputSchema validity, and a functional smoke test — the components of the 0-100 score.
Tools the server advertised in the latest measurement — measured, not catalog-claimed.
search_companiesResolve a company name or CUI to candidate companies. Use this first whenever the user names a company rather than giving its CUI. Returns at most 50 candidates, active companies first, largest turnover first. Romanian company names collide heavily, so show the user the candidates rather than assuming the first is right. An unquoted query matches every name containing the words (mina srl: 1015 companies); wrap a name you already know in double quotes to get only the companies called that ("mina srl": 14). Case, diacritics and SRL/S.R.L. all fold. Quote a name, not a CUI.
querystringrequiredlimitintegerget_companyIdentity, status, address, activity and headline figures for one company by CUI. Slim by default. Pass include=['financials','procurement','change_history','peers','same_address'] for more. Carries `as_of` dates: the register and ANAF are refreshed on different schedules. Data: the Romanian company register (~4M companies) with filed financial statements, ANAF fiscal status, public procurement awards, and legal representatives. Amounts are in lei (RON). Not real-time: every payload states the age of the data it came from.
cuistringrequiredincludeget_financialsEvery filed financial year for one company: turnover, profit (signed — negative is a loss), employees, and the full balance sheet, all in lei. `latest_filed_year` says how recent the filings go, so a year with no row reads as 'not filed yet' rather than 'no data'.
cuistringrequiredget_procurementPublic procurement (SEAP) awards for one company: contracts it won, and contracts it granted as a contracting authority. Bounded to the 200 most recent per side; `total` reports the true count, which can be far larger.
cuistringrequiredrolestringget_officersLegal representatives and administrators of one company. This is personal data: it requires an API key, every call is recorded against that key, and it is never available anonymously. `sources_present` says which registers contributed, so an empty list means 'none on record from these sources', not 'this company has no officers'.
cuistringrequiredget_legalCourt dockets (portal.just.ro) and BPI publications for one company, by CUI. Covers roughly the last three years, not a complete litigation history — it answers whether a company is in court now or recently, not whether it has ever been sued. Includes ambiguous matches the public website never shows: a docket whose party name is shared by more than one company in the register, fanned out one row per candidate CUI. No co-party names, no outcome or merits.
cuistringrequiredresolve_caenResolve free text like 'coffee shops' or 'car repair' to CAEN activity codes. ALWAYS call this before filtering by activity — do not guess a CAEN code. More than half the official nomenclator is obsolete CAEN Rev.1 with zero companies, and those are exactly the entries whose descriptions match the obvious word, so a guessed code commonly returns nothing for a question with thousands of answers. Show the user what was matched.
querystringrequiredlimitintegerlist_companiesList companies matching a filter, largest turnover first, at most 100 per page. Pass caen_query for free text ('coffee shops') or caen for explicit codes; judet accepts 'Bucharest', 'Bucuresti' or 'Bucureşti'; cui takes up to 100 comma-separated CUIs. Filters compose, so 'restaurants registered in Cluj last week' is one call. For newly registered companies pass sort='registered_desc' with registered_after — the default turnover order puts them behind every company that has ever filed a figure. Check register.data_through in the response before reporting an empty result: the register is a monthly ONRC snapshot and holds nothing registered after that date. Use cursor to page. If you want a count, an average or a total, use company_stats instead — do not page through companies to compute one.
caenstringcaen_querystringcuistringjudetstringstatusstringregistered_afterstringregistered_beforestringmin_turnovermin_employeessortstringlimitintegercursorstringcompany_statsCompute ONE number over a filtered population of companies — count, sum, avg, median, p25, p75, min or max. Prefer this over listing companies and doing the arithmetic yourself: it is one call instead of dozens, and it is exact. metric: net_turnover_ron, net_profit_ron, employees, sales_per_employee_ron, profit_margin_pct, company_count, age_years. group_by: year, caen, judet, status, founded_year — use group_by='year' with years='2019-2024' to get a time series you can chart. Always report `coverage.rows_with_metric` alongside the answer: it is routinely about half of `coverage.matched_companies`, because many companies never filed the figure.
metricstringaggstringgroup_bystringyearyearsstringcaenstringcaen_querystringcuistringjudetstringstatusstringregistered_afterstringmin_turnoverget_metaHow old each dataset is, how many companies filed in each year, what fraction of the register carries an activity code, and the mapping from every financial field name to its Romanian label. Call this when the user asks how current or how complete the data is.
searchChatGPT connector search: find Romanian companies by name or CUI, returned as {id, title, url}. Identical to search_companies — use that tool instead unless you are the ChatGPT Apps SDK connector, which requires this exact name.
querystringrequiredfetchChatGPT connector fetch: the full company document for one CUI `id`, as returned by a prior `search` call. Identical to get_company with no include= (never officers — use get_officers for that, separately). Use get_company instead unless you are the ChatGPT Apps SDK connector, which requires this exact name.
idstringrequiredDerived by comparing consecutive probes — changes in era, protocol version, build and reachability.
Add this badge to your README — it updates automatically as measurements change.
[](https://mcpmetrics.io/servers/io-github-idragulin-cuisor)<a href="https://mcpmetrics.io/servers/io-github-idragulin-cuisor"><img src="https://mcpmetrics.io/badge/io.github.idragulin/cuisor/era.svg" alt="mcpmetrics"></a>You are seeing the last 7 days. Sign up for the full history. Which check failed and why is in the dashboard.
Sign up free to seeThe catalog entries whose name and description are closest to this one, found with the same index the search box uses.
Federal court records and PACER case data. 4 MCP tools for legal research.
Premium agentic endpoint for cross-company-agent-dispute-court-mcp.
Search US federal and state court records through CourtListener and the RECAP archive
Federal and state court records lookup for due-diligence and background checks.
Search and verify Swiss companies, UID status and register changes with dated official sources.
Search Japanese company credit, financials, subsidies, and procurement via AI agents.
| Run | Era | Modern | ms | Legacy | ms | Versions |
|---|---|---|---|---|---|---|
| 2026-09-13 01:33:33 | Legacy | 400 | 254 | 200 | 248 | 2025-11-25 |
| 2026-09-12 23:31:36 | Legacy | 400 | 297 | 200 | 301 | 2025-11-25 |
| 2026-09-12 21:29:15 | Legacy | 400 | 316 | 200 | 309 | 2025-11-25 |
| 2026-09-12 19:27:29 | Legacy | 400 | 307 | 200 | 362 | 2025-11-25 |
| 2026-09-12 17:24:09 | Legacy | 400 | 295 | 200 | 307 | 2025-11-25 |
| 2026-09-12 15:21:42 | Legacy | 400 | 308 | 200 | 319 | 2025-11-25 |
Each block is one measurement round. Green: working response. Amber: responded but the server was returning errors (5xx). Red: no response at all.
Each cell is one probe run. Faded cells are incomplete probes — one leg did not answer, so the era is inconclusive.
The two probe legs separately: modern server/discover and legacy initialize.
Comments
Sign in to write a comment
No comments yet. Be the first.