From d6c2b7510480a931893af228bf8e630be6c59e1a Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Sat, 12 Sep 2026 18:00:40 +0800 Subject: [PATCH] Add AIops-tools/Compliance-AIops governed MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b4acd70b..935ce0c50 100644 --- a/README.md +++ b/README.md @@ -3505,6 +3505,7 @@ Tools for conducting research, surveys, interviews, and data collection. ### 🔒 Security +- [AIops-tools/Compliance-AIops](https://github.com/AIops-tools/Compliance-AIops) [![AIops-tools/Compliance-AIops MCP server](https://glama.ai/mcp/servers/AIops-tools/Compliance-AIops/badges/score.svg)](https://glama.ai/mcp/servers/AIops-tools/Compliance-AIops) 🐍 🏠 - A meta-tool that reads other AIops tools' audit trails and seals framework-mapped (HIPAA/PCI-DSS/SOC 2/GDPR) hash-chained evidence bundles — deterministic, offline, and tamper-evident (19 tools) with unbypassable audit logging (MCP + CLI), budget/runaway guards. - [felixpg13-glitch/spendshield](https://github.com/felixpg13-glitch/spendshield) [![felixpg13-glitch/spendshield MCP server](https://glama.ai/mcp/servers/felixpg13-glitch/spendshield/badges/score.svg)](https://glama.ai/mcp/servers/felixpg13-glitch/spendshield) 🐍 🏠 - Payment guardrails for AI agents: spend-capped digital identity (KYA), dry-run / budget / amount-limit / approval gates, prompt-injection defense (new recipients & large amounts require human sign-off), AES-encrypted secret vault with audited access, full audit trail. Python library + stdio MCP server. `pip install spendshield` - [rudimentall1/agentic-wallet-guardian-v3](https://github.com/rudimentall1/agentic-wallet-guardian-v3) [![rudimentall1/agentic-wallet-guardian-v3 MCP server](https://glama.ai/mcp/servers/rudimentall1/agentic-wallet-guardian-v3/badges/score.svg)](https://glama.ai/mcp/servers/rudimentall1/agentic-wallet-guardian-v3) 🐍 🏠 - Self-hosted security and policy layer for AI agents interacting with blockchain wallets. Agents submit a proposed transaction/action and Guardian evaluates wallet, token, contract, threat-intelligence, simulation, policy and reputation signals before returning an explainable ALLOW / WARN / BLOCK decision. Includes an MCP stdio server, real RPC/Blockscout/DexScreener/GoPlus providers, transaction simulation, local threat lists and policy controls.