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 🇪🇬
Máy chủ liên quan
VNC
Remotely control any system running a VNC server, including Windows, Linux, and macOS, through an AI agent.
MCPApp
A Google Apps Script-based MCP network that allows AI to securely access Google Workspace data like Gmail and Calendar.
Candice AI - MCP
Automated document processing and extraction
Limitless MCP Server
Connect AI assistants to Limitless to access personal memory and lifelog data.
Notion
Interact with Notion's API to read, create, and modify content using natural language.
Offorte
Create and send business proposals using AI with Offorte.
Esa MCP Server
A MCP server for the document sharing service esa.io.
Browser Use
An AI-driven server for browser automation using natural language commands, implementing the Model Context Protocol (MCP).
Bakaláři
Access data from the Bakaláři school system, including schedules, absences, and grades, through a standardized API.
Apple Notes MCP
MCP server for Apple Notes with semantic search and CRUD operations. Claude searches, reads, creates, updates, and manages your Apple Notes through natural language.