EasyAiFlows Automation Assessment

EasyAiFlows Automation Assessment

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

Category
Visit Server

README

EasyAiFlows MCP Server

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.

  • Website: https://easyaiflows.com
  • AI Readiness Grader: https://easyaiflows.com/grader
  • Book a Free Strategy Call: https://tidycal.com/ronnieysela/ai-strategy-call

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured