Factrail
Verified French company facts and corporate events from INSEE Sirene and BODACC.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"factrail": {
"url": "https://written-electron-favourites-exhibition.trycloudflare.com/mcp"
}
}
}Remote endpoints
https://written-electron-favourites-exhibition.trycloudflare.com/mcpstreamable-httphttps://mcp.factrail.online/mcpstreamable-httpWhat it can do
Tool inventory
Tools (2)
🟢verify_french_company(identifier)
Verify a French company by SIREN (9-digit) or SIRET (14-digit). Returns structured verified data from INSEE Sirene (official company register) with BODACC company-event intelligence (legal notices, proceedings, filings). Read-only — does not modify any state. Accesses open-world data sources including the French government's official APIs.
Input Schema
{
"type": "object",
"properties": {
"identifier": {
"type": "string",
"description": "A 9-digit SIREN or 14-digit SIRET."
}
},
"required": [
"identifier"
]
}🟢assess_import(product, origin_country, destination_country, quantity, goods_value, ...)
Assess an import into the EU from any origin country. France is the best-supported destination in V0. Returns structured classification, customs duty, import VAT, compliance requirements, landed cost, missing-information questions, risk profile, and source-backed evidence. This is a pre-purchase / pre-import decision tool — it does NOT file customs declarations, book freight, or track shipments. Returned classifications are NOT legally binding and must be reviewed before use in customs filings. Where information is missing or a source is unavailable, the tool returns explicit questions and unavailable markers rather than fabricated data.
Input Schema
{
"type": "object",
"properties": {
"product": {
"type": "string",
"description": "Short product description (e.g. '750ml insulated stainless steel drinking bottle')."
},
"origin_country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 origin country code (e.g. 'CN')."
},
"destination_country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 EU destination country code (e.g. 'FR'). V0 supports EU member states only."
},
"quantity": {
"type": "integer",
"description": "Number of units."
},
"goods_value": {
"type": "number",
"description": "Total goods value in the given currency."
},
"currency": {
"type": "string",
"description": "ISO 4217 currency code (e.g. 'EUR')."
},
"known_hs_code": {
"type": "string",
"description": "Optional known HS code (6-10 digits). If supplied, validated and enriched."
},
"material": {
"type": "string",
"description": "Optional primary material (e.g. 'stainless steel')."
},
"weight_kg": {
"type": "number",
"description": "Optional gross weight per unit in kg."
},
"dimensions": {
"type": "string",
"description": "Optional product dimensions (e.g. '25x8x8 cm')."
},
"manufacturer": {
"type": "string",
"description": "Optional manufacturer name."
},
"model": {
"type": "string",
"description": "Optional model identifier."
},
"incoterm": {
"type": "string",
"description": "Optional Incoterm (e.g. 'FCA', 'CIF', 'DDP')."
},
"shipping_mode": {
"type": "string",
"description": "Optional shipping mode (e.g. 'sea', 'air', 'road')."
},
"origin_location": {
"type": "string",
"description": "Optional origin city/port/location."
},
"destination_location": {
"type": "string",
"description": "Optional destination city/port/location."
},
"freight_cost": {
"type": "number",
"description": "Optional total freight cost in the given currency."
},
"insurance_cost": {
"type": "number",
"description": "Optional total insurance cost in the given currency."
}
},
"required": [
"product",
"origin_country",
"destination_country",
"quantity",
"goods_value",
"currency"
]
}Community
Evidence