mcpbeat

eyeot ERP MCP Server

io.github.Termi24/eyeot-erp
answering

eyeot ERP is answering right now. Last checked 12 min ago. It exposes 33 tools. Last commit 21 May 2026.

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

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
33
Tools
read from the server
155 ms
Response time
average over 24h
1
Stars
last commit 21 May 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add eyeot-erp --transport http https://erp.eyeot.fr/api/v1/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eyeot-erp": {
      "url": "https://erp.eyeot.fr/api/v1/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eyeot-erp]
url = "https://erp.eyeot.fr/api/v1/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "eyeot-erp": {
      "url": "https://erp.eyeot.fr/api/v1/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "eyeot-erp": {
      "url": "https://erp.eyeot.fr/api/v1/mcp"
    }
  }
}

Available tools 33

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

client
create_client
Créer un client
get_client
Récupérer un client par id
update_client
Mettre à jour un client
dashboard
dashboard_alerts
Alertes du dashboard
dashboard_kpis
KPIs du dashboard principal
eyeot
eyeot_call
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`.
eyeot_help
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.
invoice
create_invoice
Créer une facture
invoice_from_quote
Créer une facture à partir d'un devis
quote
create_quote
Créer un devis
quote_pdf
Récupérer le PDF d'un devis
stock
list_stock_alerts
Alertes stock bas / rupture
stock_dashboard
Dashboard stock (KPIs)
accept
accept_quote
Marquer un devis accepté (par le client)
clients
list_clients
Lister les clients (CRM)
convert
convert_opportunity_to_quote
Convertir une opportunité en devis
employee
create_employee
Créer un employé
employees
list_employees
Lister les employés
invoices
list_invoices
Lister les factures
leaves
list_leaves
Lister les demandes de congés
opportunities
list_opportunities
Lister les opportunités commerciales
opportunity
create_opportunity
Créer une opportunité
order
create_order
Créer un bon de commande
orders
list_orders
Lister les bons de commande
product
create_product
Créer un produit (catalogue stock)
products
list_products
Lister les produits / catalogue
quotes
list_quotes
Lister les devis
request
request_leave
Demander un congé
search
search
Recherche globale cross-module
suppliers
list_suppliers
Lister les fournisseurs
ticket
create_ticket
Créer un ticket IT
tickets
list_tickets
Lister les tickets IT
whoami
whoami
Récupérer l'utilisateur authentifié + organisation active + permissions. À APPELER AVANT toute réponse mentionnant l'org/user/plan/role.

Endpoints

URLTransportStateLatencyChecked
https://erp.eyeot.fr/api/v1/mcp streamable-http answering 141 ms 12 min ago

eyeot ERP — questions

Answers built from our own checks of this server.

What can eyeot ERP do?
It exposes 33 tools, read directly from the server on our last check. Among them: accept_quote, convert_opportunity_to_quote, create_client, create_employee, create_invoice, create_opportunity and 27 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is eyeot ERP mostly used for?
Its tools cluster around client, quote and dashboard. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is eyeot ERP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 155 ms. The bar chart above shows every period we have measured.
How do I connect eyeot ERP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does eyeot ERP need an API key?
No. eyeot ERP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 33 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is eyeot ERP?
It answers our handshake in 155 ms on average, which is faster than 73% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is eyeot ERP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.