AIM-Guard-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ai-safety-guardD | AI Safety Guard - MCP Caution Instructions for AI Agents |
| aim-text-guardD | AIM-Intelligence Text Guard Tool |
| aim-security-prompt-toolC | Security Prompt Enhancement Tool |
| prompt-injection-detectorC | Detect prompt injection attempts based on OWASP LLM01:2025 patterns |
| credential-scannerB | Scan text for exposed credentials (API keys, passwords, tokens, SSH keys) |
| url-security-validatorA | Validate URL safety (phishing, malware, HTTPS enforcement) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| security-review | Comprehensive security review workflow for code, data, or configuration |
| threat-analysis | Analyze potential security threats and risks for a given scenario |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Database Security Checklist | Security checklist for database operations |
| Email Security Checklist | Security checklist for email operations |
| Slack/Chat Security Checklist | Security checklist for chat/messaging operations |
| File Operations Security Checklist | Security checklist for file operations |
| Web Request Security Checklist | Security checklist for web requests |
| General MCP Security Checklist | General security checklist for all MCP operations |
| Data Classification Policy | Policy for classifying and handling data by sensitivity level |
| Access Control Policy | Policy for managing user access and permissions |
| Incident Response Procedure | Procedure for responding to security incidents |
TDQS
Scored across 6 tools
Each tool targets a specific security concern: prompt enhancement, text guard, safety instructions, credential scanning, injection detection, and URL validation. There is no overlap in their purposes.
All tool names use snake_case and are noun phrases, but some have an 'aim-' prefix while others do not (e.g., 'credential-scanner' vs. 'aim-security-prompt-tool'). This minor inconsistency prevents a perfect score.
Six tools is an appropriate number for a security-focused server. Each tool addresses a distinct aspect of AI safety without redundancy or unnecessary complexity.
The tools cover major security areas: prompt injection, credential leaks, URL safety, and general AI safety. Missing a tool for data leakage beyond credentials, but overall coverage is solid for the domain.