INDIVIDUAL MCP TOOL
agent_register
Agent-First one-click onboarding — register as an Agent, get DID + API Key + quick start guide in a single call
LIVE ENDPOINT
https://aishield.tools/api/v1/mcp
Connect to this endpoint to inspect the live schema for agent_register and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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_banned_words— Chinese banned words detection — 6 platform rulesaishield_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_quick_scan— Agent-First quick scan — scan a tool by name and description, no source URL required