> ## Documentation Index
> Fetch the complete documentation index at: https://mcp.klark.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Profil & entreprise

> 6 outils — Profil, entreprise, sièges et vue business

## get\_my\_profile

`Lecture seule`

Get the authenticated user profile information

## update\_profile

`Écriture`

Update user profile information

<ParamField body="firstName" type="string">
  First name
</ParamField>

<ParamField body="lastName" type="string">
  Last name
</ParamField>

<ParamField body="phoneNumber" type="string">
  Phone number
</ParamField>

## get\_my\_company

`Lecture seule`

Get the company profile associated with the authenticated user

## update\_company

`Écriture`

Update company profile information

<ParamField body="companyName" type="string">
  Company legal name
</ParamField>

<ParamField body="tradeName" type="string">
  Trade/commercial name
</ParamField>

<ParamField body="vatNumber" type="string">
  VAT number
</ParamField>

<ParamField body="address" type="object">
  Company address
</ParamField>

## get\_seats\_info

`Lecture seule`

Get company seat/license usage information (total, used, available)

## get\_dashboard\_stats

`Lecture seule`

Get a full business overview: revenue, unpaid invoices, client count, top products, and monthly trends. Use this for a quick snapshot of the business health.

<ParamField body="period" type="string" default="this_month">
  Time period for revenue and invoice statistics — Valeurs : this\_month | last\_month | this\_year | last\_30\_days | last\_90\_days
</ParamField>
