INDIVIDUAL MCP TOOL
get_procurement
Public procurement (SEAP) awards for one company: contracts it won, and contracts it granted as a contracting authority.
LIVE ENDPOINT
https://cuisor.ro/mcp
Connect to this endpoint to inspect the live schema for get_procurement and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_companies— Resolve a company name or CUI to candidate companies.get_company— Identity, status, address, activity and headline figures for one company by CUI.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.get_officers— Legal representatives and administrators of one company.get_legal— Court dockets (portal.just.ro) and BPI publications for one company, by CUI.resolve_caen— Resolve free text like 'coffee shops' or 'car repair' to CAEN activity codes.list_companies— List companies matching a filter, largest turnover first, at most 100 per page.company_stats— Compute ONE number over a filtered population of companies — count, sum, avg, median, p25, p75, min or max.