Skip to main content
Glama
AIM-Intelligence

AIM-Guard-MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
security-reviewComprehensive security review workflow for code, data, or configuration
threat-analysisAnalyze potential security threats and risks for a given scenario

Resources

Contextual data attached and managed by the client

NameDescription
Database Security ChecklistSecurity checklist for database operations
Email Security ChecklistSecurity checklist for email operations
Slack/Chat Security ChecklistSecurity checklist for chat/messaging operations
File Operations Security ChecklistSecurity checklist for file operations
Web Request Security ChecklistSecurity checklist for web requests
General MCP Security ChecklistGeneral security checklist for all MCP operations
Data Classification PolicyPolicy for classifying and handling data by sensitivity level
Access Control PolicyPolicy for managing user access and permissions
Incident Response ProcedureProcedure for responding to security incidents

TDQS

C2.9/5.0

Scored across 6 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues