karimsherifyehia/nexus-mcp-server
Nexus MCP Server — Agent-native Ops OS for ecommerce. CRM, orders, inventory, fulfillment, shipping, omnichannel messaging via MCP.
Platform-specific configuration:
{
"mcpServers": {
"nexus-mcp-server": {
"command": "npx",
"args": [
"-y",
"nexus-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> 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) []()
Nexus is a multi-tenant operations platform built for SMEs. It consolidates:
Nexus is designed for agent-first access. AI agents can:
.well-known/mcp.json# 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_..."}'
# ReturnLoading reviews...