Overview
Jarvis is Trending Society’s voice-first AI assistant. Connected to the single database, it has complete context across all business units. Status: Active - MCP tools deployedArchitecture
Database Tables
| Table | Purpose | Rows |
|---|---|---|
jarvis_conversations | Voice sessions | 10 |
jarvis_messages | Message history | 19 |
jarvis_tool_logs | MCP execution records | 8 |
jarvis_embeddings | Semantic search vectors | 0 |
jarvis_user_context | Persistent user memory | 0 |
MCP Gateway
Jarvis connects to tools via the MCP Gateway deployed on Cloudflare Workers. Endpoint:mcp.trendingsociety.com
Available Tools
| Tool | Purpose |
|---|---|
list_tables | Query database schema |
execute_sql | Run read queries |
get_orders | Fetch Shopify orders |
get_products | Fetch product catalog |
create_linear_issue | Create tickets |
Example Queries
Business Overview
Order Status
Content Performance
Task Management
Tony Stark Vision
The goal: voice-controlled business management through smart glasses.Context Awareness
Because Jarvis queries the same database as all products:- Knows which blog posts drive affiliate revenue
- Sees creator licensing activity in real-time
- Tracks agency client deliverables
- Monitors store inventory and orders
Implementation
Conversation Flow
Next Steps
- Integrate with MentraOS glasses
- Add more MCP tools (calendar, email)
- Implement persistent user context
- Build mobile companion app