← Registry

Data Collection

cuisor.ro

Retrieves comprehensive Romanian company data including financials, procurement records, and officers.

1 endpoint12 known toolsFirst detected September 8, 2026Last detected September 20, 2026

ENDPOINT 1

https://cuisor.ro/mcp

No auth detected

MCP server metadata

Name
cuisor
Version
1.29.1
Capabilities
experimentalpromptsresourcestools
Server instructions

Look up Romanian companies by name or CUI (fiscal code), read their filed financials, fiscal standing, procurement history and legal representatives, and compute aggregates across filtered populations. 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.

Known tools 12

search_companies

Resolve a company name or CUI to candidate companies.

Inferred read-only
get_company

Identity, status, address, activity and headline figures for one company by CUI.

Inferred read-only
get_financials

Every filed financial year for one company: turnover, profit (signed — negative is a loss), employees, and the full balance sheet, all in lei.

Inferred read-only
get_procurement

Public procurement (SEAP) awards for one company: contracts it won, and contracts it granted as a contracting authority.

Inferred read-only
get_officers

Legal representatives and administrators of one company.

Inferred read-only
get_legal

Court dockets (portal.just.ro) and BPI publications for one company, by CUI.

Inferred read-only
resolve_caen

Resolve free text like 'coffee shops' or 'car repair' to CAEN activity codes.

Inferred read-only
list_companies

List companies matching a filter, largest turnover first, at most 100 per page.

Inferred read-only
company_stats

Compute ONE number over a filtered population of companies — count, sum, avg, median, p25, p75, min or max.

Inferred read-only
get_meta

How 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.

Inferred read-only
search

ChatGPT connector search: find Romanian companies by name or CUI, returned as {id, title, url}.

Inferred read-only
fetch

ChatGPT connector fetch: the full company document for one CUI `id`, as returned by a prior `search` call.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cuisor]
url = "https://cuisor.ro/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cuisor": {
      "type": "http",
      "url": "https://cuisor.ro/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cuisor
Remote MCP URL: https://cuisor.ro/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cuisor": {
      "url": "https://cuisor.ro/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cuisor": {
      "type": "http",
      "url": "https://cuisor.ro/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cuisor",
  "transport": "streamable-http",
  "url": "https://cuisor.ro/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.