Nexus-mcp-server
Agent-native Ops OS for ecommerce and retail — CRM, orders, inventory, fulfillment, shipping, omnichannel messaging, and AI analytics. All through a single MCP connection.
Nexus MCP Server
Agent-native Ops OS for ecommerce and retail — CRM, orders, inventory, fulfillment, shipping, omnichannel messaging, and AI analytics. All through a single MCP connection.
What is Nexus?
Nexus is a multi-tenant operations platform built for SMEs. It consolidates:
- CRM — contacts, companies, journey stages, customer-360 views
- Order Management — full lifecycle from pending → delivered
- Inventory & Warehousing — stock tracking, bins, cycle counts
- Fulfillment — pick, pack, ship workflows
- Shipping — AWB creation, courier integration (Bosta), tracking
- Omnichannel Messaging — WhatsApp, Facebook Messenger, Instagram DMs
- VoIP/PBX — click-to-call, CDR sync, extensions
- AI Analytics — sentiment analysis, transcription, embeddings
- Automation — event-driven workflows, abandoned cart recovery
For AI Agents
Nexus is designed for agent-first access. AI agents can:
- Discover Nexus via
llms.txtor.well-known/mcp.json - Self-register — no browser, no human in the loop
- Authenticate — API key → short-lived JWT
- Operate — 13 MCP tools covering all business operations
Quick Start (for agents)
Step 1: Register
curl -X POST "https://lgwvoomgrwpsgpxwyaec.supabase.co/functions/v1/agent-register"
-H "Content-Type: application/json"
-d '{
"agent_name": "my-agent",
"agent_platform": "openclaw",
"owner_email": "[email protected]",
"organization_name": "My Business"
}'
Returns: api_key (save this — shown only once), organization_id, mcp_endpoint
Step 2: Authenticate
curl -X POST "https://lgwvoomgrwpsgpxwyaec.supabase.co/functions/v1/agent-auth"
-H "Content-Type: application/json"
-d '{"api_key": "nxs_ak_..."}'
Returns: access_token (JWT, 1 hour), organization_id
Step 3: Use MCP
curl -X POST "https://lgwvoomgrwpsgpxwyaec.supabase.co/functions/v1/mcp-server"
-H "Authorization: Bearer "
-H "Content-Type: application/json"
-H "Accept: application/json, text/event-stream"
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
MCP Tools
| Tool | Description |
|---|---|
| nexus_list_contacts | List/search contacts with filters |
| nexus_get_contact | Get full contact details |
| nexus_create_contact | Create a new contact |
| nexus_update_contact | Update contact fields |
| nexus_list_orders | List orders with filters |
| nexus_get_order | Get order with line items |
| nexus_create_order | Create order with line items |
| nexus_update_order_status | Move order through lifecycle |
| nexus_list_inventory | List inventory items |
| nexus_check_stock | Check stock for item/SKU |
| nexus_list_conversations | List omnichannel conversations |
| nexus_send_message | Send via WhatsApp/FB/IG |
| nexus_search | Global search across all data |
MCP Resources
| Resource | Description |
|---|---|
| nexus://organization/info | Current org details |
| nexus://schema/contacts | Contact object schema |
| nexus://schema/orders | Order object schema |
| nexus://schema/inventory | Inventory object schema |
Pricing
| Tier | Price | Contacts | Orders | Messages | MCP Scopes |
|---|---|---|---|---|---|
| Free | $0 | 50 | 25 | 0 | read |
| Starter | $99/mo | 500 | 200/mo | 1,000 | read, write |
| Growth | $199/mo | 5,000 | unlimited | 5,000 | full |
| Scale | $599/mo | unlimited | unlimited | 20,000 | full + AI suite |
Documentation
- Agent Quickstart: nexus-docs.aiforstartups.io/api/ai-agents-mcp
- Full Docs: nexus-docs.aiforstartups.io
- llms.txt: nexus-docs.aiforstartups.io/llms.txt
- OpenAPI Spec: nexus-docs.aiforstartups.io/openapi.yaml
- App: nexus.aiforstartups.io
OpenClaw Skill
Install the Nexus skill for OpenClaw agents:
Coming soon to ClawHub
npx clawhub@latest install nexus
Tech Stack
- Frontend: React 18 + TypeScript + Vite + Tailwind CSS + shadcn/ui
- Backend: Supabase (PostgreSQL + 117+ Edge Functions on Deno)
- Auth: Supabase Auth (JWT) with multi-tenant RLS
- MCP: Streamable HTTP transport
Built By
AiForStartups — Made in Cairo, Egypt 🇪🇬
Servidores relacionados
KnowSync AI
Transform your scattered documentation into AI-ready knowledge that works seamlessly with Claude, Cursor, VS Code, and other AI tools.
ActiveCampaign
Built for the next generation of intelligent experiences, ActiveCampaign's remote MCP server makes it easy for AI agents to understand, store, and use customer context across tools, channels, and workflows.
Doc Reading and Converter
A server for reading and converting documents between PDF, DOCX, and Markdown formats using marker-pdf and pandoc.
Nuclei Server
A simple notes system with resources, tools, and prompts.
AutoCAD MCP Server
Integrates AutoCAD with large language models (LLMs) for natural language interaction. Requires AutoCAD 2018+ on Windows.
Uptime Kuma MCP Open
Uptime Kuma MPC developed by GryfAi. Supports most of the read-only operations.
Superthread MCP Extended
A perfect drop-in replacement to the official Superthread MCP, providing way more tools. Cloudflare Workers based Remote MCP server
CData Google Calendars
A read-only MCP server by CData that enables LLMs to query live Google Calendars data. Requires a separate CData JDBC Driver for Google Calendars.
Plausible Analytics
An MCP server for interacting with the Plausible Analytics API to access website traffic data.
Rodin3D Skills
A Skill for generating 3D models from single image, multiview images or text prompts using the Hyper3D Rodin Gen-2 API.