Corporate Tools MCP Server
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., "@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: Business Bridge MCP Server
🛠️ 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 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
- Flicense-qualityDmaintenanceExposes internal employee directories and project management systems to AI models through standardized tools and resources. It enables AI assistants to search for team members, query project statuses, and explore organizational hierarchies with secure role-based access control.Last updated
- AlicenseAqualityDmaintenanceEnables AI agents to connect and interact with common business platforms like Shopify, WordPress, and Calendly via pre-built connectors for tasks such as product management, content operations, and scheduling.Last updated13MIT
- Alicense-qualityDmaintenanceEnables AI agents to interact with Jira Cloud and Confluence through natural language, performing JQL searches, issue management, and Confluence page creation.Last updated11MIT
- Flicense-qualityDmaintenanceEnables AI assistants to securely access Okta Identity Governance APIs for managing users, groups, apps, access requests, and certifications with configurable deployment modes and safety controls.Last updated
Related MCP Connectors
Your company's brain for AI agents. Cited, permission-aware knowledge across every system.
Runtime permission, approval, and audit layer for AI agent tool execution.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
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/Oumeima-IbnElfekih/mcp_tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server