BOSSCORE MCP PACK
Modular MCP capabilities package for the BOSS ecosystem, enabling WordPress site management, file reading, and cPanel deployment with 63 tools across three profiles (wordpress, files, full) and two transport modes (stdio and HTTP/SSE).
README
BOSSCORE MCP PACK
Paquet MCP modulaire de l’écosystème BOSS : WordPress, fichiers, Git, déploiement, exécution contrôlée, santé et coordination multi-agents. Cross-platform Windows + Linux.
Principes
- Inventaire dynamique : 113 outils chargés avec le profil
fullau 24 juillet 2026. Toujours vérifier avecboss_tool_inventory; ne pas figer ce total dans les procédures d’exploitation. - Profils composables :
wordpress,files,full. - Deux transports : stdio pour les agents locaux et HTTP/SSE pour les connecteurs distants.
- Moindre privilège : scopes OAuth, claims PACTE, chemins et hôtes bornés.
- Plans persistants : les plans de déploiement sont stockés sur disque, associés à l’acteur OAuth et consommés une seule fois.
- Aucun secret brut dans les plans : l’acteur est identifié par sujet OAuth ou empreinte SHA-256 non réversible du jeton.
Lancement — stdio
Windows (PowerShell)
$env:WORDPRESS_URL = "https://core.bosserpnext.com"
$env:WORDPRESS_USERNAME = "boss"
$env:WORDPRESS_APP_PASSWORD = "..."
$env:DEPLOY_TOKEN = "..."
$env:BOSSCORE_WORKSPACE = "H:\...\companies"
python.exe server.py
Linux / VPS
export WORDPRESS_URL="https://core.bosserpnext.com"
export WORDPRESS_USERNAME="boss"
export WORDPRESS_APP_PASSWORD="..."
export DEPLOY_TOKEN="..."
export BOSSCORE_WORKSPACE="/home/bomoja/repos/companies"
python3 server.py
Lancement — HTTP/SSE
source ~/repos/companies/.env
python3 server_http.py --host 127.0.0.1 --port 8765
Le connecteur public utilise https://vps.bosserpnext.com/sse derrière NGINX.
En production, activer BOSSCORE_MCP_ENFORCE_AUTH=1.
Cycle de déploiement multi-agents
Le cycle supporté est :
plan → redémarrage MCP → status → execute → verify
Conditions :
BOSSCORE_MCP_STORE_DIRdoit pointer vers un répertoire persistant et accessible au compte de service.BOSSCORE_DEPLOY_PLAN_TTLvaut 1800 secondes par défaut.- Le même acteur OAuth doit reprendre le plan après redémarrage.
- Un autre acteur reçoit une erreur bornée et ne peut ni voir, ni exécuter, ni vérifier le plan.
- Un mauvais
confirm_tokenne consomme pas le plan.
Runbook de récupération
Après interruption ou redémarrage :
- Vérifier le service et l’inventaire réel des outils.
- Appeler
boss_deploy_status(plan_id=...)avec le même connecteur OAuth. - Si le statut est
draft, reprendre avec leconfirm_tokeninitial. - Si le statut est
success, lancerboss_deploy_verify. - Si le plan est expiré, étranger ou introuvable, créer un nouveau plan.
- Ne jamais copier le magasin de plans vers un autre acteur ni modifier son
champ
actor. - Si le fichier du magasin est illisible, conserver une copie de preuve, corriger les permissions, puis recréer le plan. Ne jamais injecter manuellement un plan dans le JSON.
- Le redémarrage du service doit passer par l’unité systemd et le runbook administrateur; aucun contournement par processus parallèle.
QA
python3 -m pytest
La suite ne dépend pas de chemins Windows externes ni de pytest-asyncio.
Différences Windows / Linux
| Comportement | Windows | Linux |
|---|---|---|
| Tesseract OCR | chemin explicite possible | tesseract dans PATH |
| Workspace usuel | volume local | /home/bomoja/repos/companies |
Séparateur FILE_ROOTS |
; |
: |
| Service HTTP | processus local | unité systemd derrière NGINX |
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.