auregistre
Server Details
French companies: dated changes and insolvencies (BODACC), filed accounts by year (INPI). No key.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 4 tools
Each tool addresses a distinct need: published announcements, filed financials, legal/registration timeline, and aggregate insolvency statistics. The only potential confusion is between announcements and timeline since both draw from the official gazette, but their descriptions make the different query intents clear.
All tool names follow a consistent get_french_<topic> pattern. Three are get_french_company_* and the fourth is get_french_insolvency_barometer, which is semantically appropriate since that one is an aggregate tool rather than a per-company tool.
Four tools is a well-scoped count for a specialized French company/official gazette data server. Each tool covers a distinct data domain without redundancy or excessive fragmentation.
The set covers the main read-only needs: company news, financials, legal timeline, and insolvency trends. The notable gaps are the lack of a current company state endpoint and any company search or identifier lookup, but the core domain is otherwise well covered.
Available Tools
4 toolsget_french_company_announcementsWhat the gazette published recentlyARead-onlyIdempotentInspect
What the French official gazette printed about companies you already track, since a date. Answers "did anything happen to these companies", "any news on X since my last check".
Up to 20 companies per call. Each one spends one unit of the rate limit (30 per minute per address), so pass them in ONE call rather than one call each.
Entries are filtered on the PUBLICATION date, not the date of the act. The two differ by 16 days at the median, so a window filtered on the act would miss a judgment ruled before your last visit and printed after. An empty list means nothing was published, not that nothing happened.
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Publication date to look back to, ISO 8601. Defaults to 30 days ago. | |
| siren | Yes | The companies to look at. One call for all of them, not one call each. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnly/openWorld/idempotent annotations, the description discloses key non-obvious behaviors: filtering by publication date rather than act date, the median 16-day discrepancy, the rate limit cost per company, and the meaning of an empty list. This is exactly the kind of behavioral context an agent needs.
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 concise and well-ordered: it states the core purpose, then the operational constraint, then the subtle date-filter caveat. Every sentence earns its place with no fluff or repetition of the schema.
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 two-parameter read-only tool, the description covers purpose, query intent, batching, and empty-result semantics. It does not describe the response fields or pagination, but the absence of an output schema is mitigated by the simple, familiar 'list of announcements' mental model.
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 already documents both parameters fully, including SIREN formatting and the since default, so the baseline is 3. The description adds extra value by clarifying that 'since' refers to publication date and by explaining the per-company rate-limit consumption, which affects batching.
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: retrieving French official gazette announcements about companies since a date. It uses concrete user questions to make the resource and scope obvious, and it is distinguishable from siblings like financials or timeline by its 'announcements in the gazette' focus.
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?
It gives strong usage guidance for the 'any news since my last check' scenario and explicitly instructs users to batch up to 20 companies in one call. It does not explicitly contrast itself with sibling tools, but the purpose and context are clear enough for correct selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_french_company_financialsFrench company filed accountsARead-onlyIdempotentInspect
The annual accounts one French company filed with the business register, fiscal year by fiscal year: revenue, gross margin, EBITDA, EBIT, net income, and the thirteen ratios the INPI computes from them (margins, financial autonomy, debt, liquidity, working capital, customer and supplier payment delays).
Use this to answer "what is the revenue of X", "is X profitable", "how has the turnover of X evolved", "how indebted is X".
Accounts of the legal entity under this SIREN and consolidated accounts of its group are listed apart and NEVER add up: a holding files a revenue of zero beside a group revenue in the billions. Quote the perimeter with the figure. Filings kept confidential are not listed, and a missing fiscal year is not a fiscal year at zero. Amounts are in euros as filed.
| Name | Required | Description | Default |
|---|---|---|---|
| siren | Yes | The nine-digit SIREN of a French legal entity. Spaces, dots and dashes are accepted. This is not a SIRET: drop the last five digits of a SIRET to get the SIREN. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnly/openWorld/idempotent annotations, the description discloses critical behavioral quirks: legal-entity and consolidated group accounts are listed apart and never add up, confidential filings are omitted, missing fiscal years are not zeros, and amounts are in euros as filed. This is exactly the kind of context an agent needs to avoid misinterpreting results.
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 front-loaded with the resource and data items, then usage examples, then essential caveats. Every sentence adds distinct value: content, use cases, accounting perimeter nuance, confidentiality/missing data behavior, and units. No filler or 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 read-only financial data tool with no output schema, the description is remarkably complete: it names the available metrics, the entity scope, the units, the meaning of missing data, and the critical consolidation caveat. An agent has enough context to select, invoke, and interpret results correctly.
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 100% and the single parameter 'siren' is already well-documented with pattern and SIRET-to-SIREN conversion guidance. The description adds contextual meaning by tying the data to 'this SIREN' and the legal entity perimeter, but the schema already carries the load, so a baseline 3 is appropriate.
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 starts with a specific verb+resource: 'The annual accounts one French company filed with the business register, fiscal year by fiscal year' and enumerates exact fields (revenue, gross margin, EBITDA, EBIT, net income, thirteen ratios). It clearly distinguishes this tool from siblings focused on announcements, timeline, and insolvency by specifying financial accounts content.
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 explicitly says 'Use this to answer' questions about revenue, profitability, turnover evolution, and indebtedness, which is clear when-to-use guidance. It does not explicitly name sibling alternatives or state when not to use it, but the use-case framing is strong enough to guide selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_french_company_timelineFrench company timelineARead-onlyIdempotentInspect
Every dated change the French official gazette recorded for one company: share capital, legal name, legal form, registered office, stated activity, plus insolvency judgments and the current insolvency status.
Use this to answer "when did X change", "how has X evolved", "has X ever been in receivership".
Do NOT use it to get the current state of a company (today's officers, today's address, today's headcount): this server only publishes what CHANGED. A field that never moved is not in the answer. Coverage starts at 2008; a company may exist and have published nothing.
Announcements that merely cite the SIREN without describing the company are excluded; on large franchised networks that is around 40% of what a naive search returns.
| Name | Required | Description | Default |
|---|---|---|---|
| siren | Yes | The nine-digit SIREN of a French legal entity. Spaces, dots and dashes are accepted. This is not a SIRET: drop the last five digits of a SIRET to get the SIREN. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the strong annotations, the description adds valuable behavioral context: coverage starts at 2008, a company may exist without any published changes, unchanged fields are absent, and SIREN-only announcements are excluded with an approximate noise rate. This materially sets agent expectations.
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?
Every sentence earns its place: purpose, usage guidance, exclusions, coverage limitation, and data relevance. It is longer than average but all content is decision-relevant for an agent, and the structure front-loads the core definition.
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?
The description is very complete for selecting and invoking the tool: it lists the returned change types, boundaries, and failure-relevant coverage limits. It stops short of describing the exact response shape or ordering, but with no output schema, the field list and change semantics give enough context for correct use.
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 100%, so the schema already fully documents the single 'siren' parameter, including format and the SIRET distinction. The description adds no new parameter-level semantics, so the baseline score of 3 is appropriate.
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 states an extremely specific scope: every dated change recorded in the French official gazette for one company, with explicit fields (share capital, legal name, legal form, registered office, stated activity, insolvency judgments). It clearly distinguishes itself from current-state tools by emphasizing that only changes are published.
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 gives explicit example questions to answer and directly says 'Do NOT use it to get the current state', which is excellent negative guidance. It does not name sibling tools as alternatives, so the routing is not quite as explicit as it could be, but the use cases and exclusions are clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_french_insolvency_barometerFrench insolvency barometerARead-onlyIdempotentInspect
Insolvency openings in France over the last twelve complete months, against the twelve before, with the monthly series and a split by nature (liquidation, receivership, safeguard).
Scope: the whole country by default, or one department, or one trade. Pass at most one of them.
This counts OPENING judgments only, and it counts judgments, not companies. The current month is never included: still running, it would read as a collapse.
| Name | Required | Description | Default |
|---|---|---|---|
| trade | No | Trade, read from the words of the activity declared in the gazette. Omit for all trades. | |
| department | No | French department code. Two digits, 2A and 2B for Corsica, three digits overseas. Omit for the whole country. |
Output Schema
| Name | Required | Description |
|---|---|---|
| scope | Yes | |
| window | Yes | |
| monthly | Yes | |
| page_url | Yes | The page that shows the same thing to a human. |
| by_nature | Yes | |
| reference | Yes | |
| by_department | No | Ranking over the window, largest first. Country scope only. |
| change_percent | No | Null when the reference is zero: a place with no failure last year did not explode. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations, the description discloses critical behavioral traits: it counts 'OPENING judgments only' and 'judgments, not companies,' and explains that the current month is excluded because it would 'read as a collapse.' These quirks would not be inferable from the schema or annotations alone.
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 efficiently organized: the core metric and comparison period in the first sentence, scope in the second line, and key caveats in the final paragraph. Every sentence adds necessary information without repetition or 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?
Given the two optional enum parameters and the presence of an output schema, the description is complete. It specifies the time window, the counting unit, the exclusion of the current month, the nature split, and the filtering rules. An agent has everything needed to invoke the tool correctly.
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 100%, so both parameters are already documented with enums and descriptions. The description adds value by clarifying that department and trade are mutually exclusive scope filters and that omitting both gives the whole country, which is not fully explicit in the schema.
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 opens with a specific verb and resource: 'Insolvency openings in France over the last twelve complete months, against the twelve before.' It clearly distinguishes this tool from the sibling company-focused tools by stating exactly what data it returns and its scope options.
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 gives clear context for when to use the tool: default whole country, or one department, or one trade, and explicitly says 'Pass at most one of them.' It does not explicitly name sibling tools or state when not to use them, but the scope guidance is strong enough for an agent to select it correctly.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
4 tool updates
- First observed
get_french_company_announcements - First observed
get_french_company_financials - First observed
get_french_company_timeline - First observed
get_french_insolvency_barometer
Related MCP Connectors
INSEE MCP — France's SIRENE business registry (INSEE).
French Companies MCP — recherche-entreprises.api.gouv.fr
French & European company registry for AI agents: KYB, sanctions, annual accounts. x402, no API key.
French public procurement: open tenders from BOAMP, public buyers, and contracts won by a company.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceFrance Economy & Finance Open Data MCP server providing tools to search datasets, retrieve metadata, and query records from data.economie.gouv.fr.6 npmMIT
- AlicenseNot gradedqualityCmaintenanceAccess 17M+ geocoded French property transactions (DVF), 22M+ DPE energy ratings, and 20M+ building records via MCP or REST API. Search transactions, market stats, comparables, price trends, rental yield, flip detection, and more.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search and retrieve detailed profiles of 25 million French companies from the official government registry, including directors, activity codes, and establishment data, without requiring an API key.-
- AlicenseAqualityBmaintenancePoint-in-time access to Luxembourg law and ten EU acts: what any law said on a given date, not just the current text. 1,409 consolidated works and 4,705 dated versions from the official Legilux and EUR-Lex sources. Ten read-only tools: as-of text, timelines, per-article history, diffs between dates, and hash-verifiable provenance. No key.109Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.