Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
claude mcp add aishield --transport http https://aishield.tools/api/v1/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"aishield": {
"url": "https://aishield.tools/api/v1/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aishield": {
"serverUrl": "https://aishield.tools/api/v1/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"aishield": {
"type": "http",
"url": "https://aishield.tools/api/v1/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"aishield": {
"url": "https://aishield.tools/api/v1/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"aishield": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://aishield.tools/api/v1/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://aishield.tools/api/v1/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.lm203688--aishield/reviews or the review_server meta-tool.
POST /mcp