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

MCPEngine

30 production-ready Model Context Protocol (MCP) servers for business software platforms.

License: MIT MCP Version

🌐 Website: mcpengine.com


🎯 What is MCPEngine?

MCPEngine provides complete MCP server implementations for 30 major business software platforms, enabling AI assistants like Claude, ChatGPT, and others to directly interact with your business tools.

~240 tools across 30 platforms:

🔧 Field Service (4)

  • ServiceTitan — Enterprise home service management
  • Jobber — SMB home services platform
  • Housecall Pro — Field service software
  • FieldEdge — Trade-focused management

👥 HR & Payroll (3)

  • Gusto — Payroll and benefits platform
  • BambooHR — HR management system
  • Rippling — HR, IT, and finance platform

📅 Scheduling (2)

  • Calendly — Meeting scheduling
  • Acuity Scheduling — Appointment booking

🍽️ Restaurant & POS (4)

  • Toast — Restaurant POS and management
  • TouchBistro — iPad POS for restaurants
  • Clover — Retail and restaurant POS
  • Lightspeed — Omnichannel commerce

📧 Email Marketing (3)

  • Mailchimp — Email marketing platform
  • Brevo (Sendinblue) — Marketing automation
  • Constant Contact — Email & digital marketing

💼 CRM (3)

  • Close — Sales CRM for SMBs
  • Pipedrive — Sales pipeline management
  • Keap (Infusionsoft) — CRM & marketing automation

📊 Project Management (4)

  • Trello — Visual project boards
  • ClickUp — All-in-one productivity
  • Basecamp — Team collaboration
  • Wrike — Enterprise project management

🎧 Customer Support (3)

  • Zendesk — Customer service platform
  • Freshdesk — Helpdesk software
  • Help Scout — Customer support tools

🛒 E-commerce (3)

  • Squarespace — Website and e-commerce
  • BigCommerce — Enterprise e-commerce
  • Lightspeed — Retail and hospitality

💰 Accounting (1)

  • FreshBooks — Small business accounting
  • Wave — Free accounting software

🚀 Quick Start

Install & Run a Server

# Clone the repo
git clone https://github.com/yourusername/mcpengine.git
cd mcpengine

# Choose a server
cd servers/servicetitan

# Install dependencies
npm install

# Build
npm run build

# Run
npm start

Use with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "servicetitan": {
      "command": "node",
      "args": ["/path/to/mcpengine/servers/servicetitan/dist/index.js"],
      "env": {
        "SERVICETITAN_API_KEY": "your_api_key",
        "SERVICETITAN_TENANT_ID": "your_tenant_id"
      }
    }
  }
}

📊 Business Research

Comprehensive market analysis included in /research:

Key Finding: Most B2B SaaS verticals have no MCP coverage. Massive first-mover opportunity.


📄 Landing Pages

Marketing pages for each MCP server available in /landing-pages:

  • 30 HTML landing pages (one per platform)
  • site-generator.js — Bulk page generator
  • ghl-reference.html — Design template

🏗️ Architecture

Each server follows a consistent structure:

servers/<platform>/
├── src/
│   └── index.ts       # MCP server implementation
├── package.json       # Dependencies
├── tsconfig.json      # TypeScript config
└── README.md          # Platform-specific docs

Common Features

  • Full TypeScript implementation
  • Comprehensive tool coverage
  • Error handling & validation
  • Environment variable config
  • Production-ready code

🔌 Supported Clients

These MCP servers work with any MCP-compatible client:

  • Claude Desktop (Anthropic)
  • ChatGPT Desktop (OpenAI)
  • Cursor (AI-powered IDE)
  • Cline (VS Code extension)
  • Continue (VS Code/JetBrains)
  • Zed (Code editor)
  • Any custom MCP client

📦 Server Status

Platform Tools Status API Docs
ServiceTitan 8 Ready Link
Mailchimp 8 Ready Link
Calendly 7 Ready Link
Zendesk 10 Ready Link
Toast 9 Ready Link
... ... ... ...

Full status: See individual server READMEs


🛠️ Development

Build All Servers

# Install dependencies for all servers
npm run install:all

# Build all servers
npm run build:all

# Test all servers
npm run test:all

Add a New Server

  1. Copy the template: cp -r servers/template servers/your-platform
  2. Update package.json with platform details
  3. Implement tools in src/index.ts
  4. Add platform API credentials to .env
  5. Build and test: npm run build && npm start

See CONTRIBUTING.md for detailed guidelines.


📚 Documentation


🤝 Contributing

We welcome contributions! Here's how:

  1. Fork the repo
  2. Create a feature branch (git checkout -b feature/new-server)
  3. Commit your changes (git commit -am 'Add NewPlatform MCP server')
  4. Push to the branch (git push origin feature/new-server)
  5. Open a Pull Request

See CONTRIBUTING.md for guidelines.


📜 License

MIT License - see LICENSE file for details.


🌟 Why MCPEngine?

First-Mover Advantage

22 of 30 target platforms have zero MCP competition. We're building the standard.

Production-Ready

All servers are fully implemented, tested, and ready for enterprise use.

Comprehensive Coverage

~240 tools across critical business categories. One repo, complete coverage.

Open Source

MIT licensed. Use commercially, modify freely, contribute back.

Business-Focused

Built for real business use cases, not toy demos. These are the tools companies actually use.


📞 Support


🗺️ Roadmap

  • Add 20 more servers (Q1 2026)
  • Managed hosting service (Q2 2026)
  • Enterprise support tiers (Q2 2026)
  • Web-based configuration UI (Q3 2026)
  • Multi-tenant deployment options (Q3 2026)

🙏 Acknowledgments

  • Anthropic — MCP protocol creators
  • The MCP community — Early adopters and contributors
  • All platform API documentation maintainers

Built with ❤️ for the AI automation revolution.

Description
No description provided
Readme 5.9 MiB
Languages
TypeScript 67.4%
HTML 16.3%
Python 6.9%
CSS 6.6%
JavaScript 2.7%