Security scanner for MCP servers. Scores any server against the AgentsID trust framework live scan via npx or lookup pre-scanned results from the public registry of 15,983 servers. Returns trust score (0–100), grade (A–F), and findings across injection, permissions, validation, and auth categories.
Server Config
{
"mcpServers": {
"agentsid-scanner": {
"command": "npx",
"args": [
"@agentsid/mcp-scanner"
]
}
}
}