# french-business-analyser

Real-time supplier verification for AI agents

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Vannelier/french-business-analyser

# Browse available tools
npx -y @smithery/cli@latest tool list Vannelier/french-business-analyser

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Vannelier/french-business-analyser score_supplier

# Call a tool
npx -y @smithery/cli@latest tool call Vannelier/french-business-analyser score_supplier '{}'
```

## Direct MCP Connection

Endpoint: `https://french-business-analyser--vannelier.run.tools`

## Tools (12)

- `score_supplier` — Use this tool before paying a European supplier for the first time, when onboarding a new vendor, or when a payment fee…
- `lookup_company` — Search for a French company by name, SIREN, SIRET, or VAT number. Use this FIRST when the user mentions a company name …
- `get_tax_rules` — Use this before generating an invoice or verifying correct VAT treatment for a transaction in a European country. Retur…
- `compare_suppliers` — Compare 2 to 5 European suppliers side-by-side to determine which is safest to work with. Use this when choosing betwee…
- `verify_invoice` — Verify a supplier invoice in one call. Use this when processing an invoice for payment — it combines supplier risk scor…
- `check_liens` — Check if a French supplier has active tax or social security debt pledges registered against them. A tax lien (Trésor) …
- `get_financial_trend` — Retrieve filed annual accounts and financial health analysis for a French company. Uses official INPI data (public fili…
- `score_director_risk` — Check if the current directors of a French company have been associated with past insolvency proceedings (bankruptcy, j…
- `check_certifications` — Verify active professional certifications for a French company. Covers RGE (energy renovation), Qualiopi (professional …
- `parse_invoice` — Extract structured fields from a French supplier invoice text.
- `validate_invoice_compliance` — Verify that a French invoice contains all legally required mentions.
- `full_due_diligence` — Complete due diligence report for a French supplier. Combines all available data sources into a single comprehensive an…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Vannelier/french-business-analyser <tool-name>
```
