← firmeromanesti.com

INDIVIDUAL MCP TOOL

get_company_profile

Fetch a single Romanian company by CUI (accepts an 'RO' prefix): identity, address, CAEN activities, latest public financials, and data-source freshness.

firmeromanesti.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

firmeromanesti.com

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.firme-romanesti]
url = "https://firmeromanesti.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "firme-romanesti": {
      "type": "http",
      "url": "https://firmeromanesti.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: firme-romanesti
Remote MCP URL: https://firmeromanesti.com/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": {
    "firme-romanesti": {
      "url": "https://firmeromanesti.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "firme-romanesti": {
      "type": "http",
      "url": "https://firmeromanesti.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "firme-romanesti",
  "transport": "streamable-http",
  "url": "https://firmeromanesti.com/mcp"
}
MCP Inspector

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

Related tools

  • search_companies — Search and filter the Firme Românești company directory by name, CAEN activity, county/locality, revenue/profit/employee ranges, and VAT status.
  • get_company_financials — Yearly financial history for a company by CUI: revenue, profit, employees, total assets and liabilities.
  • get_company_status — Public status flags for a company by CUI: registration status, VAT (TVA) registration, fiscal activity, insolvency, dissolution (radiere), and e-Factura.
  • resolve_caen — Look up a Romanian CAEN (NACE) activity code and return its official label plus hierarchy (section, division, parent).