loading…
Search for a command to run...
loading…
Assess your business's AI automation readiness across 20 industries. Get a personalized score, specific recommendations, and time/revenue impact estimates
Assess your business's AI automation readiness across 20 industries. Get a personalized score, specific recommendations, and time/revenue impact estimates
An MCP (Model Context Protocol) server that helps AI assistants assess business automation readiness and provide industry-specific AI automation recommendations.
When a user asks Claude, ChatGPT, or any MCP-compatible AI assistant "how do I automate my business?" — this server provides a personalized assessment with real automation examples and next steps.
assess_business_automationAssess a business's AI automation readiness based on their industry and pain points.
Parameters:
| Parameter | Required | Description |
|---|---|---|
industry |
Yes | Business industry (e.g., "dentists", "restaurants", "hvac") |
pain_points |
No | Array of specific pain points (e.g., ["missed calls", "no-shows"]) |
team_size |
No | Team size: "solo", "2-5", "6-15", "16-50", "50+" |
current_tools |
No | Array of tools currently used (e.g., ["Google Sheets", "Mailchimp"]) |
Returns: Automation readiness score (0-100), industry-specific pain points, recommended automations with time saved, and next steps with booking link.
get_automation_examplesGet real examples of AI automations for a specific industry.
Parameters:
| Parameter | Required | Description |
|---|---|---|
industry |
Yes | Business industry to get examples for |
Returns: 3 proven automations with descriptions, time saved per week, overall impact stats, and links to the full industry guide.
Dentists, Restaurants, HVAC, Real Estate, Fitness Studios, Barbershops, Nail Salons, Med Spas, Chiropractors, Insurance Agents, Mortgage Brokers, Photographers, Event Planners, Cleaning Services, Landscapers, Auto Repair, Pet Groomers, Daycares, Churches, Nonprofits
The server also handles aliases (e.g., "gym" → fitness-studios, "mechanic" → auto-repair) and provides a generic assessment for unlisted industries.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on Mac or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"easyaiflows": {
"command": "node",
"args": ["/path/to/easyaiflows-mcp-server/dist/server.js"]
}
}
}
claude mcp add easyaiflows node /path/to/easyaiflows-mcp-server/dist/server.js
git clone https://github.com/Ronnie-Nutrition/easyaiflows-mcp-server.git
cd easyaiflows-mcp-server
npm install
npm run build
Once installed, ask your AI assistant things like:
Custom AI automation for entrepreneurs who are ready to stop grinding and start growing. Built by Ronnie Craig in Pearland, TX.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"easyaiflows-automation-assessment": {
"command": "npx",
"args": []
}
}
}