Command Palette

Search for a command to run...

UnylyUnyly
Browse all

EasyAiFlows Automation Assessment

FreeMaintained

Assess your business's AI automation readiness across 20 industries. Get a personalized score, specific recommendations, and time/revenue impact estimates

GitHubEmbed

About

Assess your business's AI automation readiness across 20 industries. Get a personalized score, specific recommendations, and time/revenue impact estimates

README

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.

Tools

assess_business_automation

Assess 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_examples

Get 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.

Supported Industries (20)

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.

Installation

Claude Desktop

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 Code

claude mcp add easyaiflows node /path/to/easyaiflows-mcp-server/dist/server.js

Build from Source

git clone https://github.com/Ronnie-Nutrition/easyaiflows-mcp-server.git
cd easyaiflows-mcp-server
npm install
npm run build

Example Usage

Once installed, ask your AI assistant things like:

  • "Assess my restaurant's automation readiness — we're a team of 5, we miss a lot of phone calls, and our reviews are going unanswered."
  • "What AI automations exist for dental practices?"
  • "I run a cleaning service solo and use Google Sheets for everything. How can AI help?"
  • "Show me automation examples for insurance agents."

About EasyAiFlows

Custom AI automation for entrepreneurs who are ready to stop grinding and start growing. Built by Ronnie Craig in Pearland, TX.

License

MIT

from github.com/Ronnie-Nutrition/easyaiflows-mcp-server

Install EasyAiFlows Automation Assessment in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install easyaiflows-automation-assessment

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add easyaiflows-automation-assessment -- npx -y easyaiflows-mcp-server

Step-by-step: how to install EasyAiFlows Automation Assessment

FAQ

Is EasyAiFlows Automation Assessment MCP free?

Yes, EasyAiFlows Automation Assessment MCP is free — one-click install via Unyly at no cost.

Does EasyAiFlows Automation Assessment need an API key?

No, EasyAiFlows Automation Assessment runs without API keys or environment variables.

Is EasyAiFlows Automation Assessment hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install EasyAiFlows Automation Assessment in Claude Desktop, Claude Code or Cursor?

Open EasyAiFlows Automation Assessment on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published

Related MCPs

Compare EasyAiFlows Automation Assessment with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs