automation-audit
Automation Audit MCP
AIアシスタントが、ビジネスプロセスの自動化を評価するためのMCPサーバーです。構造化されたディスカバー回答を収集し、手作業の労働コストを推定し、自動化の可能性をスコアリングし、完了した監査をSQLiteに保存します。
機能
このサーバーは、MCPクライアントが次の操作を行えるツールを公開します:
評価したいビジネスと、そのビジネスが評価したいプロセスを作成する
繰り返し作業の月間の作業時間と労働コストを計算する
頻度、ルールの明確性、データの整備状、プロセスの安定性、そして必要な人間の判断に基づき、自動化の可能性をスコアリングする
ディスカバー回答と、完了した監査の推奨内容を保存する
保存済みの監査を一覧表示し、ディスバー回答を伴う完全な監査を取得する
また、start_automation_audit プロンプトも用意されています。このプロンプトは、不足している情報を編完には補ったり、ユーザーが確認する前に結果を保存したりせず、アシスタントを評価プロセスへ誘導きます。
Related MCP server: WinScript
利用可能なツール
ツール | 目的 |
| 月・の時間と労働コストを見積もる。 |
| 0〜100の自動化しないの起しスコアとカテゴリを算出する。 |
| 監査対象のビジネスを保存する。 |
| ビジネスに関連するプロセスを保存する。 |
| ディスカバー回答を1件保存または更新する。 |
| 検証済みで完了した監査を保存する。 |
| 保存済みの監査を新しい順に一覧表示する。 |
| 監査と、それに関連する全ディスカバー回答を取得する。 |
要件
Python 3.12 以上
MCP互換のクライアント
ローカルでの実行
git clone https://github.com/zuperRuslana/automation-audit-mcp.git
cd automation-audit-mcp
uv sync
uv run python main.pyこのサーバーは、標準入出力で通信するため、通常は端末で直接使用するのではなく、MCPクライアントによって起動されます。
MCPクライアントの設定
MCPクライアントの設定に、次のようなサーバー・エントリを追加してください。ディレクトリは、プロジェクトをクローンした場所の絶対パスに置き換えてください:
{
"mcpServers": {
"automation-audit": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/automation-audit-mcp",
"run",
"python",
"main.py"
]
}
}
}ホーク 1ローの例
create_businessでビジネスを作成する。返されてビジネスIDを使い、プロセスを作成する。
save_discovery_answerでディスカバー回答を記録する。calculate_time_costで作業時間と労働コストを計算する。calculate_automation_scoreで自動化の可能性を計算する。推奨内容をレビューし、ユーザーに確認する。
save_auditで結果を保存する。get_auditで完全な記録を取得する。
データの保存と検証
監査データはローカルの automation_audits.db に保存されます。このデータベース・ファイルはGit에 無視されるため、ビジネスのデータがソースコードと一緒にアップロードされることはありません。
サーバーは、負のコスト入力、出力する対象範囲外の評価値、孤島のデータベース記録、およびスコアと矛盾する監査カテゴ・リを拒否します。
テスト
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 fileMaintenance
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
- AlicenseAqualityDmaintenanceAssess your business's AI automation readiness across 20 industries. Get a personalized score, specific recommendations, and time/revenue impact estimates2121MIT
- AlicenseNot gradedqualityDmaintenanceState-aware Windows automation MCP server for AI agents, enabling app control, UI interaction, COM Office, and more via 59 tools with fallback layers and audit logging.8MIT
- FlicenseNot gradedqualityDmaintenanceEnables authorized compliance verification and security auditing through natural language, bridging AI assistants with industry-standard security tools for enterprise audits.24
- FlicenseAqualityCmaintenanceEnables managing audit findings in a SQLite database via natural language, allowing queries and updates without writing SQL.3
Related MCP Connectors
Automate tasks, processes, and approvals with AI.
Turns vague automation requests into tool stacks, prompts, QA checks, and human boundaries.
Multi-jurisdictional AI compliance readiness scoring with sourced penalty math.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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