AutobotX MCP Server
Provides access to 141 operational workflows across 17 departments, an intelligent guide bot, real-time communities, document processing, and organizational state management through MCP tools.
README
AutobotX
The all in one enabled system for CFAO Mobility Nigeria.
AutobotX puts 141 operational workflows, an intelligent guide bot named AutoX, live department communities, direct messaging, document processing, and a full Model Context Protocol hub in front of every team in the organization.
Live application: https://autobotx-hnctut.v2.appdeploy.ai/
AutobotX MCP endpoint: https://api-v2.appdeploy.ai/app/autobotx-hnctut/api/mcp
What is inside
- 17 department bays covering Sales and Distribution, Marketing and Communications, Finance and Accounting, Human Resources, Legal and Compliance, Operations and Logistics, Customer Support and Aftersales, Engineering and IT, Data and Analytics, Design and Experience, Product Management, Enterprise Knowledge, Productivity and Planning, Business Operations, Research and Innovation, Plugin Studio, and the Document Center.
- 141 workflow skills sourced from the knowledge work plugins catalog. Every skill runs as a structured form: an objective field, a context field, and a drag and drop document zone.
- AutoX, a guide bot that knows the full catalog and routes any request to the right workflow with one click buttons.
- Individual user accounts with a personal history of every workflow run, AutoX exchange, and external tool call.
- A departments dropdown where anyone can join a department community. Each community is a live, synchronized channel, and colleagues who share a department can message each other directly in real time.
- Document upload in PDF, DOCX, PPTX, XLSX, CSV, TXT and image formats. Every deliverable downloads as DOCX, PPTX, XLSX, CSV or TXT.
- A dedicated MCP server handling core organizational state, plus the ability to accept, connect and route requests to any external MCP server.
- A strict plain text output contract: model prompts and a server side sanitizer keep markdown artifacts out of every input and output.
Architecture
The app targets the AppDeploy platform (frontend plus backend).
- frontend: React 19, Vite, Tailwind CSS, HashRouter. Pages live in src/pages, shared UI in src/components, state and helpers in src/lib.
- backend/index.ts: API routes for profiles, departments, community channels, direct messages, workflow runs, history, document extraction, the MCP registry and organizational state.
- backend/brain.ts: the AI engine. Builds the per skill system prompts, runs AutoX, and scrubs every output.
- backend/mcp.ts: the AutobotX MCP server (JSON-RPC 2.0 over streamable HTTP) and the proxy that connects external MCP servers.
- backend/catalog.ts: the generated catalog of 17 departments and 141 skills.
- Realtime updates flow over WebSockets through the entity subscription pattern in backend/realtime-subscribers.ts.
Note: the platform injects the AppDeploy SDK packages at deploy time, so this repository intentionally does not list them in package.json and will not build standalone without the AppDeploy toolchain.
Design
A workshop and showroom identity: asphalt ink surfaces, concrete grey work areas, CFAO signal red, Saira Semi Condensed display type with IBM Plex Sans and IBM Plex Mono, departments presented as numbered service bays, and a hazard tape signature stripe.
MCP tools
The AutobotX MCP server exposes six tools to any connected client: list_departments, list_skills, run_skill, autox_guide, org_state_get and org_state_set.
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.