Firme Romanesti
Server Details
Public, read-only access to ~3.9M Romanian companies (data from ONRC, ANAF, and the Ministry of Finance). Five tools: search & filter companies by name, CAEN activity, county, revenue/profit/employee ranges, and VAT status; fetch a company profile by CUI; yearly financial history; public status flags (VAT, insolvency, dissolution, e-Factura); and CAEN activity-code lookup. No authentication required.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.2/5 across 5 of 5 tools scored. Lowest: 3.4/5.
Each tool has a clearly distinct purpose: search, company profile, financial history, status flags, and CAEN code lookup. The slight overlap between profile (latest financials) and financials (history) is resolved by the descriptions.
All tool names follow the same verb_noun pattern (get_*, resolve_*, search_*). The verbs are consistent and the nouns clearly indicate the resource, making the set predictable and easy to navigate.
Five tools is a well-scoped set for a company directory server. Each tool covers a fundamental aspect (search, profile, financials, status, CAEN lookup) without unnecessary bloat or redundancy.
The tool surface covers the core needs for looking up Romanian company data: search, profiling, financial history, and legal status. The main gap is that contact details are explicitly excluded from the profile, and there is no dedicated tool for historical status changes, but these are minor and workable.
Available Tools
5 toolsget_company_financialsGet company financialsBRead-onlyInspect
Yearly financial history for a company by CUI: revenue, profit, employees, total assets and liabilities. Amounts in RON.
| Name | Required | Description | Default |
|---|---|---|---|
| cui | Yes | ||
| years | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true and destructiveHint=false, which cover the safety profile. The description adds useful context like amounts in RON and the yearly scope, but does not disclose additional behaviors such as pagination, rate limits, or possible absence of data.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences that immediately convey the tool's purpose, data fields, and currency without extra fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
It covers the core return content (fields and currency), but omits explanation of the 'years' parameter and any edge cases. Given the lack of an output schema, the description is helpful but not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It mentions 'by CUI' but does not explain what CUI is or how the optional 'years' parameter behaves; 'Yearly financial history' is ambiguous about whether one or multiple years are returned.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as returning yearly financial history for a company by CUI, and lists specific data points (revenue, profit, employees, total assets, liabilities) plus currency. This distinguishes it from sibling tools like get_company_profile or get_company_status.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit when-to-use guidance is provided. The description does not mention alternatives, exclusions, or conditions, leaving usage decisions to inference from the tool's purpose.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_company_profileGet company profileARead-onlyInspect
Fetch a single Romanian company by CUI (accepts an 'RO' prefix): identity, address, CAEN activities, latest public financials, and data-source freshness. Does not return contact details.
| Name | Required | Description | Default |
|---|---|---|---|
| cui | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral context beyond this: it accepts an 'RO' prefix on the CUI, returns specific data categories, and explicitly excludes contact details. This is richer than the baseline and does not contradict any annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence. It front-loads the core purpose and then lists inclusions concisely. There is no wasted wording or redundancy, and every clause adds information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one parameter, read-only, no output schema), the description covers the essential context: what the tool does, what data it returns, and one key limitation. It does not explain the exact return structure or error behavior, but for a single-record fetch this is arguably sufficient. More detail would be helpful but is not critical.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has only one parameter (cui) with zero description coverage, so the description must compensate. It does so by stating that the tool fetches by CUI and explicitly noting that an 'RO' prefix is accepted, which adds meaningful format guidance. It does not describe the expected format in full detail (e.g., whether to include spaces), but it covers the key nuance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Fetch'), identifies the resource ('single Romanian company profile'), and clearly lists what is included (identity, address, CAEN activities, financials, data-source freshness). It also states an explicit exclusion ('Does not return contact details'), which distinguishes it from sibling tools like get_company_financials or get_company_status.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use this tool: when you need a comprehensive profile for a single company by CUI. It does not explicitly name alternative tools or state when not to use it, but the exclusion of contact details and the focus on a single company provide useful context. Not quite a 5 because it lacks explicit 'use X instead' guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_company_statusGet company statusARead-onlyInspect
Public status flags for a company by CUI: registration status, VAT (TVA) registration, fiscal activity, insolvency, dissolution (radiere), and e-Factura.
| Name | Required | Description | Default |
|---|---|---|---|
| cui | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds behavioral context by specifying the data is 'public' and listing the exact status categories returned. This goes beyond the annotations to clarify the nature and scope of the response.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the key purpose and lists all relevant status types. Every word adds value, with no redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with one parameter and no output schema, the description sufficiently covers the return content by naming the status categories. It does not describe response formatting or edge cases, but the tool's simplicity and strong annotations make this acceptable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage for the 'cui' parameter, but the description explicitly clarifies that the parameter is a CUI (company identifier). This adds essential meaning beyond the schema's raw type definition, though it does not elaborate on format constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves public status flags for a company by CUI and enumerates specific status types (registration, VAT, fiscal activity, insolvency, dissolution, e-Factura). This specific scope distinguishes it from sibling tools like get_company_financials or get_company_profile.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when needing company status flags, but it does not explicitly mention alternatives or provide when-not-to-use guidance. The sibling tool names give context, but the description itself lacks explicit usage differentiation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
resolve_caenResolve CAEN codeARead-onlyInspect
Look up a Romanian CAEN (NACE) activity code and return its official label plus hierarchy (section, division, parent). Labels are in Romanian.
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only and non-destructive. The description adds that labels are in Romanian and the return includes hierarchy (section, division, parent), which is useful context. No contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences that front-load the purpose and output. No unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple lookup tool with annotations and a one-parameter schema, the description covers the essential purpose and return structure. It lacks details on error handling and code format edge cases, but it is reasonably complete for the tool's complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not explain the 'code' parameter format beyond implying it is a CAEN code. The schema provides type and length, but the description adds no semantic guidance (e.g., numeric format, leading zeros).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states a specific lookup action for Romanian CAEN codes, with explicit output (official label + hierarchy). Distinct from sibling tools that focus on company data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Context is clear: use this to resolve a CAEN code to its label/hierarchy. Does not explicitly name alternatives, but sibling tools are obviously different, so no exclusion needed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_companiesSearch Romanian companiesARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| judet | No | ||
| limit | No | ||
| query | No | ||
| cursor | No | ||
| locality | No | ||
| caen_code | No | ||
| max_profit | No | ||
| min_profit | No | ||
| active_only | No | ||
| max_revenue | No | ||
| min_revenue | No | ||
| max_employees | No | ||
| min_employees | No | ||
| vat_registered | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint, openWorldHint, destructiveHint), the description adds valuable behavioral details: pagination ('Up to 25 results per page with an opaque cursor'), the default year for financial filters ('single year, default 2024'), and the mandatory filter requirement. These are not inferable from annotations and significantly aid an agent in invoking the tool correctly.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is composed of three focused sentences: the first states the core search/filter capability, the second explains pagination, and the third covers the year default and filter requirement. Every sentence earns its place with zero redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex 15-parameter search tool with no output schema and no parameter descriptions, this description covers the essential behavior and constraints well. It explains the main filter dimensions, pagination, and year semantics. However, it does not specify the exact return value shape or format details (e.g., how to structure CAEN codes or locality names), leaving some ambiguity for the agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description compensates effectively by mapping filter categories to parameters: name (query), CAEN activity (caen_code), county/locality (judet, locality), revenue/profit/employee ranges (min/max params), and VAT status (vat_registered). It also clarifies the 'year' parameter and cursor/limit pagination semantics, which the schema alone does not convey.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Search and filter the Firme Românești company directory' with specific filter dimensions (name, CAEN, county/locality, revenue/profit/employee ranges, VAT status). This specificity distinguishes it from sibling tools like get_company_profile or resolve_caen, which have different objectives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use the tool: when searching or filtering companies, and it explicitly specifies 'Provide at least one filter.' However, it does not explicitly mention when not to use it or name alternatives, though the sibling tool names imply distinct use cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityAmaintenanceGTM signal intelligence suite for AI agents. Six tools: hiring signals, tech stack detection, company-to-LinkedIn resolution, ICP scoring, job board scanning, and a combined signals aggregator. Built for outbound sales workflows.117371MIT

industrylens-mcpofficial
Flicense-qualityCmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
Sociality MCPofficial
Alicense-qualityDmaintenanceSocial media analytics, post insights, and competitor benchmarking for AI agents.6MIT- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.1761MIT