loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

nexus-mcp-server

MCP Tool

karimsherifyehia/nexus-mcp-server

Nexus MCP Server — Agent-native Ops OS for ecommerce. CRM, orders, inventory, fulfillment, shipping, omnichannel messaging via MCP.

Install

$ npx loaditout add karimsherifyehia/nexus-mcp-server

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "nexus-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "nexus-mcp-server"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

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.

[](https://modelcontextprotocol.io) []()

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": "you@example.com",
    "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_..."}'
# Return

Tags

ai-agentscrmecommercefulfillmentinventorymcpmcp-servermodel-context-protocolsaas

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated24 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/25/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/karimsherifyehia/nexus-mcp-server)](https://loaditout.ai/skills/karimsherifyehia/nexus-mcp-server)