The reputation layer for AI skills, tools & agents

riseandignite/mcp-shield

Score: 30.9 Rank #6018

Security scanner for MCP servers

Overview

riseandignite/mcp-shield is a TypeScript MCP server licensed under MIT. Security scanner for MCP servers

Ranked #6018 out of 25632 indexed tools.

Ecosystem

TypeScript MIT

Signal Breakdown

Stars 547
Freshness 10mo ago
Issue Health 50%
Contributors 1
Dependents 0
Forks 32
Description Brief
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 324 days ago — a recent commit would boost your freshness score

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge

AgentRank score for riseandignite/mcp-shield
[![AgentRank](https://agentrank-ai.com/api/badge/tool/riseandignite--mcp-shield)](https://agentrank-ai.com/tool/riseandignite--mcp-shield)
<a href="https://agentrank-ai.com/tool/riseandignite--mcp-shield"><img src="https://agentrank-ai.com/api/badge/tool/riseandignite--mcp-shield" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# MCP-Shield

MCP-Shield scans your installed MCP (Model Context Protocol) servers and detects vulnerabilities like tool poisoning attacks, exfiltration channels and cross-origin escalations.

## Usage

Run default scan:

```bash
npx mcp-shield
```

With Claude API key for enhanced analysis:

```bash
npx mcp-shield --claude-api-key YOUR_API_KEY
```

With a specific config file:

```bash
npx mcp-shield --path ~/path/to/config.json
```

With the `--identify-as` flag:

```bash
npx mcp-shield --identify-as claude-desktop
```

Get help:

```bash
npx mcp-shield -h
```

With a safe list of servers to exclude from scanning:

```bash
npx mcp-shield --safe-list "github,slack,whatsapp"
```

**Options:**

- `--path <path>`: Scan a specific path for MCP configuration files (`.mcp/*.json`, `claude_desktop_config.json`). If omitted, scans standard locations (`~/.config/.mcp`, `~/Library/Application Support/Claude`, `~/.continue`).
- `--claude-api-key <key>`: (Optional) Provide an Anthropic Claude API
Read full README on GitHub →
Are you the maintainer? Claim this listing