cegid-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cegid-mcplist recent invoices from the accounting module"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cegid-mcp
Serveur MCP open source pour les API Cegid, maintenu par Nijal AI.
Objectif : exposer les ressources Cegid (comptabilité, tiers, pièces, RH selon le produit ciblé) sous forme d'outils MCP consommables par un agent LLM.
⚠️ Projet en amorçage — le squelette est en place, les outils métier restent à implémenter.
Stack
Python ≥ 3.11
mcp(FastMCP),httpx,pydantic-settingsTransport : stdio (HTTP/SSE à évaluer)
Related MCP server: Pacioli
Démarrage
uv sync --extra dev
cp .env.example .env # renseigner les credentials
uv run cegid-mcpTest rapide avec l'inspecteur MCP :
npx @modelcontextprotocol/inspector uv run cegid-mcpConfiguration
Toutes les variables sont préfixées CEGID_ (voir .env.example). Auth : OAuth2 client_credentials sur le endpoint /token, puis Authorization: Bearer <token>. Certains produits Cegid exigent en plus une clé de souscription APIM.
Doc de référence : https://developers.cegid.com
Structure
src/cegid_mcp/
config.py # settings via env
client.py # client HTTP + OAuth2 (à implémenter)
server.py # déclaration des outils MCP
tests/Roadmap (à affiner)
Auth OAuth2 : token, cache, refresh, gestion des erreurs
Choisir le périmètre v0 (quel produit Cegid : Expert / XRP Flex / Loop / Retail ?)
3-4 outils en lecture seule sur ce périmètre
Outils en écriture + garde-fous (confirmation, dry-run)
Licence
MIT — voir LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceAn open-source implementation of the Model Context Protocol (MCP) that bridges AI agents with enterprise systems, enabling secure access to real-world data and capabilities.6
- Alicense-qualityDmaintenanceMCP server that connects Claude Code to the Holded API for natural language financial, accounting, and invoicing queries, with built-in Spanish PGC context.2Apache 2.0
- Alicense-qualityDmaintenanceMCP server enabling AI agents to interact with workplace tools like GitHub, GitLab, Jira, Notion, and more via the Model Context Protocol.MIT
- Alicense-qualityCmaintenanceMCP server that exposes French public APIs (Data Inclusion, Légifrance, La Bonne Alternance) as tools for LLMs, enabling social, legal, and employment assistance.4MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nijal-AI/cegid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server