AIShield Security Scanner
Rank #1,061io.github.lm203688/aishield
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
AIShield Security Scanner is a Model Context Protocol (MCP) server published by lm203688. It ranks #1,061 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. AIShield Security Scanner is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jun 18, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 114,530 of 115,591 servers on MCP Toplist.
Use AIShield Security Scanner
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http aishield https://aishield.tools/api/v1/mcpclaude mcp add aishield -- npx -y aishield-mcp-server[mcp_servers.aishield]
url = "https://aishield.tools/api/v1/mcp"Add to ~/.codex/config.toml.
[mcp_servers.aishield]
command = "npx"
args = ["-y", "aishield-mcp-server"]Add to ~/.codex/config.toml.
https://aishield.tools/api/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"aishield": {
"command": "npx",
"args": [
"-y",
"aishield-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aishield": {
"url": "https://aishield.tools/api/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"aishield": {
"command": "npx",
"args": [
"-y",
"aishield-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aishield": {
"type": "http",
"url": "https://aishield.tools/api/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"aishield": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aishield-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aishield": {
"serverUrl": "https://aishield.tools/api/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aishield": {
"command": "npx",
"args": [
"-y",
"aishield-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aishield": {
"url": "https://aishield.tools/api/v1/mcp"
}
}
}{
"mcpServers": {
"aishield": {
"command": "npx",
"args": [
"-y",
"aishield-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lm203688%2Faishield)<a href="https://mcptoplist.com/server/io.github.lm203688%2Faishield"><img src="https://mcptoplist.com/badge/io.github.lm203688%2Faishield.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
lm203688
Other servers by lm203688
- RoboParts 机器人零部件兼容性#14,446 · 1 ver
- ATEX AI Gateway#15,955 · 1 ver
- SwarmLabs MCP Server#52,359
- feishu-mcp-server#91,375
- MySQL MCP Server#91,376
- redis-mcp-server#91,377
Available versions (3)
| Version | Published |
|---|---|
| 4.3.0 | Aug 28, 2026 |
| 4.2.2 | Aug 7, 2026 |
| 4.2.1 | Aug 5, 2026 |
Frequently asked questions
- Who maintains AIShield Security Scanner?
- AIShield Security Scanner is maintained by lm203688, which publishes 7 MCP servers (5 total versions) tracked on MCP Toplist.
- Is AIShield Security Scanner listed on the Official MCP Registry?
- Yes — AIShield Security Scanner is listed on the Official MCP Registry, alongside Glama.
- How many versions does AIShield Security Scanner have?
- MCP Toplist tracks 3 versions of AIShield Security Scanner, most recently published on Aug 28, 2026.
- Where can I find the source code for AIShield Security Scanner?
- The source code for AIShield Security Scanner is hosted at github.com/lm203688/aishield.