Provides tools for fetching ops reports (including HotSchedules 911 items and Brinker deadlines) and managing tasks through Gmail operations.
Ops MCP Server
Real MCP (Model Context Protocol) WebSocket server for Gmail operations management. This connects to Agent Builder and provides tools for fetching ops reports and managing tasks.
Quick Start
1. Setup
2. Run locally
3. Deploy to Railway
Push to GitHub:
Connect Railway to your GitHub repo
Add environment variable:
AI_SECRET_TOKENDeploy! You'll get a URL like
wss://ops-mcp-server.up.railway.app
4. Connect to Agent Builder
In OpenAI Agent Builder:
Tools → Add → MCP
URL:
wss://your-railway-app.up.railway.appTools auto-discover:
fetch_ops_reportandmark_task_done
Architecture
Available Tools
fetch_ops_report- Gets HotSchedules 911 items and Brinker deadlinesmark_task_done- Marks a task complete by ID
Environment Variables
AI_SECRET_TOKEN- Your secret token (must match Vercel)PORT- WebSocket port (default 3334)
This server cannot be installed