Jake Shore
96e52666c5
MCPEngine full sync — studio scaffold, factory v2, server updates, state.json — 2026-02-12
...
=== NEW ===
- studio/ — MCPEngine Studio scaffold (Next.js monorepo, build plan)
- docs/FACTORY-V2.md — Factory v2 architecture doc
- docs/CALENDLY_MCP_BUILD_SUMMARY.md — Calendly MCP build report
=== UPDATED SERVERS ===
- fieldedge: Added jobs-tools, UI build script, main entry update
- lightspeed: Updated main + server entry points
- squarespace: Added collection-browser + page-manager apps
- toast: Added main + server entry points
=== INFRA ===
- infra/command-center/state.json — Updated pipeline state
- infra/command-center/FACTORY-V2.md — Factory v2 operator playbook
2026-02-12 17:58:33 -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
c435e6c3a4
acuity-scheduling: Complete MCP server, README, TSC clean
2026-02-12 17:54:18 -05:00
Jake Shore
049d1fa718
clover: Add comprehensive 545-line README documenting 118 tools and 18 React apps
2026-02-12 17:52:36 -05:00
Jake Shore
dfd9620d30
acuity-scheduling: Add React apps README
2026-02-12 17:51:58 -05:00
Jake Shore
1d25243353
acuity-scheduling: Build 14 React MCP Apps
...
- appointment-dashboard: Overview with stats and upcoming appointments
- appointment-detail: Detailed appointment view with edit/cancel/reschedule
- appointment-grid: Searchable/filterable table of all appointments
- availability-calendar: Check available time slots by date/calendar/type
- client-detail: Individual client profile and history
- client-directory: Grid view of all clients with search
- calendar-manager: Manage multiple calendars and settings
- product-catalog: View/manage appointment types and packages
- form-responses: Browse and view intake form submissions
- label-manager: Create and manage appointment labels
- coupon-manager: Track and manage discount coupons
- booking-flow: Multi-step appointment booking wizard
- schedule-overview: Day/week timeline view of appointments
- blocked-time-manager: Create and manage blocked time slots
All apps use dark theme (#0f172a/#1e293b), self-contained architecture,
and client-side state management. Each app is a full Vite/React/TS project
with App.tsx, index.html, styles.css, vite.config.ts, and package.json.
Each app runs on a unique port (3000-3013) for independent development.
2026-02-12 17:51:36 -05:00
Jake Shore
6578e8ff04
acuity: Complete MCP server with 59 tools and 12 React apps
2026-02-12 17:50:57 -05:00
Jake Shore
63a1ca0df6
jobber: Complete MCP server with 97 tools and 15 React apps
...
- Added 97 tools across 15 domains (jobs, clients, quotes, invoices, scheduling, team, expenses, products, requests, reporting, properties, timesheets, line-items, forms, taxes)
- Created 15 React apps with dark theme (job-board, job-detail, client-dashboard, client-detail, quote-builder, invoice-dashboard, schedule-calendar, visit-tracker, expense-manager, timesheet-grid, request-inbox, form-builder, property-map, financial-dashboard, team-overview)
- Each app includes App.tsx, index.html, main.tsx, vite.config.ts
- Updated tsconfig.json with jsx: react-jsx
- Created main.ts entry point
- Updated server.ts to include all tool domains
- Comprehensive README with full documentation
- TypeScript compilation passes cleanly
2026-02-12 17:49:10 -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
458e156868
bamboohr: Add APPS.md documentation
2026-02-12 17:43:43 -05:00
Jake Shore
f6d8b43694
bamboohr: Build 18 React MCP Apps with complete structure
...
- Created 18 standalone React apps in src/ui/react-app/{app-name}/
- Each app has App.tsx, index.html, and vite.config.ts
- All apps use dark theme (#0f172a/#1e293b)
- Apps built: employee-dashboard, employee-detail, employee-directory,
time-off-calendar, time-off-requests, time-off-balances, report-builder,
benefits-overview, benefits-enrollment, payroll-dashboard, goal-tracker,
training-catalog, training-progress, file-manager, org-chart,
headcount-analytics, turnover-report, new-hires
- Each app self-contained with inline components
- Client-side state management with React hooks
- Tailwind CSS via CDN for styling
- Unique dev server ports (3000-3017)
2026-02-12 17:43:17 -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
60c457b8fb
rippling: Add apps documentation
2026-02-12 17:42:48 -05:00
Jake Shore
d0f59a4634
rippling: Add 20 React MCP Apps
...
- employee-dashboard: Headcount overview with stats
- employee-detail: Full profile viewer
- employee-directory: Searchable grid
- org-chart: Hierarchy visualization
- payroll-dashboard: Pay runs overview
- payroll-detail: Single pay run breakdown
- time-tracker: Time entries tracking
- timesheet-approvals: Approval workflow
- time-off-calendar: PTO calendar view
- benefits-overview: Plans summary
- benefits-enrollment: Enrollment details
- ats-pipeline: Candidate kanban board
- job-board: Open positions grid
- candidate-detail: Individual candidate view
- learning-dashboard: Course assignments
- course-catalog: Available courses
- device-inventory: Device tracker with filters
- app-management: Installed apps overview
- team-overview: Team structure
- department-grid: Department breakdown
All apps use dark theme (#0f172a/#1e293b), client-side state,
and call Rippling MCP tools. Each app has App.tsx, index.html,
main.tsx, vite.config.ts, and styles.css.
2026-02-12 17:42:18 -05:00
Jake Shore
f8e0b3246f
feat: Complete Acuity Scheduling MCP server with 40+ tools and 14 React apps
...
- Full API client with Basic Auth and OAuth2 support
- 40+ tools across 10 categories (appointments, availability, clients, calendars, products, forms, labels, webhooks, coupons, blocks)
- 14 interactive React-based MCP apps for rich UI experiences
- Comprehensive error handling and pagination
- TypeScript implementation with full type definitions
- Complete documentation and examples
2026-02-12 17:41:55 -05:00
Jake Shore
e28a971b50
Add complete Jobber MCP server with 48 tools and 18 React apps
2026-02-12 17:41:02 -05:00
Jake Shore
5adccfd36e
housecall-pro: Complete MCP server with 47 tools, 16 React apps, full API client
...
- API Client: Housecall Pro API with auth, pagination, error handling
- 47 Tools across 10 categories:
- jobs-tools (10): list, get, create, update, complete, cancel, line items, schedule, reschedule
- customers-tools (7): list, get, create, update, delete, search, addresses
- estimates-tools (8): list, get, create, update, send, approve, decline, convert to job
- invoices-tools (6): list, get, create, send, mark paid, list payments
- employees-tools (6): list, get, create, update, schedule, time entries
- dispatch-tools (3): dispatch board, assign employee, availability
- tags-tools (5): list, create, delete, add to job/customer
- notifications-tools (3): list, send, mark read
- reviews-tools (3): list, get, request review
- reporting-tools (3): revenue, job completion, employee performance
- 16 React MCP Apps for rich UI:
- job-dashboard, job-detail, job-grid
- customer-detail, customer-grid
- estimate-builder, estimate-grid
- invoice-dashboard, invoice-detail
- dispatch-board
- employee-schedule, employee-performance
- review-dashboard, revenue-dashboard
- tag-manager, notification-center
- Complete types, comprehensive README, full package.json
2026-02-12 17:39:57 -05:00
Jake Shore
7de8a68173
ServiceTitan: Complete MCP server with 55 tools, 20 React apps, OAuth2, pagination
2026-02-12 17:39:34 -05:00
Jake Shore
fafbdbe188
constant-contact: finish with README, fix tsc, add prepublishOnly
2026-02-12 17:34:04 -05:00
Jake Shore
e9ddbc24cc
bigcommerce + keap: comprehensive READMEs with full tool counts
2026-02-12 17:33:17 -05:00
Jake Shore
d57ba64b05
fix: tsc errors in bamboohr, gusto, rippling (DOM lib, Buffer type, JSX types)
2026-02-12 17:32:25 -05:00
Jake Shore
3984709246
freshbooks: fix tsc errors
2026-02-12 17:30:57 -05:00
Jake Shore
f14c921020
wrike: enable TypeScript strict mode
2026-02-12 17:30:47 -05:00
Jake Shore
36a4d6fb4f
rippling: Complete MCP server with 50+ tools, 16 React apps, full API client
...
- API Client (src/clients/rippling.ts): OAuth2/API key auth, pagination, error handling
- 50+ tools across 10 categories:
* employees-tools.ts: 7 tools (list, get, create, update, terminate, custom fields, org chart)
* companies-tools.ts: 5 tools (company, departments, locations, teams)
* payroll-tools.ts: 4 tools (pay runs, pay statements)
* time-tools.ts: 11 tools (time entries, timesheets, PTO requests)
* benefits-tools.ts: 4 tools (plans, enrollments)
* ats-tools.ts: 6 tools (candidates, jobs, applications, pipeline)
* learning-tools.ts: 4 tools (courses, assignments)
* devices-tools.ts: 4 tools (devices, apps/licenses)
* groups-tools.ts: 6 tools (CRUD + members)
* custom-objects-tools.ts: 5 tools (CRUD + query)
- 16 React UI apps:
* employee-dashboard, employee-detail, employee-directory, org-chart
* payroll-dashboard, payroll-detail
* time-tracker, timesheet-approvals, time-off-calendar
* benefits-overview, ats-pipeline, job-board
* learning-dashboard, device-inventory, team-overview, department-grid
- Full TypeScript types for all API entities
- Comprehensive README with usage examples
- Production-ready with proper error handling and pagination
2026-02-12 17:29:43 -05:00
Jake Shore
91a76580eb
mailchimp: Complete MCP server with 104 tools and 28 React apps
2026-02-12 17:29:32 -05:00
Jake Shore
5833a090c0
wrike: Complete MCP server with 88 tools and 22 React apps
...
- Full Wrike API v4 client with auth, rate limiting, pagination
- 88 MCP tools across 13 categories (tasks, projects, folders, spaces, comments, attachments, timelogs, contacts, groups, workflows, custom fields, approvals, webhooks, and more)
- 22 interactive React apps (task board, Gantt view, project dashboard, space overview, team workload, time tracker, approval manager, custom fields manager, workflow editor, and more)
- Complete TypeScript types for all Wrike entities
- Comprehensive README with usage examples
- Both stdio and HTTP server modes
- Successfully compiles with TypeScript
2026-02-12 17:28:25 -05:00
Jake Shore
91b2d348be
keap: Complete MCP server with 111 tools and 20 React apps
2026-02-12 17:27:01 -05:00
Jake Shore
e78b92a140
trello + clickup + bigcommerce: verified builds, apps complete
2026-02-12 17:26:25 -05:00
Jake Shore
04f254c40b
constant-contact: Complete production MCP server rebuild
...
- Deleted single-file stub, rebuilt from scratch
- API client with OAuth2, pagination, rate limiting, error handling
- 50+ tools across 9 domains:
* 12 contact tools (list, get, create, update, delete, search, tags, import/export, activity)
* 11 campaign tools (list, get, create, update, delete, schedule, send, stats, activities, clone, test)
* 9 list tools (list, get, create, update, delete, add/remove contacts, membership, stats)
* 6 segment tools (list, get, create, update, delete, get contacts)
* 2 template tools (list, get)
* 11 reporting tools (campaign stats, contact stats, bounces, clicks, opens, forwards, optouts, sends, links)
* 7 landing page tools (list, get, create, update, delete, publish, stats)
* 6 social tools (list, get, create, update, delete, publish)
* 6 tag tools (list, get, create, update, delete, usage)
- 17 React apps (dark theme, standalone Vite, client-side state):
* contact-dashboard, contact-detail, contact-grid
* campaign-dashboard, campaign-detail, campaign-builder
* list-manager, segment-builder, template-gallery
* report-dashboard, report-detail, bounce-report, engagement-chart
* landing-page-grid, social-manager, tag-manager, import-wizard
- Full TypeScript types for Constant Contact API v3
- Production-ready: server.ts, main.ts (stdio), comprehensive README
- .env.example, .gitignore, package.json with MCP SDK 1.0.4
2026-02-12 17:22:25 -05:00
Jake Shore
3244868c07
calendly: complete MCP server with 40+ tools + 12 apps
2026-02-12 17:20:58 -05:00
Jake Shore
df6c795500
ClickUp MCP: Complete 18 React apps documentation, clean build, fix tsconfig
2026-02-12 17:18:55 -05:00
Jake Shore
fdfbc4017e
Wrike MCP: Complete rebuild with 60+ tools and 22 React apps
...
- API Client: Full Wrike API v4 with OAuth2/token auth, pagination, error handling
- 60+ Tools across 14 categories: tasks, folders, projects, spaces, contacts, comments, timelogs, attachments, workflows, custom-fields, approvals, groups, invitations, webhooks
- 22 React Apps: task-dashboard, task-detail, task-grid, task-board, project-dashboard, project-detail, project-grid, folder-tree, space-overview, gantt-view, time-dashboard, time-entries, member-workload, comment-thread, approval-manager, workflow-editor, custom-fields-manager, attachment-gallery, search-results, activity-feed, sprint-board, reports-dashboard
- All apps: dark theme, client-side state, standalone directories
- Full TypeScript types for all Wrike API entities
- Comprehensive README with setup instructions
Replaces single-file stub with production-ready MCP server
2026-02-12 17:18:32 -05:00
Jake Shore
458e668fb9
Mailchimp MCP: Complete with 104 tools, 17 React apps, comprehensive README
...
- Added comprehensive README.md (938 lines) with:
- Full tool reference for all 104 tools
- Showcase of 17 interactive React apps
- Setup instructions and usage examples
- Comparison with GoHighLevel MCP
- Fixed all React apps to use consistent app.tsx + index.html pattern
- Fixed TypeScript build errors in MailchimpClient
- Verified all 10 tool files properly export registerXTools() functions
Tool breakdown:
- Campaigns: 15 tools
- Lists/Audiences: 14 tools
- Members: 12 tools
- Templates: 6 tools
- Automations: 10 tools
- Reports: 8 tools
- Landing Pages: 8 tools
- E-commerce: 28 tools
- Tags: 1 tool
- Search: 2 tools
Apps (17 total):
- Campaign: dashboard, detail, builder
- Audience: dashboard, grid
- Member: detail
- Tag: manager
- Automation: dashboard, detail
- Reports: dashboard, detail, growth-chart
- E-commerce: dashboard
- Landing pages: grid
- Templates: gallery
- Testing: ab-test-results, search-results
Build verified successfully.
2026-02-12 17:14:14 -05:00
Jake Shore
4c49c157c0
trello: 96 tools, 18 apps, production-ready
2026-02-12 17:14:00 -05:00
Jake Shore
2d0db0f147
zendesk: 89 tools, 13 apps, comprehensive README
...
- Fixed TypeScript compilation errors in clients/zendesk.ts and types/index.ts
- Added comprehensive README.md with:
- Complete tool reference (89 unique tools across 16 categories)
- 13 React UI app descriptions and use cases
- Architecture diagram
- Setup and usage examples
- Development guide
- Verified package.json has proper bin, build, and prepublishOnly scripts
- All TypeScript checks passing (npm run typecheck)
2026-02-12 17:13:40 -05:00
Jake Shore
9d85ddcac7
pipedrive: 118 tools, 27 apps, README
2026-02-12 17:12:30 -05:00
Jake Shore
14df8af4d2
FreshBooks: Add build summary
2026-02-12 17:10:42 -05:00
Jake Shore
ced6b4933b
pipedrive: Add 20 React MCP Apps
...
- deal-dashboard: Overview stats, won/lost ratio, revenue forecast
- deal-detail: Full deal with products, activities, participants, timeline
- deal-grid: Sortable deal list with filters
- pipeline-kanban: Drag-drop pipeline board
- pipeline-analytics: Conversion rates, velocity, bottleneck analysis
- pipeline-funnel: Visual funnel with stage metrics
- person-detail: Contact card with deals, activities, files
- person-grid: Contact directory with search
- org-detail: Organization with people, deals, activities
- org-grid: Organization directory
- activity-dashboard: Activity calendar/list with completion tracking
- activity-calendar: Monthly calendar view
- lead-inbox: Lead list with labels and quick actions
- product-catalog: Product list with pricing
- goal-tracker: Goals with progress bars
- revenue-dashboard: Revenue analytics, forecasting
- email-inbox: Mail threads with preview
- deals-timeline: Timeline of deal progression
- search-results: Universal search
- won-deals: Closed-won deals celebration view
All apps use React with dark theme. Self-contained with inline shared components.
Each app has App.tsx, index.html, and vite.config.ts.
Ports 3000-3019 for dev servers.
2026-02-12 17:09:57 -05:00
Jake Shore
ff349dc88f
FreshBooks: Complete MCP server with 55+ tools and 22 React apps
...
- 55+ tools across 12 categories (invoices, clients, expenses, estimates, time, projects, payments, items, taxes, reports, recurring, accounts)
- FreshBooks API client with OAuth2, pagination, error handling
- 22 dark-themed React MCP apps (invoice dashboard, builder, client dashboard, expense tracker, time tracker, project dashboard, reports, etc.)
- Full TypeScript types for all FreshBooks entities
- Comprehensive README with examples and architecture docs
2026-02-12 17:09:42 -05:00
Jake Shore
8e9d1ffb87
calendly: Complete MCP server with 27 tools and 12 React apps
...
- Calendly API v2 client with auth, pagination, error handling
- 27 MCP tools across 6 categories (events, event types, scheduling, users, orgs, webhooks)
- 12 React MCP apps with dark theme and client-side state
- Both stdio and HTTP modes supported
- Full TypeScript types and documentation
2026-02-12 17:08:15 -05:00
Jake Shore
716f99056d
compliance-grc + product-analytics: scaffolded with full tool implementations
2026-02-12 12:04:58 -05:00
Jake Shore
c7bdfecbfa
fix: update GHL landing page GitHub link to canonical repo name
2026-02-11 14:02:38 -05:00
Jake Shore
2d684e6f0c
docs: No-code MCP builder market opportunity analysis (25KB)
2026-02-06 07:01:42 -05:00
Jake Shore
8d65417afe
Add 11 MCP agent skills to repo — 550KB of encoded pipeline knowledge
...
Skills added:
- mcp-api-analyzer (43KB) — Phase 1: API analysis
- mcp-server-builder (88KB) — Phase 2: Server build
- mcp-server-development (31KB) — TS MCP patterns
- mcp-app-designer (85KB) — Phase 3: Visual apps
- mcp-apps-integration (20KB) — structuredContent UI
- mcp-apps-official (48KB) — MCP Apps SDK
- mcp-apps-merged (39KB) — Combined apps reference
- mcp-localbosses-integrator (61KB) — Phase 4: LocalBosses wiring
- mcp-qa-tester (113KB) — Phase 5: Full QA framework
- mcp-deployment (17KB) — Phase 6: Production deploy
- mcp-skill (exa integration)
These skills are the encoded knowledge that lets agents build
production-quality MCP servers autonomously through the pipeline.
2026-02-06 06:36:37 -05:00
Jake Shore
f3c4cd817b
Add all MCP servers + factory infra to MCPEngine — 2026-02-06
...
=== NEW SERVERS ADDED (7) ===
- servers/closebot — 119 tools, 14 modules, 4,656 lines TS (Stage 7)
- servers/google-console — Google Search Console MCP (Stage 7)
- servers/meta-ads — Meta/Facebook Ads MCP (Stage 8)
- servers/twilio — Twilio communications MCP (Stage 8)
- servers/competitor-research — Competitive intel MCP (Stage 6)
- servers/n8n-apps — n8n workflow MCP apps (Stage 6)
- servers/reonomy — Commercial real estate MCP (Stage 1)
=== FACTORY INFRASTRUCTURE ADDED ===
- infra/factory-tools — mcp-jest, mcp-validator, mcp-add, MCP Inspector
- 60 test configs, 702 auto-generated test cases
- All 30 servers score 100/100 protocol compliance
- infra/command-center — Pipeline state, operator playbook, dashboard config
- infra/factory-reviews — Automated eval reports
=== DOCS ADDED ===
- docs/MCP-FACTORY.md — Factory overview
- docs/reports/ — 5 pipeline evaluation reports
- docs/research/ — Browser MCP research
=== RULES ESTABLISHED ===
- CONTRIBUTING.md — All MCP work MUST go in this repo
- README.md — Full inventory of 37 servers + infra docs
- .gitignore — Updated for Python venvs
TOTAL: 37 MCP servers + full factory pipeline in one repo.
This is now the single source of truth for all MCP work.
2026-02-06 06:32:29 -05:00
Jake Shore
2aaf6c8e48
MCPEngage update — 2026-02-06
...
=== DONE ===
- 30 landing pages updated (all MCP servers)
- Deploy-ready static site (deploy/public/) with homepage + 30 server pages
- SEO battle plan added
- Homepage redesigned: cleaner platform grid by category, updated pricing
=== TO-DO ===
- [ ] Deploy to production (Vercel/Netlify/custom)
- [ ] SEO battle plan execution
- [ ] Add remaining MCP server pages (Stage 5-7 servers)
- [ ] Analytics/tracking setup
- [ ] Custom domain configuration
- [ ] Pricing page finalization
2026-02-06 06:25:42 -05:00
Jake Shore
2d05046dc1
Redesign homepage: cleaner platform grid by category, updated pricing model
2026-02-02 05:09:17 -05:00
Jake Shore
3ac54ed3bd
Add MCPEngine homepage - clean, awe-inspiring design
2026-02-02 05:00:05 -05:00
Jake Shore
a2e5d4d1d9
Initial commit: MCPEngine - 30 MCP servers for business software
2026-02-02 04:35:44 -05:00