Price Per TokenPrice Per Token
AIM Guard

AIM Guard

by aim-intelligence

GitHub 18 1,669 uses
0

About

AIM Guard is an AI-powered security analysis and protection tool designed to safeguard AI agents during MCP interactions. It provides comprehensive security capabilities to analyze content, detect threats, and enhance prompt safety. Key features include: - Text content analysis for harmful or inappropriate material using the AIM Intelligence API - Prompt injection detection compliant with OWASP LLM01:2025 standards - Credential scanning to detect exposed API keys, passwords, tokens, and secrets - URL security validation to check for phishing, malware, and enforce HTTPS - Security prompt enhancement to add protective layers to user inputs - MCP-specific security checklists and policies for databases, email, Slack, files, and web services - STRIDE-based threat modeling and risk assessment workflows The server integrates with the AIM Intelligence API for advanced analysis and works with any MCP-compatible AI assistant.

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)

README

[](README.md) [](README-ko.md)

AIM Guard MCP

[](https://archestra.ai/mcp-catalog/AIM-Intelligence__AIM-MCP) [](https://smithery.ai/server/@AIM-Intelligence/aim-mcp)

[](https://www.npmjs.com/package/aim-guard-mcp) [](https://smithery.ai/server/@AIM-Intelligence/aim-mcp)

🛡️ AIM MCP Server :: Guard and Protect your MCPs & AI Agents

A Model Context Protocol (MCP) server that provides AI-powered security analysis and safety instruction tools. This server helps protect AI agents by providing security guidelines, content analysis, and cautionary instructions when interacting with various MCPs and external services.

Features

🔧 Tools (6 total)

  • 🛡️ AI Safety Guard: Contextual security instructions for MCP interactions
  • 🔍 Text Guard Analysis: Harmful content detection using AIM Intelligence API
  • 🔒 Security Prompt Enhancement: Add security layers to user prompts
  • 🚨 Prompt Injection Detector: OWASP LLM01:2025 compliant injection detection
  • 🔐 Credential Scanner: Scan for exposed API keys, passwords, tokens, and secrets
  • 🌐 URL Security Validator: Validate URLs for phishing, malware, and HTTPS enforcement
  • 📚 Resources (9 total)

  • 📋 Security Checklists: MCP-specific security checklists (database, email, slack, file, web, general)
  • 📖 Security Policies: Comprehensive policies (data classification, access control, incident response)
  • 💬 Prompts (2 total)

  • 🔍 Security Review: Multi-step security review workflow
  • ⚠️ Threat Analysis: STRIDE-based threat modeling and risk assessment
  • 🎯 General

  • Fast & Lightweight: Built with TypeScript and Zod validation
  • 🔧 Easy Integration: Works with any MCP-compatible AI assistant
  • 🔗 API Integration: Connects to AIM Intelligence API for advanced analysis
  • 📚 Comprehensive Documentation: Detailed guide for Tools, Resources, and Prompts
  • Installation

    Installing via Smithery

    To install aim-mcp for Claude Desktop automatically via Smithery:

    npx -y @smithery/cli install @AIM-Intelligence/aim-mcp --client claude
    

    NPX (Recommended)

    npx aim-guard-mcp
    

    Global Installation

    npm install -g aim-guard-mcp
    aim-guard-mcp
    

    Local Installation

    npm install aim-guard-mcp
    

    Usage

    As MCP Server

    Add to your MCP client configuration:

    {
      "servers": {
        "aim-guard": {
          "type": "stdio",
          "command": "npx",
          "args": ["aim-guard-mcp"]
        }
      }
    }
    

    Testing the Tools

    #### Test AI Safety Guard

    # Get safety instructions for database operations
    {
      "name": "ai-safety-guard",
      "arguments": {
        "mcp_type": "database",
        "operation_type": "query",
        "sensitivity_level": "confidential"
      }
    }
    

    #### Test Text Guard

    # This will analyze the text for harmful content
    {
      "name": "aim-text-guard",
      "arguments": {
        "text": "This is a sample text to analyze for safety."
      }
    }
    

    #### Test Security Prompt Enhancement

    # Enhance a user prompt with security instructions
    {
      "name": "aim-security-prompt-tool",
      "arguments": {
        "user_prompt": "Please help me with this task",
        "security_level": "strict"
      }
    }
    

    Available Tools

    #### 1. ai-safety-guard

    Provides contextual security instructions and precautions for AI Agents before they interact with other MCPs.

    {
      "name": "ai-safety-guard",
      "arguments": {
        "mcp_type": "email|slack|database|file|web|general",
        "operation_type": "read|write|execute|delete|send|query",
        "sensitivity_level": "public|internal|confidential|restricted"
      }
    }
    

    Features: Context-aware guidelines, operation-specific warnings, red flag detection

    #### 2. aim-text-guard

    Analyze text content for harmful or inappropriate content using AIM Intelligence API.

    {
      "name": "aim-text-guard",
      "arguments": {
        "text": "Text content to analyze"
      }
    }
    

    Features: Real-time analysis, harmful content detection, detailed JSON results

    #### 3. aim-security-prompt-tool

    Enhance user prompts with security instructions for safer AI interactions.

    {
      "name": "aim-security-prompt-tool",
      "arguments": {
        "user_prompt": "Original user prompt",
        "security_level": "basic|standard|strict"
      }
    }
    

    Features: Multi-level

    Related MCP Servers

    AI Research Assistant

    AI Research Assistant

    hamid-vakilzadeh

    AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar

    Web & Search
    12 8
    Linkup

    Linkup

    LinkupPlatform

    Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages

    Web & Search
    2 24
    Math-MCP

    Math-MCP

    EthanHenrickson

    Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support

    Developer Tools
    22 81