Art & See OSOrchestration Hub · MCP · In production

Art & See OS — the orchestration hub + MCP server

One portal that hosts the apps and exposes the whole business to agents over MCP.

RoleArchitect & BuilderPortal, MCP surface, automations
MCP surface22+ toolswarehouse + ops, agent-callable
StackExpress · React · MCP SDKDrizzle/Neon · WebSockets · Docker

The context

A solo operation runs many apps — warehouse, ops, ads, agents. They needed one front door: a place a human logs into once and a place an agent can reach the whole business programmatically.

Art & See OS is that hub. It hosts the other apps behind SSO and exposes the business to agents as an MCP server — 10+ data-warehouse tools and 12+ ops tools, callable by any agent. It triggers automations (Reddit outreach via a Python worker), brokers config for scheduled tasks, and hosts an AI chat surface. It is the layer that turns a pile of apps into one orchestrated system.

What I built
Orchestration HubMCP ServerSSO / AuthTool ExposureAutomation TriggersRealtime (WebSockets)Ops Dashboard
Stack
ExpressReactMCP SDKDrizzleNeonWebSocketsDockerRailway

The architecture

one portal · agent-callable
        Operator                 any agent
          │  SSO                     │  MCP
          ▼                          ▼
   ┌────────────────────────────────────────┐
   │           Art & See OS  (hub)            │
   │  hosts apps · brokers config · AI chat │
   └────────────────────────────────────────┘
            │  exposes as MCP tools  │
            ▼                        ▼
     10+ warehouse tools      12+ ops tools
            │                        │
            └──────────┬─────────────┘
                       ▼
        triggers automations (Reddit worker, jobs)
22+
Business tools exposed to agents over a single MCP surface.
SSO
One login fronts every app — humans in, agents in.
Realtime
WebSocket layer for live ops + agent activity.