Skip to main content
Glama
jellewas

eu-audit-mcp

by jellewas

eu-audit-mcp

改ざん防止監査証跡MCPサーバー。EU AI ActおよびGDPR準拠に対応。stdioトランスポートを介してローカルデスクトップアプリケーションに統合するように設計されています。

機能

  • 改ざん防止ログ — HMAC-SHA256ハッシュチェーンによる全イベントの保護

  • PIIスキャン — Microsoft Presidio(EUパターン)による自動検出と編集

  • GDPR消去 — 監査証跡付きの第17条忘れられる権利対応

  • コンプライアンスチェック — EU AI Act第12条/第19条およびGDPR第30条に対する技術的チェックリスト

  • ローカルファースト — すべてのデータは単一のSQLiteファイル内にローカルマシン上に保持

Related MCP server: mcp-witness

規制の背景

このサーバーは、以下のEU規制に対する技術的措置を実装しています。

規制

条項

要件の内容

EU AI Act (2024/1689)

Art. 12

高リスクAIシステムに対するイベントの自動記録(ログ)

Art. 19

自動生成ログの最低6か月間の保持

GDPR (2016/679)

Art. 17

個人データの消去権(「忘れられる権利」)

Art. 30

処理活動の記録(目的やデータカテゴリを含む)

EU AI Actの高リスク義務は2026年8月2日に発効します。

完全な条文と各ツールが各要件にどのように対応するかの詳細なマッピングについては、LEGAL_REFERENCES.mdを参照してください。

免責事項: このツールは技術的なチェックリストを提供するものであり、法的助言ではありません。コンプライアンスに関する決定については、資格のある法律専門家に相談してください。

クイックスタート

pip install -e ".[dev]"

サーバーの実行(stdio)

python -m eu_audit_mcp.server

MCPクライアントの設定

{
  "mcpServers": {
    "eu-audit": {
      "command": "python",
      "args": ["-m", "eu_audit_mcp.server"],
      "env": {
        "AUDIT_CONFIG": "./audit_config.yaml"
      }
    }
  }
}

テストの実行

pytest tests/

MCPツール

ツール

説明

log_event

自動PIIスキャン付きで監査イベントを記録

log_inference

LLM推論呼び出し(モデル、トークン、コスト)をログに記録

log_data_access

ドキュメント/データアクセスイベントをログに記録

query_log

時間範囲、タイプ、セッションでイベントを検索

get_session_trace

セッションの完全な順序付きトレースを取得

get_stats

期間内の要約統計を取得

compliance_check

EU AI Act第12条/第19条およびGDPR第30条に対するチェック

execute_erasure

GDPR第17条忘れられる権利の実行

get_pii_summary

検出されたPIIタイプの要約(カウントのみ)

verify_chain

ハッシュチェーンの整合性を検証

設定

サンプル設定をコピーしてカスタマイズします。

cp audit_config.example.yaml audit_config.yaml

AUDIT_CONFIG環境変数を設定して、設定ファイルを指定します。chain_secretが含まれている場合はaudit_config.yamlをコミットしないでください。デフォルトで.gitignoreに含まれています。

セキュリティ

脅威モデル、セキュリティ対策、脆弱性報告についてはSECURITY.mdを参照してください。

ライセンス

Apache-2.0

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (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

  • A
    license
    -
    quality
    C
    maintenance
    MCP server for AI compliance auditing. Scores agent outputs for hallucination liability under the EU AI Act, issues verifiable compliance stamps, and tracks audit history by agent.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Tamper-evident audit logging for AI decisions. Three tools (record_decision, verify_decision, list_decisions) write to a regulator-grade ledger built on AWS S3 Object Lock with 7-year retention. Designed for EU AI Act Article 12 and FCA SS1/23 evidence requirements. Try zero-config: npx audit-ledger-mcp boots in sandbox mode against a public hosted tenant.
    3
    65
    1
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    MCP server providing immutable audit logging, policy enforcement, and compliance reporting for AI agent workflows, enabling regulatory compliance and chain integrity verification.
    MIT

View all related MCP servers

Related MCP Connectors

  • A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud

  • A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready

  • A paid remote MCP for HyperFrames, built to return verdicts, receipts, usage logs, and audit-ready J

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/jellewas/eu-audit-mcp'

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