all tools / automation

Most reliable automation AI agent tools

As of the latest check, Glimind tracks 132 automation AI agent (MCP) tools, of which 42 are healthy right now. The table below ranks them live-first by real-time reliability.

toolstatuswhat it does
get_automation_rules
io.github.DLJRealty/guesty
healthyGuesty get automation rules operationalternatives
set_live_flow_state
io.github.ninihen1/flowstudio-mcp
healthyStart or stop a Power Automate flow via the live Power Automate API using an impersonated service account. Does not require a Power Clarity alternatives
list_action_rules
com.quintadb/mcp
healthyПовернути список всіх action-правил (тригерів автоматизації) форми.alternatives
list_automation_flows
com.b2bware/mcp-server
healthy[automation] List automation flows (paginated). GET /api/v1/apps/automation-hub/flows. Filter by name or status when supported.alternatives
update_action_rule
com.quintadb/mcp
healthyОновити параметри існуючого action-правила (тригера) на формі.alternatives
run_action
com.quintadb/mcp
healthyЗапустити автоматизацію (action rule) для запису — відправити email, тригер webhook тощо. action_id — ID поля-кнопки діїalternatives
create_action_rule
ua.com.quintadb/mcp
healthyСтворити тригер/правило дій для форми. Спрацьовує on_create/on_update і виконує: send_email, send_sms, update_record, redirect, show_messagealternatives
relm_get_sequence
com.relmcrm/relm
healthyRead one drip sequence by id. view=sequence (default) returns it with its steps; view=enrollments lists who is enrolled and their state.alternatives
get_flow_run
com.b2bware/mcp-server
healthy[automation] Get a single flow run by ID. GET /flow-runs/{id}.alternatives
list_available_automation_actions
com.b2bware/mcp-server
healthy[automation] List actions available for flow steps. GET /flows/available-actions/list (falls back to /available-actions/grouped).alternatives
run_action
ua.com.quintadb/mcp
healthyЗапустити автоматизацію (action rule) для запису — відправити email, тригер webhook тощо. action_id — ID поля-кнопки діїalternatives
relm_list_automations
com.relmcrm/relm
healthyList reactive rules (automations).alternatives
relm_manage_automation
com.relmcrm/relm
healthyChange an existing automation by id. action=disable stops it firing (use this to turn off a misbehaving rule); action=enable resumes it; actalternatives
list_actions
io.github.spruikco/send16-mcp
healthyList Actions. Actions fire a transactional template when a custom event arrives — Plunk-style 'event_name → template' pairings, simpler thanalternatives
create_action
io.github.spruikco/send16-mcp
healthyCreate an Action that maps an event name to a transactional template. Each matching event sends one email to the contact.alternatives
create_automation
io.misar.mail/misarmail
healthyCreate an automation workflow from a trigger and an ordered list of steps. Created paused by default — call toggle_automation to activate onalternatives
toggle_automation
io.misar.mail/misarmail
healthyActivate or pause an automation. Activating starts enrolling contacts and sending on the configured schedule.alternatives
create_ab_test
io.misar.mail/misarmail
healthyCreate an A/B test on a campaign with two or more variants. A sample percentage is sent first; the winner goes to the remainder once selectealternatives
list_automations
com.leadmarina/leadmarina
healthyThe account's automations — saved searches that re-run on a schedule and export themselves. Shows each one's niche, cities, cadence, destinaalternatives
create_automation
com.leadmarina/leadmarina
healthyCreate an automation: re-run a search on a schedule and send the results somewhere automatically. Pass cities as plain strings (e.g. ['Austialternatives
relm_get_automation
com.relmcrm/relm
healthyRead one automation by id, with its trigger, conditions and actions.alternatives
update_automation
com.leadmarina/leadmarina
healthyPause an automation (active=false) so it stops running and stops spending leads, or resume it (active=true). Pausing is the safe way to stopalternatives
delete_automation
com.leadmarina/leadmarina
healthyPermanently delete an automation. This cannot be undone — confirm with the user first, and prefer update_automation with active=false if thealternatives
list_flows
io.github.Pushary/pushary
healthyList automation flows for the site, optionally filtered by status. Use it to find a flow ID before calling activate_flow or pause_flow, or talternatives
create_flow
io.github.Pushary/pushary
healthyCreate an automation flow that sends notification sequences in response to subscriber events, such as a welcome series after subscription oralternatives
relm_create_pipeline
com.relmcrm/relm
healthyCreate a pipeline. Optionally provide stages [{key,label}] (defaults to lead/qualified/proposal/won/lost) and is_default.alternatives
relm_create_automation
com.relmcrm/relm
healthyCreate a single-step rule: when <trigger_event> [if <conditions>] then <actions>. conditions=[{field,op,value}] (ANDed), actions=[{type,...}alternatives
relm_create_sequence
com.relmcrm/relm
healthyCreate a multi-step drip sequence. trigger={event,filter:[{field,op,value}]} auto-enrolls the matching entity's contact; exit_when=[{field,oalternatives
relm_preview_sequence
com.relmcrm/relm
healthyDry-run a sequence: how many contacts would enroll now + the send schedule. No side effects.alternatives
relm_enroll
com.relmcrm/relm
healthyManually enroll a contact into a sequence (idempotent per contact+sequence). Optional source={object,id} records what drove the enrollment (alternatives
relm_manage_sequence
com.relmcrm/relm
healthyChange an existing drip sequence by id. action=disable stops further sends (use this to halt a bad sequence); action=enable resumes; action=alternatives
get_automation_flow
com.b2bware/mcp-server
healthy[automation] Get a single automation flow by ID. GET /flows/{id}.alternatives
relm_manage_pipeline
com.relmcrm/relm
healthyChange an existing pipeline by key or pl_ id. action=rename changes its display `name` and/or its key (pass `new_key`) - deals link by interalternatives
get_action
io.github.spruikco/send16-mcp
healthyGet a single Action with its trigger config and template binding.alternatives
create_action_rule
ru.quintadb/mcp
healthyСтворити тригер/правило дій для форми. Спрацьовує on_create/on_update і виконує: send_email, send_sms, update_record, redirect, show_messagealternatives
list_available_automation_triggers
com.b2bware/mcp-server
healthy[automation] List triggers available for new flows (discovered at runtime). GET /flows/available-triggers/list.alternatives
list_flow_runs
com.b2bware/mcp-server
healthy[automation] List flow execution runs (paginated). GET /flow-runs. Filter by flow_id or status when needed.alternatives
relm_list_sequences
com.relmcrm/relm
healthyList drip sequences with their steps and enrollment counts.alternatives
relm_get_pipeline
com.relmcrm/relm
healthyRead one pipeline by key or pl_ id, with its ordered stages and their semantic types (open/won/lost).alternatives
run_action
ru.quintadb/mcp
healthyЗапустити автоматизацію (action rule) для запису — відправити email, тригер webhook тощо. action_id — ID поля-кнопки діїalternatives
create_action_rule
com.quintadb/mcp
healthyСтворити тригер/правило дій для форми. Спрацьовує on_create/on_update і виконує: send_email, send_sms, update_record, redirect, show_messagealternatives
automations_preflight
com.mailrith/mailrith
healthyChecks the saved Automation definition and email delivery prerequisite without running any action. Permission: automations:read. API referenalternatives
autoblog_trigger_run
com.wpwriter/wordpress
authTrigger an autoblogging run.alternatives
automation_update
ai.getperspective/mcp
authUpdate fields on an existing automationalternatives
create_automation
io.github.usamaejaz/socialbu-mcp
authCreate a new automationalternatives
automation_test
ai.getperspective/mcp
authRun an end-to-end test against a mock conversationalternatives
delete_automation
io.github.usamaejaz/socialbu-mcp
authDelete an automationalternatives
get_automation_queue
com.wpwriter/wordpress
authGet the automation queue.alternatives
automation_list
ai.getperspective/mcp
authList automations on a perspective with status, channel, and metadataalternatives
autoblog_configure
com.wpwriter/wordpress
authConfigure autoblogging settings.alternatives
automate_daily_market_check
io.github.finmanagerai/atlas-mcp-server
authAutomate daily market checksalternatives
automate_weekly_market_check
io.github.finmanagerai/atlas-mcp-server
authAutomate weekly market checksalternatives
automation_create
ai.getperspective/mcp
authCreate an automation (webhook, email, Slack, HubSpot)alternatives
automation_delete
ai.getperspective/mcp
authPermanently delete an automationalternatives
automation_rules_toggle
tehprof/TehProf Support MCP Server
unknownEnable / disable rulesalternatives
automation
io.github.wazionapps/mcp-server
unknownWhatsApp Auto workflows — create triggers, conditions, AI replies, and scheduled messagesalternatives
list_ai_automations
paulcakeface/HA Admin MCP
unknownList all AI-managed automations.alternatives
delete_ai_automation
paulcakeface/HA Admin MCP
unknownDelete an AI-managed automation.alternatives
enable_ai_automation
paulcakeface/HA Admin MCP
unknownEnable an AI-managed automation.alternatives
disable_ai_automation
paulcakeface/HA Admin MCP
unknownDisable an AI-managed automation.alternatives
trigger_ai_automation
paulcakeface/HA Admin MCP
unknownManually trigger an AI-managed automation.alternatives
validate_home_assistant
paulcakeface/HA Admin MCP
unknownRun full Home Assistant configuration validation.alternatives
mind_automate
io.github.theastraway/mind
unknownScheduled automations, event triggers, execution historyalternatives
automation.list
mailtea-mcp
unknownList automations.alternatives
automation.get
mailtea-mcp
unknownGet an automation.alternatives
automation.update
mailtea-mcp
unknownUpdate an automation.alternatives
automation.enable
mailtea-mcp
unknownEnable an automation.alternatives
automation.delete
mailtea-mcp
unknownDelete an automation.alternatives
automation.validate
mailtea-mcp
unknownValidate an automation.alternatives
automation.metrics
mailtea-mcp
unknownGet automation metrics.alternatives
automation_run.list
mailtea-mcp
unknownList automation runs.alternatives
automation_run.get
mailtea-mcp
unknownGet an automation run.alternatives
automation_run.cancel
mailtea-mcp
unknownCancel an automation run.alternatives
get_flow
klaviyo-mcp-server
unknownGet details of a flow.alternatives
method_events_create_routine
avisangle/method-crm-mcp
unknownCreate event-driven automation routinealternatives
method_events_list_routines
avisangle/method-crm-mcp
unknownList all event routines with paginationalternatives
delete_automation
Fistacho/ha-nexus-agent
unknownDelete an automation (requires confirmation)alternatives
_xaml_click
bobliang1979/windeep-computer-control
unknownClick a XAML element using multi-tier strategyalternatives
automation_rules_list
tehprof/TehProf Support MCP Server
unknownList automation rulesalternatives
perform_actions
@agentlensjs/shared
unknownRun these five steps — batch sequence with local wait conditions (opt-in)alternatives
wait_for_idle
@agentlensjs/shared
unknownHas the app finished reacting? — blocks until the event stream settlesalternatives
get_ai_automation
paulcakeface/HA Admin MCP
unknownGet a specific AI-managed automation by ID.alternatives
preview_ai_automation
paulcakeface/HA Admin MCP
unknownPreview an AI-managed automation without applying changes.alternatives
create_ai_automation
paulcakeface/HA Admin MCP
unknownCreate a new AI-managed automation.alternatives
update_ai_automation
paulcakeface/HA Admin MCP
unknownUpdate an existing AI-managed automation.alternatives
get_linkedin_config
JayIsDeveloper/AIGigLab MCP Server
unknownView current LinkedIn automation schedules, topics, and tone.alternatives
get_trigger
mlamoure/indigo-mcp-server
unknownGet details of a trigger.alternatives
disable_trigger
mlamoure/indigo-mcp-server
unknownDisable a trigger.alternatives
execute_trigger
mlamoure/indigo-mcp-server
unknownExecute a trigger's actions immediately.alternatives
get_schedule
mlamoure/indigo-mcp-server
unknownGet details of a schedule.alternatives
list_schedules
mlamoure/indigo-mcp-server
unknownList all schedules.alternatives
enable_schedule
mlamoure/indigo-mcp-server
unknownEnable a schedule.alternatives
disable_schedule
mlamoure/indigo-mcp-server
unknownDisable a schedule.alternatives
execute_schedule
mlamoure/indigo-mcp-server
unknownExecute a schedule's actions immediately.alternatives
list_triggers
mlamoure/indigo-mcp-server
unknownList all triggers.alternatives
enable_trigger
mlamoure/indigo-mcp-server
unknownEnable a trigger.alternatives
autonomy_tick
orkestria-mcp
unknownPerforms an autonomy tick for autonomous operations.alternatives
hubspot_automation
AlexBreedveld/hubspot-mcp-server
unknownProxy tool for workflows and workflow actionsalternatives
qui_automations
arr-mcps/qui-mcp
unknownAutomation operations covering 12 qui JSON endpoints via an operation parameter.alternatives
call_service
mseep-hass-mcp
unknownCall a Home Assistant servicealternatives
automations_set_group
Fistacho/ha-nexus-agent
unknownCreate or update an entity groupalternatives
automations_remove_group
Fistacho/ha-nexus-agent
unknownDelete an entity groupalternatives
automations_validate_automation_references
Fistacho/ha-nexus-agent
unknownCross-checks every entity_id and service in your YAML against the live HA registry; template values skipped automaticallyalternatives
perform_actions
@agentlensjs/runtime
unknownRun a batch sequence of up to 20 steps with local wait conditions (opt-in).alternatives
plunk_create_workflow
ignytehq/plunk-mcp
unknownCreate a workflow.alternatives
trigger_automation
shutterfly2011/home-assistant-mcp-server
unknownTrigger an automationalternatives
activate_scene
shutterfly2011/home-assistant-mcp-server
unknownActivate a scenealternatives
execute_automation_plan
playwright-mcp-forge
unknownExecute a multi-step automation planalternatives
sequence
io.github.IlyasKhallouki/hypruse
unknownRun an ordered list of actions (pointer/keyboard/click_ui/hypr/wait_for) in one call; stops on unexpected desktop change.alternatives
automation_windows
iflow-mcp_sandraschi-pywinauto-mcp
unknownWindow management operations (list, find, maximize, minimize, etc.)alternatives
automation_elements
iflow-mcp_sandraschi-pywinauto-mcp
unknownUI element interaction (click, hover, text, etc.)alternatives
automation_mouse
iflow-mcp_sandraschi-pywinauto-mcp
unknownMouse control (move, click, scroll, drag)alternatives
create_automation
iflow-mcp_mcp-prefect
unknownCreate a new automationalternatives
delete_automation
iflow-mcp_mcp-prefect
unknownDelete an automationalternatives
get_automation
iflow-mcp_mcp-prefect
unknownGet an automationalternatives
get_automations
iflow-mcp_mcp-prefect
unknownGet automationsalternatives
pause_automation
iflow-mcp_mcp-prefect
unknownPause an automationalternatives
automation_keyboard
iflow-mcp_sandraschi-pywinauto-mcp
unknownKeyboard input (type, press, hotkey)alternatives
create_automation
StarShiny0325/Home-agent-assistant
unknownCreate an automationalternatives
create_task
figranium/figranium-mcp
unknownCreate a complete, fully-configured Figranium automation task including sequential action steps, state variables, anti-bot stealth mechanismalternatives
automation_read
0-to-1-Labs/Tracker MCP Server
unknownRead automation rulesalternatives
automation_rules_create
ilay25-coder/TehProf Support MCP Server
unknownCreate new rulesalternatives
automation_rules_toggle
ilay25-coder/TehProf Support MCP Server
unknownEnable / disable rulesalternatives
_uia_com_invoke
bobliang1979/windeep-computer-control
unknownInvoke a UI element via UIA COMalternatives
list_scripts
automate-mcp
unknownShow all saved automation scriptsalternatives
run_script
automate-mcp
unknownRun a saved script by namealternatives
save_script
automate-mcp
unknownSave the current workflow as a reusable scriptalternatives
show_script
automate-mcp
unknownView a script's contentsalternatives
get_flows
klaviyo-mcp-server
unknownList your flows.alternatives
automation_rules_list
ilay25-coder/TehProf Support MCP Server
unknownList automation rulesalternatives
method_events_get_routine
avisangle/method-crm-mcp
unknownGet specific routine details by IDalternatives
method_events_delete_routine
avisangle/method-crm-mcp
unknownDelete event routine permanentlyalternatives

FAQ

What are the most reliable automation MCP tools right now?

As of the latest check, Glimind tracks 132 automation AI agent (MCP) tools, of which 42 are healthy right now. The table below ranks them live-first by real-time reliability. Glimind rates each neutrally (0–100) from safe liveness probes plus privacy-clean real-usage outcomes — see each tool's live page for its current score and a working alternative if it's down.

How does Glimind rank automation tools?

Ranked live-first by current verdict (healthy → degraded → down), then by the neutral reliability score. Glimind sells no tools, so the ranking is unconflicted.

What if a automation tool I need is down?

Every tool here links to its live alternatives — capability-matched substitutes that are healthy now. Or query https://glimind.com/v1/alternatives/{toolId}.

Live data via MCP/REST. Neutral ratings — Glimind only measures.