← aishield.tools
INDIVIDUAL MCP TOOL
aishield_banned_words
Chinese banned words detection — 6 platform rules
LIVE ENDPOINT
https://aishield.tools/api/v1/mcp
Connect to this endpoint to inspect the live schema for aishield_banned_words and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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 scoringaishield_guardrail— Pre-install safety check — pass/block verdictaishield_prompt_check— Prompt injection detection — Chinese + Englishaishield_rug_pull— Rug pull detection — check if a tool has removed security code or added suspicious changes in recent commitsaishield_handshake— MCP handshake verification — analyze MCP config, detect npx auto-install, sensitive env vars, oversized tool descriptions, and attempt HTTP handshakeagent_register— Agent-First one-click onboarding — register as an Agent, get DID + API Key + quick start guide in a single callagent_quick_scan— Agent-First quick scan — scan a tool by name and description, no source URL required