# eyeot ERP (remote · erp.eyeot.fr)

ERP français avec serveur MCP natif : plus de 1 800 actions métier auto-générées via OpenAPI.

- Trust score: 67/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `erp.eyeot.fr`: 67/100 (this document), [markdown](https://verifymcp.io/servers/termi24-eyeot-erp/api-v1-mcp.md), [page](https://verifymcp.io/servers/termi24-eyeot-erp/api-v1-mcp)

## Channel facts

- Endpoint: `https://erp.eyeot.fr/api/v1/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (eyeot_call).
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1511 tokens (~39/item across 38 items; 33 tools + 5 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http termi24-eyeot-erp https://erp.eyeot.fr/api/v1/mcp
```

### Codex

```toml
[mcp_servers.termi24-eyeot-erp]
url = "https://erp.eyeot.fr/api/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "termi24-eyeot-erp": {
      "type": "remote",
      "url": "https://erp.eyeot.fr/api/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add termi24-eyeot-erp --url https://erp.eyeot.fr/api/v1/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  termi24-eyeot-erp:
    url: "https://erp.eyeot.fr/api/v1/mcp"
```

### Other

```json
{
  "mcpServers": {
    "termi24-eyeot-erp": {
      "type": "http",
      "url": "https://erp.eyeot.fr/api/v1/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 65, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 64, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 62)

First indexed and scored.

## MCP tools (33)

### `whoami` (~41 tokens)

Récupérer l'utilisateur authentifié + organisation active + permissions. À APPELER AVANT toute réponse mentionnant l'org/user/plan/role.

### `list_clients` (~15 tokens)

Lister les clients (CRM)

### `create_client` (~22 tokens)

Créer un client

Input parameters:

- `body` (object, required): Request body

### `get_client` (~28 tokens)

Récupérer un client par id

Input parameters:

- `client_id` (string, required): (path parameter)

### `update_client` (~35 tokens)

Mettre à jour un client

Input parameters:

- `body` (object, required): Request body
- `client_id` (string, required): (path parameter)

### `list_opportunities` (~16 tokens)

Lister les opportunités commerciales

### `create_opportunity` (~24 tokens)

Créer une opportunité

Input parameters:

- `body` (object, required): Request body

### `convert_opportunity_to_quote` (~30 tokens)

Convertir une opportunité en devis

Input parameters:

- `opportunity_id` (string, required): (path parameter)

### `list_quotes` (~13 tokens)

Lister les devis

### `create_quote` (~22 tokens)

Créer un devis

Input parameters:

- `body` (object, required): Request body

### `accept_quote` (~29 tokens)

Marquer un devis accepté (par le client)

Input parameters:

- `quote_id` (string, required): (path parameter)

### `quote_pdf` (~29 tokens)

Récupérer le PDF d'un devis

Input parameters:

- `quote_id` (string, required): (path parameter)

### `list_invoices` (~15 tokens)

Lister les factures

### `create_invoice` (~13 tokens)

Créer une facture

### `invoice_from_quote` (~30 tokens)

Créer une facture à partir d'un devis

Input parameters:

- `quote_id` (string, required): (path parameter)

### `list_products` (~15 tokens)

Lister les produits / catalogue

### `create_product` (~26 tokens)

Créer un produit (catalogue stock)

Input parameters:

- `body` (object, required): Request body

### `list_stock_alerts` (~17 tokens)

Alertes stock bas / rupture

### `stock_dashboard` (~14 tokens)

Dashboard stock (KPIs)

### `list_employees` (~14 tokens)

Lister les employés

### `create_employee` (~14 tokens)

Créer un employé

### `list_leaves` (~17 tokens)

Lister les demandes de congés

### `request_leave` (~23 tokens)

Demander un congé

Input parameters:

- `body` (object, required): Request body

### `list_tickets` (~15 tokens)

Lister les tickets IT

### `create_ticket` (~23 tokens)

Créer un ticket IT

Input parameters:

- `body` (object, required): Request body

### `list_suppliers` (~14 tokens)

Lister les fournisseurs

### `list_orders` (~15 tokens)

Lister les bons de commande

### `create_order` (~24 tokens)

Créer un bon de commande

Input parameters:

- `body` (object, required): Request body

### `dashboard_kpis` (~15 tokens)

KPIs du dashboard principal

### `dashboard_alerts` (~14 tokens)

Alertes du dashboard

### `search` (~12 tokens)

Recherche globale cross-module

### `eyeot_help` (~192 tokens)

Catalog des actions disponibles sur eyeot ERP. Sans argument : liste les modules et compteur d'actions. Avec `module='rh'` : liste toutes les actions RH (employes, conges, paie, formations…). Avec `action='rh.employes.create'` : retourne le détail (path, méthode, params, schema body). Avec `search='facture'` : recherche les actions matchant. Toujours appeler eyeot_help AVANT eyeot_call pour découvrir l'action exacte.

Input parameters:

- `action` (string): Action exacte au format `<module>.<resource>.<verb>` (ex: 'rh.employes.create'). Retourne le schéma complet.
- `module` (string): Nom du module (ex: 'rh', 'finance', 'clients'). Optionnel.
- `search` (string): Recherche textuelle dans les noms d'action et descriptions. Optionnel.

### `eyeot_call` (~153 tokens)

Exécute une action eyeot ERP par son nom canonique. Format action : `<module>.<resource>.<verb>` (ex: 'clients.list', 'rh.employes.create', 'quotes.send'). Toujours utiliser eyeot_help d'abord pour connaître l'action + les params attendus. Les params path (ex: id) et le body JSON sont passés dans `params`.

Input parameters:

- `action` (string, required): Nom canonique de l'action (ex: 'rh.employes.create').
- `params` (object): Tous les paramètres mélangés : path params (id, ...), query params (limit, cursor, ...) et body fields. Le serveur route automatiquement selon la spec OpenAPI.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/termi24-eyeot-erp/api-v1-mcp#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 66
- 2026-07-31: 65
- 2026-07-30: 64
- 2026-07-29: 64
- 2026-07-28: 63
- 2026-07-27: 63
- 2026-07-26: 62

## Links

- Remote endpoint: https://erp.eyeot.fr/api/v1/mcp
- Repository: https://github.com/Termi24/ERP-by-Eyeot-Software
- Changelog RSS feed: https://verifymcp.io/servers/termi24-eyeot-erp/api-v1-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/termi24-eyeot-erp/api-v1-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/termi24-eyeot-erp/api-v1-mcp
