Data Collection
cuisor.ro
Retrieves comprehensive Romanian company data including financials, procurement records, and officers.
ENDPOINT 1
https://cuisor.ro/mcp
MCP server metadata
- Name
- cuisor
- Version
- 1.29.1
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
get_companyIdentity, status, address, activity and headline figures for one company by CUI.
Inferred read-onlyget_financialsEvery filed financial year for one company: turnover, profit (signed — negative is a loss), employees, and the full balance sheet, all in lei.
Inferred read-onlyget_procurementPublic procurement (SEAP) awards for one company: contracts it won, and contracts it granted as a contracting authority.
Inferred read-onlyget_legalCourt dockets (portal.just.ro) and BPI publications for one company, by CUI.
Inferred read-onlyresolve_caenResolve free text like 'coffee shops' or 'car repair' to CAEN activity codes.
Inferred read-onlylist_companiesList companies matching a filter, largest turnover first, at most 100 per page.
Inferred read-onlycompany_statsCompute ONE number over a filtered population of companies — count, sum, avg, median, p25, p75, min or max.
Inferred read-onlyget_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.
Inferred read-onlysearchChatGPT connector search: find Romanian companies by name or CUI, returned as {id, title, url}.
Inferred read-onlyfetchChatGPT connector fetch: the full company document for one CUI `id`, as returned by a prior `search` call.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.