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.

MCP License

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:

  1. Discover Nexus via llms.txt or .well-known/mcp.json
  2. Self-register — no browser, no human in the loop
  3. Authenticate — API key → short-lived JWT
  4. 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

ToolDescription
nexus_list_contactsList/search contacts with filters
nexus_get_contactGet full contact details
nexus_create_contactCreate a new contact
nexus_update_contactUpdate contact fields
nexus_list_ordersList orders with filters
nexus_get_orderGet order with line items
nexus_create_orderCreate order with line items
nexus_update_order_statusMove order through lifecycle
nexus_list_inventoryList inventory items
nexus_check_stockCheck stock for item/SKU
nexus_list_conversationsList omnichannel conversations
nexus_send_messageSend via WhatsApp/FB/IG
nexus_searchGlobal search across all data

MCP Resources

ResourceDescription
nexus://organization/infoCurrent org details
nexus://schema/contactsContact object schema
nexus://schema/ordersOrder object schema
nexus://schema/inventoryInventory object schema

Pricing

TierPriceContactsOrdersMessagesMCP Scopes
Free$050250read
Starter$99/mo500200/mo1,000read, write
Growth$199/mo5,000unlimited5,000full
Scale$599/mounlimitedunlimited20,000full + 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 🇪🇬

Verwandte Server