5 Commits

Author SHA1 Message Date
Jake Shore
6578e8ff04 acuity: Complete MCP server with 59 tools and 12 React apps 2026-02-12 17:50:57 -05:00
Jake Shore
8e7de3bba8 clover: Complete MCP server with 118 tools and 15 React apps
- 118 comprehensive tools across 18 domains:
  * Orders (10 tools) - Full CRUD + line items
  * Line Items (7 tools) - Modifications, discounts, exchanges
  * Inventory (11 tools) - Stock management, bulk updates
  * Categories (8 tools) - Category management + item associations
  * Modifiers (10 tools) - Modifier groups & modifiers
  * Customers (9 tools) - Customer management + orders
  * Employees (10 tools) - Employee CRUD + role management
  * Shifts (8 tools) - Clock in/out, shift tracking
  * Payments (4 tools) - Payment retrieval + refunds
  * Refunds (5 tools) - Full refund management
  * Tips (5 tools) - Tip tracking + employee tips
  * Discounts (5 tools) - Discount CRUD
  * Taxes (5 tools) - Tax rate management
  * Cash (2 tools) - Cash drawer events
  * Devices (6 tools) - Device management + printing
  * Apps (4 tools) - App management + metering
  * Reports (4 tools) - Sales analytics + performance
  * Merchants (5 tools) - Merchant info + settings

- 15 React apps with full structure (App.tsx, index.html, main.tsx, vite.config.ts):
  * Order Dashboard - Real-time order monitoring
  * Order Detail - Detailed order view
  * Payment Dashboard - Payment tracking
  * Customer Directory - Customer management
  * Customer Detail - Customer profiles
  * Inventory Manager - Stock management
  * Product Catalog - Product browsing
  * Employee Schedule - Scheduling
  * Shift Manager - Shift tracking
  * Discount Manager - Discount management
  * Tax Configuration - Tax setup
  * Sales Analytics - Reporting
  * Refund Manager - Refund processing
  * Device Manager - Device status
  * Merchant Settings - Configuration

- Complete API client:
  * OAuth Bearer token auth
  * Merchant ID in URL paths
  * Automatic pagination
  * Error handling

- Full TypeScript types for all Clover entities
- Clean TSC compilation
- Comprehensive README with API docs
- Dark theme React apps with Tailwind CSS
2026-02-12 17:48:29 -05:00
Jake Shore
a78d044005 housecall-pro: Complete MCP server with 112 tools and 15 React apps
- 112 MCP tools across 17 domains (jobs, customers, estimates, invoices, payments, employees, scheduling, dispatch, tags, notifications, reviews, reporting, price book, leads, webhooks, time tracking, settings)
- 15 React apps with proper Vite build setup and dark theme
- Full API client with Bearer auth, pagination, error handling, rate limiting
- Complete TypeScript types for all entities
- TSC passes clean
- GHL-quality standard achieved
2026-02-12 17:48:10 -05:00
Jake Shore
7ee40342c8 Clover: Complete MCP server with 50+ tools and 18 React apps
- API client with Clover REST API v3 integration (OAuth2 + API key auth)
- 50+ comprehensive tools across 10 categories:
  * Orders: list, get, create, update, delete, add/remove line items, discounts, payments, fire order
  * Inventory: items, categories, modifiers, stock management
  * Customers: CRUD, search, addresses, payment cards
  * Employees: CRUD, roles, shifts, clock in/out
  * Payments: list, get, refunds
  * Merchants: settings, devices, tender types
  * Discounts: CRUD operations
  * Taxes: CRUD, tax rates
  * Reports: sales summary, revenue by item/category, employee performance
  * Cash: cash drawer tracking and events

- 18 React MCP apps with full UI:
  * Order management: dashboard, detail, grid
  * Inventory: dashboard, detail, category manager
  * Customer: detail, grid
  * Employee: dashboard, schedule
  * Payment history
  * Analytics: sales dashboard, revenue by item, revenue by category
  * Configuration: discount manager, tax manager, device manager
  * Cash drawer

- Complete TypeScript types for Clover API
- Pagination support with automatic result fetching
- Comprehensive error handling
- Full README with examples and setup guide
2026-02-12 17:42:59 -05:00
Jake Shore
a2e5d4d1d9 Initial commit: MCPEngine - 30 MCP servers for business software 2026-02-02 04:35:44 -05:00