# AIM Guard

Provide AI-powered security analysis and safety instruction tools to protect AI agents during MCP interactions. Analyze text content for harmful or inappropriate material and enhance user prompts wit…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add AIM-Intelligence/aim-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list AIM-Intelligence/aim-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get AIM-Intelligence/aim-mcp ai-safety-guard

# Call a tool
npx -y @smithery/cli@latest tool call AIM-Intelligence/aim-mcp ai-safety-guard '{}'
```

## Tools (6)

- `ai-safety-guard` — AI Safety Guard - MCP Caution Instructions for AI Agents
- `aim-text-guard` — AIM-Intelligence Text Guard Tool
- `aim-security-prompt-tool` — Security Prompt Enhancement Tool
- `prompt-injection-detector` — Detect prompt injection attempts based on OWASP LLM01:2025 patterns
- `credential-scanner` — Scan text for exposed credentials (API keys, passwords, tokens, SSH keys)
- `url-security-validator` — Validate URL safety (phishing, malware, HTTPS enforcement)

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get AIM-Intelligence/aim-mcp <tool-name>
```

## Resources

- `security-checklist://database` — Security checklist for database operations
- `security-checklist://email` — Security checklist for email operations
- `security-checklist://slack` — Security checklist for chat/messaging operations
- `security-checklist://file` — Security checklist for file operations
- `security-checklist://web` — Security checklist for web requests
- `security-checklist://general` — General security checklist for all MCP operations
- `security-policy://data-classification` — Policy for classifying and handling data by sensitivity level
- `security-policy://access-control` — Policy for managing user access and permissions
- `security-policy://incident-response` — Procedure for responding to security incidents

## Prompts (2)

- `security-review` (target_type, context) — Comprehensive security review workflow for code, data, or configuration
- `threat-analysis` (scenario, sensitivity_level) — Analyze potential security threats and risks for a given scenario

---

Source: https://github.com/AIM-Intelligence/AIM-MCP | License: ISC
