# get_company_financials

Yearly financial history for a company by CUI: revenue, profit, employees, total assets and liabilities. Amounts in RON.

Agent View of the PolicyLayer registry record for `get_company_financials`. HTML page: https://policylayer.com/tools/com-firmeromanesti-company-data/get-company-financials

## Facts

- Tool: `get_company_financials`
- Server: Company Data (`https://firmeromanesti.com/mcp`) — https://policylayer.com/tools/com-firmeromanesti-company-data.md
- Homepage: https://github.com/QwertyBit-Ventures/firmeromanesti
- Risk category: Read (Low risk)
- Registry record: grade D, identity unverified
- Server auth posture: open
- Server CORS policy: *
- Server rate-limited: no
- Parameters: 2 (1 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `cui` | object | yes |  |
| `years` | integer | no |  |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_company_financials",
    "arguments": {
      "cui": {}
    }
  }
}
```

## Why get_company_financials is rated Low

This tool queries and returns historical financial data about companies without any capability to modify, delete, or execute operations. It is a straightforward read operation that retrieves existing financial records. The blast radius of misuse is low—an agent could access public or semi-public financial information about Romanian companies, but cannot alter records, execute code, or cause irreversible damage.

From the tool's own definition: "Tool description states it retrieves 'yearly financial history' (revenue, profit, employees, total assets and liabilities) by company CUI. No modification, deletion, or execution of code is mentioned."

## Use case

AI agents call get_company_financials to retrieve information from Company Data without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Company Data:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get_company_financials": {}
  }
}
```

## Other tools on Company Data (4)

- `get_company_profile` — Read — https://policylayer.com/tools/com-firmeromanesti-company-data/get-company-profile.md
- `get_company_status` — Read — https://policylayer.com/tools/com-firmeromanesti-company-data/get-company-status.md
- `resolve_caen` — Read — https://policylayer.com/tools/com-firmeromanesti-company-data/resolve-caen.md
- `search_companies` — Read — https://policylayer.com/tools/com-firmeromanesti-company-data/search-companies.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-firmeromanesti-company-data · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-firmeromanesti-company-data
