# 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. Up to 25 results per page with an opaque cursor. Financial filters use a single year (default 2024). Provide at least one filter.

Agent View of the PolicyLayer registry record for `search_companies`. HTML page: https://policylayer.com/tools/com-firmeromanesti-company-data/search-companies

## Facts

- Tool: `search_companies`
- 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: 12
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `year` | integer | no |  |
| `judet` | string | no |  |
| `limit` | integer | no |  |
| `query` | string | no |  |
| `cursor` | string | no |  |
| `locality` | string | no |  |
| `caen_code` | string | no |  |
| `max_profit` | integer | no |  |
| `min_profit` | integer | no |  |
| `active_only` | boolean | no |  |
| `max_revenue` | integer | no |  |
| `min_revenue` | 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": "search_companies",
    "arguments": {}
  }
}
```

## Why search_companies is rated Low

This tool retrieves and queries company information with filtering options but performs no side effects, data modification, or destructive actions. It is a classic read/search operation limited to data retrieval from a read-only directory. The low severity reflects minimal blast radius—misuse would result only in unauthorized data access, not operational or financial damage.

From the tool's own definition: "Tool description explicitly states 'Search and filter' operations on company directory data, returning 'up to 25 results per page.' No modification, deletion, or execution capabilities mentioned. Server description confirms 'Read-only data.'"

Risk signals: High parameter count (15 properties)

## Use case

AI agents call search_companies 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": {
    "search_companies": {}
  }
}
```

## Other tools on Company Data (4)

- `get_company_financials` — Read — https://policylayer.com/tools/com-firmeromanesti-company-data/get-company-financials.md
- `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

## 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
