Multi-tenant MCP via WhatsApp on nexOS
ORCHESTRATION_LAYER
The most interesting part of nexOS isn’t just that it has WhatsApp. It’s that WhatsApp acts as the interface, while MCP acts as the integration layer to talk to external systems in a structured way.
That completely changes the architecture.
The Pattern
Instead of building a closed app with fixed logic, the system loads tools based on the tenant and available credentials.
This enables things like:
- Querying accounting through natural language,
- Generating collections or payment links,
- Issuing electronic documents,
- And maintaining traceability for every tool call.
Why MCP fits well here
MCP works well when the product needs to grow without becoming a mess of artisanal integrations. Each connector stops being a special case and becomes just another tool in the system.
In the context of WhatsApp, this is even more valuable because the user doesn’t want to learn a new interface. They just want to write what they need and get a useful response.
What’s Next
The natural next layer is improving:
- Tenant isolation,
- Tool auditing,
- Credential security,
- And the self-service portal experience.
That’s the kind of system that starts as an integration and ends up becoming a platform.