4 Commits

Author SHA1 Message Date
Jake Shore
601224bf70 fieldedge: Complete MCP server with 87 tools and 16 React apps
- Multi-file architecture with API client, comprehensive types, 13 tool domains
- 87 total tools covering customers, jobs, invoices, estimates, equipment, technicians, scheduling, inventory, payments, reporting, locations, service agreements, tasks
- 16 dark-themed React MCP apps (Dashboard, Customers, Jobs, Scheduling, Invoices, Estimates, Technicians, Equipment, Inventory, Payments, Service Agreements, Reports, Tasks, Calendar, Map View, Price Book)
- Full TypeScript support with zero compilation errors
- Comprehensive README with API coverage details
- Bearer token authentication with rate limiting and error handling
2026-02-12 18:18:51 -05:00
Jake Shore
c8bf4df518 toast: Complete MCP server with 50+ tools, 18 apps, full API client
- API Client: Toast API with Bearer auth, restaurant GUID, pagination, error handling
- Orders Tools (9): list, get, create, update, add/remove items, discounts, void, checks
- Menus Tools (8): list menus/groups/items, get details, modifiers, update prices
- Employees Tools (10): CRUD, jobs, shifts, clock in/out, time entries
- Labor Tools (5): shifts, breaks, labor cost, jobs
- Restaurant Tools (5): info, revenue centers, dining options, service areas, tables
- Payments Tools (5): list, get, void, refund, tips
- Inventory Tools (5): list items, get, update count, vendors, purchase orders
- Customers Tools (6): CRUD, loyalty points
- Reporting Tools (5): sales summary, labor cost, menu performance, revenue by hour, tips
- Cash Tools (2): list entries, drawer status
- MCP Apps (18): order-dashboard/detail/grid, menu-manager/item-detail, employee-dashboard/schedule, labor-dashboard, restaurant-overview, table-map, payment-history, inventory-tracker, customer-detail/loyalty, sales-dashboard, menu-performance, tip-summary, revenue-by-hour
- Complete TypeScript types for all Toast entities
- Comprehensive README with setup, examples, architecture
2026-02-12 17:59:55 -05:00
Jake Shore
d3382ec35a Update 6 MCP servers — fieldedge, lightspeed, squarespace, toast, touchbistro, servicetitan — 2026-02-12
=== UPDATES ===
- fieldedge: Added apps, tools, main server entry, full rebuild
- lightspeed: Added complete src/ directory with tools + apps
- squarespace: Full rebuild — new apps, clients, tools, types modules
- toast: Full rebuild — api-client, apps, tools, types
- touchbistro: Full rebuild — api-client, tools, types, gitignore
- servicetitan: Added 4 React UI apps (call-tracking, lead-source-analytics, performance-metrics, schedule-calendar)

All servers restructured from single-file to modular architecture.
2026-02-12 17:58:15 -05:00
Jake Shore
a2e5d4d1d9 Initial commit: MCPEngine - 30 MCP servers for business software 2026-02-02 04:35:44 -05:00