# Insourcia

French company intelligence, search companies (SIREN/SIRET), get financials, directors, and BODACC announcements.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add insourcia/insourcia

# Browse available tools
npx -y smithery tool list insourcia/insourcia

# Get full schema for a tool
npx -y smithery tool get insourcia/insourcia search_companies

# Call a tool
npx -y smithery tool call insourcia/insourcia search_companies '{}'
```

## Direct MCP Connection

Endpoint: `https://insourcia.run.tools`

## Tools (5)

- `search_companies` — Recherche d'entreprises francaises par nom, SIREN, activite, et criteres financiers.
- `get_company` — Fiche complete d'une entreprise francaise identifiee par son SIREN.
- `get_financials` — Historique financier detaille d'une entreprise sur plusieurs exercices.
- `get_directors` — Detail des dirigeants d'une entreprise avec structure hierarchique.
- `search_announcements` — Recherche d'annonces legales BODACC (Bulletin Officiel des Annonces Civiles et Commerciales).

```bash
# Get full input/output schema for a tool
npx -y smithery tool get insourcia/insourcia <tool-name>
```
