.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/cisco-ai-defense/mcp-scanner
home/mcp-servers/cisco-ai-defense/mcp-scanner
cisco-ai-defense avatar

mcp-scanner

bycisco-ai-defense· 2 MCP servers

Installs

124k

Stars

994

Forks

127

Category

Security

View on GitHub

TL;DR

A Python tool for scanning MCP (Model Context Protocol) servers and tools for potential security findings. The MCP Scanner combines Cisco AI Defense inspect API, YARA rules and LLM-as-a-judge to detect malicious MCP tools.

How to install mcp-scanner?

cisco-ai-defense/mcp-scanner
$git clone https://github.com/cisco-ai-defense/mcp-scanner

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mcp-scanner by running `git clone https://github.com/cisco-ai-defense/mcp-scanner`, then use it for the current task and follow its documentation at https://github.com/cisco-ai-defense/mcp-scanner.

Files · 1

View on GitHub
README.md
1# MCP Scanner
2 
3[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4[![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org/downloads/)
5[![PyPI](https://img.shields.io/pypi/v/cisco-ai-mcp-scanner.svg)](https://pypi.org/project/cisco-ai-mcp-scanner/)
6[![Discord](https://img.shields.io/badge/Discord-Join%20Us-7289DA?logo=discord&logoColor=white)](https://discord.com/invite/nKWtDcXxtx)
7[![Cisco AI Defense](https://img.shields.io/badge/Cisco-AI%20Defense-049fd9?logo=cisco&logoColor=white)](https://www.cisco.com/site/us/en/products/security/ai-defense/index.html)
8[![AI Security and Safety Framework](https://img.shields.io/badge/AI%20Security-Framework-orange)](https://learn-cloudsecurity.cisco.com/ai-security-framework)
9 
10A Python tool for scanning MCP (Model Context Protocol) servers and tools for potential security findings. The MCP Scanner combines Cisco AI Defense inspect API, YARA rules and LLM-as-a-judge to detect malicious MCP tools.
11 
12## Overview
13 
14The MCP Scanner provides a comprehensive solution for scanning MCP servers and tools for security findings. It leverages three powerful scanning engines (Yara, LLM-as-judge, Cisco AI Defense) that can be used together or independently.
15 
16The SDK is designed to be easy to use while providing powerful scanning capabilities, flexible authentication options, and customization.
17 
18![MCP Scanner](https://github.com/cisco-ai-defense/mcp-scanner/raw/main/images/mcp_scanner.gif?raw=true)
19 
20 
21## Features
22 
23- **Multiple Modes:** Run scanner as a stand-alone CLI tool or REST API server
24- **Multi-Engine Security Analysis**: Use all three scanning engines together or independently based on your needs.
25- **Vulnerable Packages Scanning**: Scan Python dependencies for known vulnerabilities (CVE/PYSEC/GHSA) using pip-audit integration.
26- **Readiness Scanning**: Zero-dependency static analysis for production readiness issues (timeouts, retries, error handling).
27- **Comprehensive Scanning**: Scan MCP tools, prompts, resources, and server instructions for security findings
28- **Behavioural Code Scanning**: Scan Source code of MCP servers for finding threats.
29- **VirusTotal Binary Scanning**: Automatically detect malware in binary files (images, PDFs, executables, archives) bundled with MCP servers using VirusTotal hash lookups.
30- **PyPI Package Scanning**: Download and scan PyPI packages inside a Docker sandbox with behavioral analysis.
31- **Behavioural Code Scanning**: Scan Source code of MCP servers for detecting threats.
32- **Static/Offline Scanning**: Scan pre-generated JSON files without live server connections - perfect for CI/CD pipelines and air-gapped environments
33- **Explicit Authentication Control**: Fine-grained control over authentication with explicit Auth parameters.
34- **OAuth Support**: Full OAuth authentication support for both SSE and streamable HTTP connections.
35- **Custom Endpoints**: Configure the API endpoint to support any Cisco AI Defense environments.
36- **MCP Server Integration**: Connect directly to MCP servers to scan tools, prompts, and resources with flexible authentication.
37- **Customizable YARA Rules**: Add your own YARA rules to detect specific patterns.
38- **Comprehensive Reporting**: Detailed reports on detected security findings.
39 
40 
41## Installation
42 
43### Prerequisites
44 
45- Python 3.11+
46- uv (Python package manager)
47- A valid Cisco AI Defense API Key (optional)
48- LLM Provider API Key (optional)
49- VirusTotal API Key (optional, for binary file malware scanning)
50 
51### Installing as a CLI tool
52 
53```bash
54uv tool install --python 3.13 cisco-ai-mcp-scanner
55```
56 
57Alternatively, you can install from source:
58 
59```bash
60uv tool install --python 3.13 --from git+https://github.com/cisco-ai-defense/mcp-scanner cisco-ai-mcp-scanner
61```
62 
63 
64### Installing for local development
65 
66```bash
67git clone https://github.com/cisco-ai-defense/mcp-scanner
68cd mcp-scanner
69uv sync --python 3.13
70```
71 
72### Install as a dependenc

Preview

cisco-ai-defense/mcp-scannercisco-ai-defense/mcp-scanner

# MCP Scanner

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

[![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org/downloads/)

[![PyPI](https://img.shields.io/pypi/v/cisco-ai-mcp-scanner.svg)](https://pypi.org/project/cisco-ai-mcp-scanner/)

Repocisco-ai-defense/mcp-scanner
TypeMCP Servers
CategorySecurity
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPagentsai

Related

6 picks
Type
  1. hashgraph-online avatarhol-guardOpen-source antivirus and runtime protection for AI agents, tools, MCP servers, plugins, skills, and package installs.MCP ServersJul 202664k419
  2. snyk avataragent-scanAgent supply chain security scanner.MCP ServersJul 202659k2.8k
  3. crowdstrike avatarfalcon-mcpConnects AI agents with CrowdStrike Falcon for security analysis and automation.MCP ServersJul 202623k226
  4. mcp-auth avatarpythonPlug-and-play auth for Python MCP servers.MCP ServersAug 202520k58
  5. auth0 avatarauth0-mcp-serverAuth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural languageMCP ServersJul 202616k112
  6. mrexodia avatarida-pro-mcpVibe reversing with IDA ProMCP ServersJul 20266.7k11k