Skip to main content
Glama
zuperRuslana

automation-audit

by zuperRuslana

Automation MCP

一个 MCP 服务器,帮助 AI 助手评估业务流程的自动化潜力。它收集结构化的调研答案,数算每月人工成本,并以独立函数计算自动化得分,最终完成录入的审计会存入查询ite。

功能

该导出工具允许 MCP 客户端:

  • 采集企业信息以及他们想要评判的流程;

  • 为重复性工作计算每月的工时和人工成本;

  • 从频率、条理、数据完备性、流程的稳定性和所需的人工判断维度来一对自动化潜力进行评分;

  • 保留调研回答和审计建议,并列出已完成且可完整取回的审计与其调研结果。

它使用 start_automation_audit 提示词来引导评估——防止虚构缺失的信息或在用户确认前擅自保存结果。

Related MCP server: WinScript

工具

工具

用途

calculate_time_cost

估算每月的工时数和人工成本。

calculate_automation_score

产生 0–100 的自动化积分及等级。

create_business

保存正被评估的企业。

create_process

保存与企业有关的流程。

save_discovery_answer

保存或更新一条调研回答。

save_audit

保存一份已验证的完整审计结果。

list_audits

列出已存审计,按新到旧排。

get_audit

获取一项审计以及相关所有调研回答。

依赖

本地运行

git clone https://github.com/zuperRuslana/automation-audit-mcp.git
cd automation-audit-mcp
uv sync
uv run python main.py

服务器通过标准输入输出进行通信,因此通常由 MCP 客户端来启动,而不是手动在终端执行。

MCP 客户端配置

将某个服务器集成条目加到你的客户端配置,将 ~/path/to/clone 替换为你克隆至的目录:

{
  "mcpServers": {
    "automation-audit": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/automation-audit-mcp",
        "run",
        "python",
        "main.py"
      ]
    }
  }
}

示例工作流程

  1. create_business 新建企业。

  2. 使用返回的企业 ID 新创建一个流程。

  3. 使用 save_discovery_answer 录入调研回答。

  4. 使用 calculate_time_cost 计算工时和人工成本。

  5. 使用 calculate_automation_score 得出适配度。

  6. 检查建议并与用户确认。

  7. 经确认后,用 save_audit 完成存入。

  8. 通过 get_audit 取回审计全记录。

数据与校验

审计数据存到本地的 my_project/..? 完整位置中的 automation_enum.db。该数据库文件已被 .gitignore 排除,业务数据不会随源码被上传。

服务器拒绝负成本、非法范围内的评分,悬挂的数据库连通记录以及与之結果不符的审计类别。

测试

uv run pytest

回归测试涵盖启动阶段、输入校验、数据库连接安全、外键强施以及对审计结果的一致性的处理。

项目结构

automation-audit-mcp/
├── main.py              # MCP server entry point
├── server.py            # Tools, prompt, validation, and SQLite storage
├── tests/               # Regression tests
├── pyproject.toml       # Python package and dependency metadata
└── uv.lock              # Reproducible dependency lock file
Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables authorized compliance verification and security auditing through natural language, bridging AI assistants with industry-standard security tools for enterprise audits.
    24
  • F
    license
    A
    quality
    C
    maintenance
    Enables managing audit findings in a SQLite database via natural language, allowing queries and updates without writing SQL.
    3

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zuperRuslana/automation-audit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server