Corporate Tools MCP Server
Click on "Deploy 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., "@Corporate Tools MCP Serversearch the remote work policy"
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.
Corporate Tools Server (MCP)
Ce dépôt contient un serveur de micro-outils d'entreprise basé sur le protocole MCP (Model Context Protocol) utilisant le framework FastMCP. Il expose des outils permettant à un agent d'intelligence artificielle de consulter les politiques RH, de créer des tickets de support informatique et d'envoyer des e-mails externes de manière sécurisée.
Le serveur intègre une politique de sécurité stricte (TOOLS_SECURITY) pour classifier les risques liés à l'exécution de chaque outil (notamment la validation humaine requise pour les actions critiques).
📋 Fonctionnalités et Matrice de Sécurité
Les outils sont configurés selon le niveau de risque suivant :
Outil | Description | Type | Risque | Confirmation Requise |
| Consulter les procédures internes RH |
| LOW | ❌ Non |
| Créer un ticket support informatique |
| MEDIUM | ❌ Non |
| Envoyer un e-mail externe |
| HIGH | Oui (Human-in-the-loop) |
⚠️ Sécurité : Les métadonnées de sécurité sont injectées directement dans les descriptions des outils (
docstrings) afin que l'agent IA ou le client MCP puisse intercepter et valider l'action avant son exécution.
Related MCP server: SecureMCP Agent Hub
🛠️ Prérequis
Avant de commencer, assurez-vous d'avoir installé :
Python 3.10 ou supérieur
pip (gestionnaire de paquets Python)
Installation
Python Version
Recommended:
Python >= 3.10Check your version:
python --version⚙️ Create Virtual Environment
Windows
Create the environment:
python -m venv venvActivate:
venv\\Scripts\\activateYou should see:
(venv)Linux / macOS
Create:
python3 -m venv venvActivate:
source venv/bin/activate📦 Install Dependencies
Upgrade pip:
python -m pip install --upgrade pipInstall packages:
pip install -r requirements.txt🔑 Configure Groq API Key
Create a file:
.envat the project root.
Add:
GROQ_API_KEY=your_groq_api_key_hereExample:
GROQ_API_KEY=gsk_xxxxxxxxxxxxxNever commit this file to GitHub.
🖥️ Intégration avec Claude Desktop (Bonus)
Ce serveur MCP utilise le transport STDIO (Standard Input/Output), ce qui le rend compatible avec Claude Desktop.
Étape 1 : Localiser le fichier de configuration
Modifiez le fichier claude_desktop_config.json situé à l'un des emplacements suivants :
Windows
%APPDATA%\Claude\claude_desktop_config.jsonmacOS
~/Library/Application Support/Claude/claude_desktop_config.jsonÉtape 2 : Ajouter le serveur MCP
Ajoutez la configuration suivante dans le fichier :
{
"mcpServers": {
"corporate-tools": {
"command": "python",
"args": [
"/chemin/absolu/vers/votre/projet/server.py"
],
"env": {}
}
}
}Remarque : Remplacez
/chemin/absolu/vers/votre/projet/server.pypar le chemin absolu de votre fichierserver.py.
Exemple sous Windows
{
"mcpServers": {
"corporate-tools": {
"command": "python",
"args": [
"/chemin/absolu/vers/votre/projet/server.py"
],
"env": {}
}
}
}Exemple sous macOS
{
"mcpServers": {
"corporate-tools": {
"command": "python3",
"args": [
"/chemin/absolu/vers/votre/projet/server.py"
],
"env": {}
}
}
}Étape 3 : Redémarrer Claude Desktop
Après avoir enregistré le fichier de configuration :
Fermez complètement Claude Desktop.
Relancez l'application.
Le serveur Corporate Tools sera automatiquement démarré par Claude.
Vérification
Si la configuration est correcte, Claude Desktop détectera automatiquement le serveur MCP et les outils.
Vous pouvez alors interagir avec ces outils directement depuis Claude Desktop.
This server cannot be deployed
Maintenance
Related MCP Connectors
- StackOneOAuthcom.stackone
Give AI agents 30,000+ safe, token-optimized actions across Workday, SAP, Oracle + hundreds more.
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
- SkilderOAuthai.skilder
One place to build, share, and govern the skills and tools your AI agents use at work.
Connect AI agents to 1000+ apps with managed authentication and tool-calling.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to retrieve customer, order, ticket, policy, and agreement information, and to prepare or execute state-changing support actions like escalations and follow-ups with confirmation and access control.-
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to securely call enterprise MCP tools with tenant-scoped RBAC, human approvals, audit logging, and multi-tool workflows across customer, order, document, and ticket data.-
- AlicenseNot gradedqualityCmaintenanceEnables autonomous AI agents to securely access and execute external tools, such as GitHub REST API operations, with per-user authentication, authorization, audit logging, and observability.MIT
- FlicenseNot gradedqualityBmaintenanceEnables LLMs to access cited company documents and perform permission-gated operational actions (HR, IT access, vendor extraction, renewal) with explicit scope, evidence checks, and durable human approval gates.-