← aishield.tools

INDIVIDUAL MCP TOOL

agent_quick_scan

Agent-First quick scan — scan a tool by name and description, no source URL required

aishield.toolsnone authenticationAvailability not checked

LIVE ENDPOINT

https://aishield.tools/api/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for agent_quick_scan and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

aishield.tools

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aishield-security-scanner]
url = "https://aishield.tools/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aishield-security-scanner": {
      "type": "http",
      "url": "https://aishield.tools/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aishield-security-scanner
Remote MCP URL: https://aishield.tools/api/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aishield-security-scanner": {
      "url": "https://aishield.tools/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aishield-security-scanner": {
      "type": "http",
      "url": "https://aishield.tools/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aishield-security-scanner",
  "transport": "streamable-http",
  "url": "https://aishield.tools/api/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • aishield_scan — OWASP MCP Top 10 aligned security scan — 133 rules, 5-dimension scoring
  • aishield_guardrail — Pre-install safety check — pass/block verdict
  • aishield_prompt_check — Prompt injection detection — Chinese + English
  • aishield_banned_words — Chinese banned words detection — 6 platform rules
  • aishield_rug_pull — Rug pull detection — check if a tool has removed security code or added suspicious changes in recent commits
  • aishield_handshake — MCP handshake verification — analyze MCP config, detect npx auto-install, sensitive env vars, oversized tool descriptions, and attempt HTTP handshake
  • agent_register — Agent-First one-click onboarding — register as an Agent, get DID + API Key + quick start guide in a single call